20 lines
1.6 KiB
XML
20 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model name="" userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="1811" systemVersion="12C60" minimumToolsVersion="Xcode 4.3" macOSVersion="Automatic" iOSVersion="Automatic">
|
|
<entity name="Lesson" representedClassName="Lesson" syncable="YES">
|
|
<attribute name="conjugator" optional="YES" attributeType="String" syncable="YES"/>
|
|
<attribute name="dateAdded" optional="YES" attributeType="Date" syncable="YES"/>
|
|
<attribute name="subTitle" optional="YES" attributeType="String" syncable="YES"/>
|
|
<attribute name="tense" optional="YES" attributeType="String" syncable="YES"/>
|
|
<attribute name="title" optional="YES" attributeType="String" syncable="YES"/>
|
|
<relationship name="verbs" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="Verb" inverseName="lesson" inverseEntity="Verb" syncable="YES"/>
|
|
</entity>
|
|
<entity name="Verb" representedClassName="Verb" syncable="YES">
|
|
<attribute name="meaning" optional="YES" attributeType="String" syncable="YES"/>
|
|
<attribute name="verb" optional="YES" attributeType="String" syncable="YES"/>
|
|
<relationship name="lesson" optional="YES" minCount="1" maxCount="1" deletionRule="Nullify" destinationEntity="Lesson" inverseName="verbs" inverseEntity="Lesson" syncable="YES"/>
|
|
</entity>
|
|
<elements>
|
|
<element name="Lesson" positionX="160" positionY="192" width="128" height="135"/>
|
|
<element name="Verb" positionX="403" positionY="198" width="128" height="88"/>
|
|
</elements>
|
|
</model> |