39 lines
2.3 KiB
XML
39 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="9057" systemVersion="15A284" minimumToolsVersion="Xcode 7.0">
|
|
<entity name="Game" representedClassName="Game" syncable="YES">
|
|
<attribute name="artworkURL" optional="YES" attributeType="Transformable" syncable="YES">
|
|
<userInfo>
|
|
<entry key="attributeValueClassName" value="NSURL"/>
|
|
</userInfo>
|
|
</attribute>
|
|
<attribute name="filename" optional="YES" attributeType="String" syncable="YES">
|
|
<userInfo>
|
|
<entry key="attributeValueClassName" value="NSURL"/>
|
|
</userInfo>
|
|
</attribute>
|
|
<attribute name="identifier" attributeType="String" syncable="YES"/>
|
|
<attribute name="name" attributeType="String" syncable="YES"/>
|
|
<attribute name="typeIdentifier" attributeType="String" syncable="YES"/>
|
|
<relationship name="gameCollections" toMany="YES" deletionRule="Nullify" destinationEntity="GameCollection" inverseName="games" inverseEntity="GameCollection" syncable="YES"/>
|
|
<uniquenessConstraints>
|
|
<uniquenessConstraint>
|
|
<constraint value="identifier"/>
|
|
</uniquenessConstraint>
|
|
</uniquenessConstraints>
|
|
</entity>
|
|
<entity name="GameCollection" representedClassName="GameCollection" syncable="YES">
|
|
<attribute name="identifier" attributeType="String" syncable="YES"/>
|
|
<attribute name="name" attributeType="String" syncable="YES"/>
|
|
<attribute name="shortName" optional="YES" attributeType="String" syncable="YES"/>
|
|
<relationship name="games" toMany="YES" deletionRule="Nullify" destinationEntity="Game" inverseName="gameCollections" inverseEntity="Game" syncable="YES"/>
|
|
<uniquenessConstraints>
|
|
<uniquenessConstraint>
|
|
<constraint value="identifier"/>
|
|
</uniquenessConstraint>
|
|
</uniquenessConstraints>
|
|
</entity>
|
|
<elements>
|
|
<element name="Game" positionX="-200" positionY="9" width="128" height="133"/>
|
|
<element name="GameCollection" positionX="-198" positionY="-207" width="128" height="103"/>
|
|
</elements>
|
|
</model> |