Archived
20 lines
1.6 KiB
XML
20 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|||
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="14490.98" systemVersion="18D109" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
||
|
|
<entity name="Meal" representedClassName=".Meal" syncable="YES" codeGenerationType="category">
|
||
|
|
<attribute name="priority" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
|
||
|
|
<attribute name="text" optional="YES" attributeType="String" syncable="YES"/>
|
||
|
|
</entity>
|
||
|
|
<entity name="Substitution" representedClassName=".Substitution" syncable="YES" codeGenerationType="category">
|
||
|
|
<attribute name="additional" optional="YES" attributeType="String" syncable="YES"/>
|
||
|
|
<attribute name="course" optional="YES" attributeType="String" syncable="YES"/>
|
||
|
|
<attribute name="date" optional="YES" attributeType="String" syncable="YES"/>
|
||
|
|
<attribute name="group" optional="YES" attributeType="String" syncable="YES"/>
|
||
|
|
<attribute name="priority" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
|
||
|
|
<attribute name="room" optional="YES" attributeType="String" syncable="YES"/>
|
||
|
|
<attribute name="time" optional="YES" attributeType="String" syncable="YES"/>
|
||
|
|
</entity>
|
||
|
|
<elements>
|
||
|
|
<element name="Substitution" positionX="-54" positionY="-9" width="128" height="148"/>
|
||
|
|
<element name="Meal" positionX="176.953125" positionY="26.046875" width="128" height="73"/>
|
||
|
|
</elements>
|
||
|
|
</model>
|