2021-11-03 00:39:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2021-11-07 18:03:41 +00:00
|
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="19461" systemVersion="21A5552a" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
|
|
|
<entity name="FlashCardAnswer" representedClassName="FlashCardAnswer" syncable="YES" codeGenerationType="class">
|
2021-11-07 22:15:11 +00:00
|
|
|
<attribute name="correctCount" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="triesCount" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
2021-11-07 18:03:41 +00:00
|
|
|
<attribute name="word" optional="YES" attributeType="String"/>
|
|
|
|
</entity>
|
2021-11-03 00:39:33 +00:00
|
|
|
<entity name="Item" representedClassName="Item" syncable="YES" codeGenerationType="class">
|
|
|
|
<attribute name="timestamp" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
|
|
|
</entity>
|
2021-11-09 18:17:22 +00:00
|
|
|
<entity name="LessonAnswer" representedClassName="LessonAnswer" syncable="YES" codeGenerationType="class">
|
|
|
|
<attribute name="correctCount" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
|
|
|
<attribute name="lesson" optional="YES" attributeType="String"/>
|
|
|
|
<attribute name="triesCount" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
|
|
|
</entity>
|
2021-11-03 00:39:33 +00:00
|
|
|
<elements>
|
2021-11-07 22:15:11 +00:00
|
|
|
<element name="FlashCardAnswer" positionX="-54" positionY="0" width="128" height="74"/>
|
2021-11-03 00:39:33 +00:00
|
|
|
<element name="Item" positionX="-63" positionY="-18" width="128" height="44"/>
|
2021-11-09 18:17:22 +00:00
|
|
|
<element name="LessonAnswer" positionX="-54" positionY="18" width="128" height="74"/>
|
2021-11-03 00:39:33 +00:00
|
|
|
</elements>
|
|
|
|
</model>
|