mirror of
https://github.com/samsonjs/Advanced-NSOperations.git
synced 2026-04-27 14:57:37 +00:00
26 lines
No EOL
1.6 KiB
XML
26 lines
No EOL
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model userDefinedModelVersionIdentifier="1" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="8154.4" systemVersion="15A216d" minimumToolsVersion="Automatic">
|
|
<entity name="Earthquake" representedClassName="Earthquakes.Earthquake" syncable="YES">
|
|
<attribute name="depth" optional="YES" attributeType="Double" defaultValueString="0.0" syncable="YES"/>
|
|
<attribute name="identifier" attributeType="String" syncable="YES"/>
|
|
<attribute name="latitude" attributeType="Double" defaultValueString="0.0" syncable="YES"/>
|
|
<attribute name="longitude" optional="YES" attributeType="Double" defaultValueString="0.0" syncable="YES"/>
|
|
<attribute name="magnitude" optional="YES" attributeType="Double" defaultValueString="0.0" syncable="YES"/>
|
|
<attribute name="name" attributeType="String" syncable="YES"/>
|
|
<attribute name="timestamp" optional="YES" attributeType="Date" syncable="YES"/>
|
|
<attribute name="webLink" optional="YES" attributeType="String" syncable="YES"/>
|
|
<compoundIndexes>
|
|
<compoundIndex>
|
|
<index value="identifier"/>
|
|
</compoundIndex>
|
|
</compoundIndexes>
|
|
<uniquenessConstraints>
|
|
<uniquenessConstraint>
|
|
<constraint value="identifier"/>
|
|
</uniquenessConstraint>
|
|
</uniquenessConstraints>
|
|
</entity>
|
|
<elements>
|
|
<element name="Earthquake" positionX="-63" positionY="-18" width="128" height="165"/>
|
|
</elements>
|
|
</model> |