1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
+ <model type =" com.apple.IDECoreDataModeler.DataModel" documentVersion =" 1.0" lastSavedToolsVersion =" 17189" systemVersion =" 20A5364e" minimumToolsVersion =" Automatic" sourceLanguage =" Swift" userDefinedModelVersionIdentifier =" " >
3
+ <entity name =" WFACollection" representedClassName =" WFACollection" syncable =" YES" >
4
+ <attribute name =" alias" optional =" YES" attributeType =" String" />
5
+ <attribute name =" blogDescription" optional =" YES" attributeType =" String" />
6
+ <attribute name =" email" optional =" YES" attributeType =" String" />
7
+ <attribute name =" isPublic" optional =" YES" attributeType =" Boolean" usesScalarValueType =" YES" />
8
+ <attribute name =" styleSheet" optional =" YES" attributeType =" String" />
9
+ <attribute name =" title" attributeType =" String" />
10
+ <attribute name =" url" optional =" YES" attributeType =" String" />
11
+ <uniquenessConstraints >
12
+ <uniquenessConstraint >
13
+ <constraint value =" alias" />
14
+ </uniquenessConstraint >
15
+ </uniquenessConstraints >
16
+ </entity >
17
+ <entity name =" WFAPost" representedClassName =" WFAPost" syncable =" YES" >
18
+ <attribute name =" appearance" optional =" YES" attributeType =" String" />
19
+ <attribute name =" body" attributeType =" String" />
20
+ <attribute name =" collectionAlias" optional =" YES" attributeType =" String" />
21
+ <attribute name =" createdDate" optional =" YES" attributeType =" Date" usesScalarValueType =" NO" />
22
+ <attribute name =" hasNewerRemoteCopy" optional =" YES" attributeType =" Boolean" usesScalarValueType =" YES" />
23
+ <attribute name =" language" optional =" YES" attributeType =" String" />
24
+ <attribute name =" postId" optional =" YES" attributeType =" String" />
25
+ <attribute name =" rtl" optional =" YES" attributeType =" Boolean" usesScalarValueType =" YES" />
26
+ <attribute name =" slug" optional =" YES" attributeType =" String" />
27
+ <attribute name =" status" attributeType =" Integer 32" defaultValueString =" 0" usesScalarValueType =" YES" />
28
+ <attribute name =" title" optional =" YES" attributeType =" String" />
29
+ <attribute name =" updatedDate" optional =" YES" attributeType =" Date" usesScalarValueType =" NO" />
30
+ <uniquenessConstraints >
31
+ <uniquenessConstraint >
32
+ <constraint value =" postId" />
33
+ </uniquenessConstraint >
34
+ </uniquenessConstraints >
35
+ </entity >
36
+ <elements >
37
+ <element name =" WFACollection" positionX =" 14.806640625" positionY =" 202.9156341552734" width =" 128" height =" 148" />
38
+ <element name =" WFAPost" positionX =" 287.377197265625" positionY =" 243.2452697753906" width =" 128" height =" 209" />
39
+ </elements >
40
+ </model >
0 commit comments