-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathcontents
More file actions
21 lines (21 loc) · 1.69 KB
/
contents
File metadata and controls
21 lines (21 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="15702" systemVersion="19H2" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
<entity name="Label" representedClassName="Label" syncable="YES" codeGenerationType="class">
<attribute name="color" optional="YES" attributeType="String"/>
<attribute name="title" optional="YES" attributeType="String"/>
<relationship name="relationship" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="Task" inverseName="labels" inverseEntity="Task"/>
</entity>
<entity name="Task" representedClassName="Task" syncable="YES" codeGenerationType="class">
<attribute name="dueDate" optional="YES" attributeType="String"/>
<attribute name="dueDateTimeStamp" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES"/>
<attribute name="isFavourite" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
<attribute name="priority" optional="YES" attributeType="String"/>
<attribute name="subTasks" optional="YES" attributeType="String"/>
<attribute name="title" optional="YES" attributeType="String"/>
<relationship name="labels" optional="YES" toMany="YES" deletionRule="Nullify" ordered="YES" destinationEntity="Label" inverseName="relationship" inverseEntity="Label"/>
</entity>
<elements>
<element name="Label" positionX="-54" positionY="18" width="128" height="88"/>
<element name="Task" positionX="-63" positionY="-18" width="128" height="148"/>
</elements>
</model>