| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="11542" systemVersion="16B2657" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
- <entity name="Activity" representedClassName="Activity" syncable="YES" codeGenerationType="class">
- <attribute name="after_en" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="after_es" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="after_eu" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="album" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="city" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="comments" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
- <attribute name="dtime" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
- <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="inscription" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="max_people" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="permalink" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="price" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="text_en" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="text_es" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="text_eu" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="title_en" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="title_es" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="title_eu" optional="YES" attributeType="String" syncable="YES"/>
- </entity>
- <entity name="Activity_Comment" representedClassName="Activity_Comment" syncable="YES" codeGenerationType="class">
- <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="dtime" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
- <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="lang" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="text" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="username" optional="YES" attributeType="String" syncable="YES"/>
- </entity>
- <entity name="Activity_Image" representedClassName="Activity_Image" syncable="YES" codeGenerationType="class">
- <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="idx" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="image" optional="YES" attributeType="String" syncable="YES"/>
- </entity>
- <entity name="Activity_Itinerary" representedClassName="Activity_Itinerary" syncable="YES" codeGenerationType="class">
- <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="description_en" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="description_es" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="description_eu" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="end" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
- <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="name_en" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="name_es" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="name_eu" optional="YES" attributeType="String" syncable="YES"/>
- <attribute name="place" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="start" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
- </entity>
- <entity name="Activity_Tag" representedClassName="Activity_Tag" syncable="YES" codeGenerationType="class">
- <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
- <attribute name="tag" optional="YES" attributeType="String" syncable="YES"/>
- </entity>
- <elements>
- <element name="Activity" positionX="-56" positionY="-4059" width="128" height="328"/>
- <element name="Activity_Comment" positionX="-45" positionY="-3906" width="128" height="135"/>
- <element name="Activity_Image" positionX="-36" positionY="-3897" width="128" height="105"/>
- <element name="Activity_Itinerary" positionX="-18" positionY="-3888" width="128" height="210"/>
- <element name="Activity_Tag" positionX="0" positionY="-3852" width="128" height="75"/>
- </elements>
- </model>
|