contents 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="11542" systemVersion="16B2657" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
  3. <entity name="Activity" representedClassName="Activity" syncable="YES" codeGenerationType="class">
  4. <attribute name="after_en" optional="YES" attributeType="String" syncable="YES"/>
  5. <attribute name="after_es" optional="YES" attributeType="String" syncable="YES"/>
  6. <attribute name="after_eu" optional="YES" attributeType="String" syncable="YES"/>
  7. <attribute name="album" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  8. <attribute name="city" optional="YES" attributeType="String" syncable="YES"/>
  9. <attribute name="comments" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  10. <attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
  11. <attribute name="dtime" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
  12. <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  13. <attribute name="inscription" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  14. <attribute name="max_people" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  15. <attribute name="permalink" optional="YES" attributeType="String" syncable="YES"/>
  16. <attribute name="price" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  17. <attribute name="text_en" optional="YES" attributeType="String" syncable="YES"/>
  18. <attribute name="text_es" optional="YES" attributeType="String" syncable="YES"/>
  19. <attribute name="text_eu" optional="YES" attributeType="String" syncable="YES"/>
  20. <attribute name="title_en" optional="YES" attributeType="String" syncable="YES"/>
  21. <attribute name="title_es" optional="YES" attributeType="String" syncable="YES"/>
  22. <attribute name="title_eu" optional="YES" attributeType="String" syncable="YES"/>
  23. </entity>
  24. <entity name="Activity_Comment" representedClassName="Activity_Comment" syncable="YES" codeGenerationType="class">
  25. <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  26. <attribute name="dtime" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
  27. <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  28. <attribute name="lang" optional="YES" attributeType="String" syncable="YES"/>
  29. <attribute name="text" optional="YES" attributeType="String" syncable="YES"/>
  30. <attribute name="username" optional="YES" attributeType="String" syncable="YES"/>
  31. </entity>
  32. <entity name="Activity_Image" representedClassName="Activity_Image" syncable="YES" codeGenerationType="class">
  33. <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  34. <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  35. <attribute name="idx" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  36. <attribute name="image" optional="YES" attributeType="String" syncable="YES"/>
  37. </entity>
  38. <entity name="Activity_Itinerary" representedClassName="Activity_Itinerary" syncable="YES" codeGenerationType="class">
  39. <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  40. <attribute name="description_en" optional="YES" attributeType="String" syncable="YES"/>
  41. <attribute name="description_es" optional="YES" attributeType="String" syncable="YES"/>
  42. <attribute name="description_eu" optional="YES" attributeType="String" syncable="YES"/>
  43. <attribute name="end" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
  44. <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  45. <attribute name="name_en" optional="YES" attributeType="String" syncable="YES"/>
  46. <attribute name="name_es" optional="YES" attributeType="String" syncable="YES"/>
  47. <attribute name="name_eu" optional="YES" attributeType="String" syncable="YES"/>
  48. <attribute name="place" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  49. <attribute name="start" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
  50. </entity>
  51. <entity name="Activity_Tag" representedClassName="Activity_Tag" syncable="YES" codeGenerationType="class">
  52. <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
  53. <attribute name="tag" optional="YES" attributeType="String" syncable="YES"/>
  54. </entity>
  55. <elements>
  56. <element name="Activity" positionX="-56" positionY="-4059" width="128" height="328"/>
  57. <element name="Activity_Comment" positionX="-45" positionY="-3906" width="128" height="135"/>
  58. <element name="Activity_Image" positionX="-36" positionY="-3897" width="128" height="105"/>
  59. <element name="Activity_Itinerary" positionX="-18" positionY="-3888" width="128" height="210"/>
  60. <element name="Activity_Tag" positionX="0" positionY="-3852" width="128" height="75"/>
  61. </elements>
  62. </model>