2
0
MasterPassword/platform-darwin/Source/MasterPassword.xcdatamodeld/MasterPassword 2.xcdatamodel/contents

45 lines
3.9 KiB
Plaintext
Raw Normal View History

2011-11-30 21:42:40 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2020-09-03 14:39:23 +00:00
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="17189" systemVersion="19G73" minimumToolsVersion="Automatic" sourceLanguage="Objective-C" userDefinedModelVersionIdentifier="">
2014-09-21 14:39:09 +00:00
<entity name="MPElementEntity" representedClassName="MPSiteEntity" isAbstract="YES" elementID="58EE245C-6827-4C11-BB7E-5722F2426EC2" syncable="YES">
2020-09-03 14:39:23 +00:00
<attribute name="content" optional="YES" transient="YES" attributeType="Transformable"/>
<attribute name="lastUsed" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="name" attributeType="String" minValueString="1"/>
<attribute name="requiresExplicitMigration_" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO"/>
<attribute name="type_" attributeType="Integer 16" defaultValueString="17" usesScalarValueType="NO"/>
<attribute name="userName" optional="YES" attributeType="String"/>
<attribute name="uses_" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO"/>
<attribute name="version_" attributeType="Integer 16" minValueString="0" defaultValueString="0" usesScalarValueType="NO"/>
<relationship name="user" minCount="1" maxCount="1" deletionRule="Nullify" destinationEntity="MPUserEntity" inverseName="elements" inverseEntity="MPUserEntity" elementID="FC8AE32E-7BE3-4FA6-8611-B7DC0DB063EF"/>
<fetchIndex name="byLastUsedIndex">
<fetchIndexElement property="lastUsed" type="Binary" order="ascending"/>
</fetchIndex>
<fetchIndex name="byNameIndex">
<fetchIndexElement property="name" type="Binary" order="ascending"/>
</fetchIndex>
<fetchIndex name="byUses_Index">
<fetchIndexElement property="uses_" type="Binary" order="ascending"/>
</fetchIndex>
</entity>
2014-09-21 15:47:53 +00:00
<entity name="MPElementGeneratedEntity" representedClassName="MPGeneratedSiteEntity" parentEntity="MPElementEntity" elementID="789304EA-070D-4982-8C20-54EECFC20CB6" syncable="YES">
2020-09-03 14:39:23 +00:00
<attribute name="counter_" optional="YES" attributeType="Integer 32" defaultValueString="1" usesScalarValueType="NO"/>
</entity>
2014-09-21 15:47:53 +00:00
<entity name="MPElementStoredEntity" representedClassName="MPStoredSiteEntity" parentEntity="MPElementEntity" elementID="BEEF1688-0CCD-4699-A86A-4D860FE2CEB8" syncable="YES">
2020-09-03 14:39:23 +00:00
<attribute name="contentObject" optional="YES" attributeType="Transformable" storedInTruthFile="YES"/>
</entity>
<entity name="MPUserEntity" representedClassName="MPUserEntity" elementID="D18D6772-040E-4CFE-8F32-A34B08E9E9BC" syncable="YES">
2020-09-03 14:39:23 +00:00
<attribute name="avatar_" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO"/>
<attribute name="defaultType_" attributeType="Integer 16" defaultValueString="17" usesScalarValueType="NO"/>
<attribute name="keyID" optional="YES" attributeType="Binary"/>
<attribute name="lastUsed" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="name" attributeType="String"/>
<attribute name="requiresExplicitMigration_" transient="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO"/>
<attribute name="saveKey_" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO"/>
<relationship name="elements" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="MPElementEntity" inverseName="user" inverseEntity="MPElementEntity"/>
</entity>
<elements>
<element name="MPElementEntity" positionX="0" positionY="0" width="128" height="180"/>
<element name="MPElementGeneratedEntity" positionX="216" positionY="-0" width="128" height="60"/>
<element name="MPElementStoredEntity" positionX="216" positionY="144" width="128" height="60"/>
<element name="MPUserEntity" positionX="-216" positionY="0" width="128" height="165"/>
</elements>
</model>