2017-01-19 21:15:47 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2025-01-25 15:40:12 -08:00
|
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="23605" systemVersion="24B91" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
|
|
|
|
<entity name="PasswordEntity" representedClassName=".PasswordEntity" syncable="YES">
|
|
|
|
|
<attribute name="image" optional="YES" attributeType="Binary" allowsExternalBinaryDataStorage="YES"/>
|
|
|
|
|
<attribute name="isDir" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
|
|
|
|
|
<attribute name="isSynced" attributeType="Boolean" defaultValueString="YES" usesScalarValueType="YES"/>
|
|
|
|
|
<attribute name="name" attributeType="String"/>
|
|
|
|
|
<attribute name="path" attributeType="String"/>
|
|
|
|
|
<relationship name="children" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="PasswordEntity" inverseName="parent" inverseEntity="PasswordEntity"/>
|
|
|
|
|
<relationship name="parent" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="PasswordEntity" inverseName="children" inverseEntity="PasswordEntity"/>
|
2017-01-19 21:15:47 +08:00
|
|
|
</entity>
|
|
|
|
|
</model>
|