1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2+ <model userDefinedModelVersionIdentifier =" " type =" com.apple.IDECoreDataModeler.DataModel" documentVersion =" 1.0" lastSavedToolsVersion =" 5063" systemVersion =" 13C64" minimumToolsVersion =" Xcode 4.3" macOSVersion =" Automatic" iOSVersion =" Automatic" >
3+ <entity name =" Feed" representedClassName =" Feed" syncable =" YES" >
4+ <attribute name =" icon" optional =" YES" attributeType =" String" syncable =" YES" />
5+ <attribute name =" id" optional =" YES" attributeType =" Integer 16" defaultValueString =" 0" syncable =" YES" />
6+ <attribute name =" name" optional =" YES" attributeType =" String" syncable =" YES" />
7+ <attribute name =" url" optional =" YES" attributeType =" String" syncable =" YES" />
8+ <relationship name =" feedItems" optional =" YES" toMany =" YES" deletionRule =" Cascade" destinationEntity =" FeedItem" inverseName =" feed" inverseEntity =" FeedItem" syncable =" YES" />
9+ <relationship name =" user" optional =" YES" maxCount =" 1" deletionRule =" Nullify" destinationEntity =" User" inverseName =" feeds" inverseEntity =" User" syncable =" YES" />
10+ </entity >
11+ <entity name =" FeedItem" representedClassName =" FeedItem" syncable =" YES" >
12+ <attribute name =" createdAt" optional =" YES" attributeType =" Date" syncable =" YES" />
13+ <attribute name =" id" optional =" YES" attributeType =" Integer 16" defaultValueString =" 0" syncable =" YES" />
14+ <attribute name =" image_ipad" optional =" YES" attributeType =" String" syncable =" YES" />
15+ <attribute name =" image_ipad_retina" optional =" YES" attributeType =" String" syncable =" YES" />
16+ <attribute name =" image_iphone_retina" optional =" YES" attributeType =" String" syncable =" YES" />
17+ <attribute name =" publishedAt" optional =" YES" attributeType =" Date" syncable =" YES" />
18+ <attribute name =" summary" optional =" YES" attributeType =" String" syncable =" YES" />
19+ <attribute name =" title" optional =" YES" attributeType =" String" syncable =" YES" />
20+ <attribute name =" updatedAt" optional =" YES" attributeType =" Date" syncable =" YES" />
21+ <attribute name =" url" optional =" YES" attributeType =" String" syncable =" YES" />
22+ <relationship name =" feed" optional =" YES" maxCount =" 1" deletionRule =" Nullify" destinationEntity =" Feed" inverseName =" feedItems" inverseEntity =" Feed" syncable =" YES" />
23+ </entity >
24+ <entity name =" User" representedClassName =" User" syncable =" YES" >
25+ <relationship name =" feeds" optional =" YES" toMany =" YES" deletionRule =" Nullify" destinationEntity =" Feed" inverseName =" user" inverseEntity =" Feed" syncable =" YES" />
26+ </entity >
27+ <elements >
28+ <element name =" Feed" positionX =" 0" positionY =" 0" width =" 128" height =" 135" />
29+ <element name =" FeedItem" positionX =" 0" positionY =" 0" width =" 128" height =" 210" />
30+ <element name =" User" positionX =" 0" positionY =" 0" width =" 128" height =" 58" />
31+ </elements >
32+ </model >
0 commit comments