shlist

share and manage lists between multiple people
Log | Files | Refs

contents (2855B)


      1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      2 <model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="7701" systemVersion="14F1605" minimumToolsVersion="Xcode 4.3" macOSVersion="Automatic" iOSVersion="Automatic">
      3     <entity name="Contacts" syncable="YES">
      4         <attribute name="contact" optional="YES" attributeType="String" syncable="YES"/>
      5         <attribute name="selected" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
      6     </entity>
      7     <entity name="ListItems" syncable="YES">
      8         <attribute name="last_updated" optional="YES" attributeType="Date" syncable="YES"/>
      9         <attribute name="list_num" optional="YES" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
     10         <attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
     11         <attribute name="num" optional="YES" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
     12         <attribute name="owner" optional="YES" attributeType="String" syncable="YES"/>
     13         <attribute name="quantity" optional="YES" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
     14         <attribute name="status" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
     15         <relationship name="relationship" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="SharedLists" inverseName="relationship" inverseEntity="SharedLists" syncable="YES"/>
     16     </entity>
     17     <entity name="SharedLists" syncable="YES">
     18         <attribute name="date" optional="YES" attributeType="Date" syncable="YES"/>
     19         <attribute name="items_complete" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
     20         <attribute name="items_total" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
     21         <attribute name="last_updated" optional="YES" attributeType="Date" syncable="YES"/>
     22         <attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
     23         <attribute name="num" optional="YES" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
     24         <attribute name="num_members" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
     25         <relationship name="relationship" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="ListItems" inverseName="relationship" inverseEntity="ListItems" syncable="YES"/>
     26     </entity>
     27     <elements>
     28         <element name="Contacts" positionX="126" positionY="-54" width="128" height="73"/>
     29         <element name="SharedLists" positionX="-54" positionY="9" width="128" height="163"/>
     30         <element name="ListItems" positionX="135" positionY="126" width="128" height="163"/>
     31     </elements>
     32 </model>