2011-11-30 22:42:40 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2013-04-20 14:11:19 -04:00
|
|
|
<model name="" userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0"
|
|
|
|
lastSavedToolsVersion="1171" systemVersion="11E53" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
|
2012-02-05 22:18:38 +01:00
|
|
|
<entity name="MPElementEntity" representedClassName="MPElementEntity" isAbstract="YES" syncable="YES">
|
2012-06-04 11:27:02 +02:00
|
|
|
<attribute name="content" optional="YES" transient="YES" attributeType="Transformable" syncable="YES"/>
|
2012-01-05 01:44:15 +01:00
|
|
|
<attribute name="lastUsed" attributeType="Date" syncable="YES"/>
|
2012-06-08 00:40:30 +02:00
|
|
|
<attribute name="name" attributeType="String" minValueString="1" indexed="YES" syncable="YES"/>
|
2012-06-06 22:38:43 +02:00
|
|
|
<attribute name="type_" attributeType="Integer 16" defaultValueString="17" syncable="YES"/>
|
2012-06-05 00:55:02 +02:00
|
|
|
<attribute name="uses_" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
|
2013-04-20 14:11:19 -04:00
|
|
|
<relationship name="user" minCount="1" maxCount="1" deletionRule="Nullify" destinationEntity="MPUserEntity" inverseName="elements"
|
|
|
|
inverseEntity="MPUserEntity" syncable="YES"/>
|
2012-01-05 01:44:15 +01:00
|
|
|
</entity>
|
2012-02-05 22:18:38 +01:00
|
|
|
<entity name="MPElementGeneratedEntity" representedClassName="MPElementGeneratedEntity" parentEntity="MPElementEntity" syncable="YES">
|
2012-06-05 00:55:02 +02:00
|
|
|
<attribute name="counter_" optional="YES" attributeType="Integer 32" defaultValueString="1" syncable="YES"/>
|
2012-01-19 17:40:39 +01:00
|
|
|
</entity>
|
2012-02-05 22:18:38 +01:00
|
|
|
<entity name="MPElementStoredEntity" representedClassName="MPElementStoredEntity" parentEntity="MPElementEntity" syncable="YES">
|
2012-01-19 17:40:39 +01:00
|
|
|
<attribute name="contentObject" optional="YES" attributeType="Transformable" storedInTruthFile="YES" syncable="YES"/>
|
2012-01-05 01:44:15 +01:00
|
|
|
</entity>
|
2012-06-04 11:27:02 +02:00
|
|
|
<entity name="MPUserEntity" representedClassName="MPUserEntity" syncable="YES">
|
2012-06-06 22:38:43 +02:00
|
|
|
<attribute name="avatar_" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
|
2012-06-11 16:15:49 +02:00
|
|
|
<attribute name="defaultType_" attributeType="Integer 16" defaultValueString="17" syncable="YES"/>
|
2012-06-04 11:27:02 +02:00
|
|
|
<attribute name="keyID" optional="YES" attributeType="Binary" syncable="YES"/>
|
|
|
|
<attribute name="lastUsed" optional="YES" attributeType="Date" syncable="YES"/>
|
2012-06-08 00:40:30 +02:00
|
|
|
<attribute name="name" attributeType="String" syncable="YES"/>
|
|
|
|
<attribute name="saveKey_" attributeType="Boolean" defaultValueString="NO"/>
|
2013-04-20 14:11:19 -04:00
|
|
|
<relationship name="elements" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="MPElementEntity"
|
|
|
|
inverseName="user" inverseEntity="MPElementEntity" syncable="YES"/>
|
2012-06-04 11:27:02 +02:00
|
|
|
</entity>
|
2012-01-05 01:44:15 +01:00
|
|
|
<elements>
|
2012-06-06 22:38:43 +02:00
|
|
|
<element name="MPElementEntity" positionX="160" positionY="192" width="128" height="135"/>
|
2012-02-05 22:18:38 +01:00
|
|
|
<element name="MPElementGeneratedEntity" positionX="160" positionY="192" width="128" height="60"/>
|
|
|
|
<element name="MPElementStoredEntity" positionX="160" positionY="192" width="128" height="60"/>
|
2012-06-11 16:15:49 +02:00
|
|
|
<element name="MPUserEntity" positionX="160" positionY="192" width="128" height="150"/>
|
2012-01-05 01:44:15 +01:00
|
|
|
</elements>
|
2013-04-20 14:11:19 -04:00
|
|
|
</model>
|