2017-01-19 21:15:47 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2017-02-02 18:02:43 +08:00
|
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="11759" systemVersion="16D32" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
2017-02-06 21:53:54 +08:00
|
|
|
<entity name="PasswordCategoryEntity" representedClassName="PasswordCategoryEntity" syncable="YES" codeGenerationType="class">
|
2017-02-07 00:21:22 +08:00
|
|
|
<attribute name="category" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="level" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" indexed="YES" syncable="YES"/>
|
2017-02-06 21:53:54 +08:00
|
|
|
<relationship name="password" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="PasswordEntity" inverseName="categories" inverseEntity="PasswordEntity" syncable="YES"/>
|
|
|
|
|
</entity>
|
2017-01-19 21:15:47 +08:00
|
|
|
<entity name="PasswordEntity" representedClassName="PasswordEntity" syncable="YES" codeGenerationType="class">
|
2017-02-12 01:59:40 +08:00
|
|
|
<attribute name="image" optional="YES" attributeType="Binary" allowsExternalBinaryDataStorage="YES" syncable="YES"/>
|
2017-02-07 00:21:22 +08:00
|
|
|
<attribute name="name" attributeType="String" syncable="YES"/>
|
2017-02-12 01:59:40 +08:00
|
|
|
<attribute name="raw" optional="YES" attributeType="Binary" allowsExternalBinaryDataStorage="YES" syncable="YES"/>
|
2017-02-07 00:21:22 +08:00
|
|
|
<attribute name="rawPath" attributeType="String" syncable="YES"/>
|
2017-02-12 01:59:40 +08:00
|
|
|
<attribute name="synced" attributeType="Boolean" defaultValueString="YES" usesScalarValueType="YES" syncable="YES"/>
|
2017-02-06 21:53:54 +08:00
|
|
|
<relationship name="categories" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="PasswordCategoryEntity" inverseName="password" inverseEntity="PasswordCategoryEntity" syncable="YES"/>
|
2017-01-19 21:15:47 +08:00
|
|
|
</entity>
|
|
|
|
|
<elements>
|
2017-02-07 00:21:22 +08:00
|
|
|
<element name="PasswordCategoryEntity" positionX="115" positionY="-9" width="128" height="90"/>
|
2017-02-27 15:21:25 +08:00
|
|
|
<element name="PasswordEntity" positionX="-63" positionY="-18" width="128" height="135"/>
|
2017-01-19 21:15:47 +08:00
|
|
|
</elements>
|
|
|
|
|
</model>
|