|
@@ -0,0 +1,177 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
+<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="12141" systemVersion="16E195" minimumToolsVersion="Xcode 7.0" sourceLanguage="Objective-C" userDefinedModelVersionIdentifier="cryptocloud">
|
|
|
+ <entity name="TableAccount" representedClassName="TableAccount" syncable="YES">
|
|
|
+ <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="active" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="address" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="cameraUpload" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadBackground" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadCreateSubfolder" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadCryptatedPhoto" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadCryptatedVideo" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadDatePhoto" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadDateVideo" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadFolderName" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadFolderPath" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadFull" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadPhoto" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadSaveAlbum" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadVideo" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadWWAnPhoto" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="cameraUploadWWAnVideo" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="displayName" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="email" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="enabled" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="optimization" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="password" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="phone" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="quota" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="quotaFree" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="quotaRelative" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="quotaTotal" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="quotaUsed" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="twitter" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="url" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="user" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="versionMajor" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="versionMicro" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="versionMinor" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="webpage" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ </entity>
|
|
|
+ <entity name="TableActivity" representedClassName="TableActivity" syncable="YES">
|
|
|
+ <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="action" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="file" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="fileID" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="idActivity" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="link" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="note" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="selector" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="type" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="verbose" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ </entity>
|
|
|
+ <entity name="TableAutomaticUpload" representedClassName="TableAutomaticUpload" syncable="YES">
|
|
|
+ <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="assetLocalIdentifier" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="fileName" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="lock" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="priority" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="selector" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="selectorPost" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="serverUrl" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="session" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ </entity>
|
|
|
+ <entity name="TableCapabilities" representedClassName="TableCapabilities" syncable="YES">
|
|
|
+ <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="themingBackground" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="themingColor" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="themingLogo" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="themingName" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="themingSlogan" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="themingUrl" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ </entity>
|
|
|
+ <entity name="TableCertificates" representedClassName="TableCertificates" syncable="YES">
|
|
|
+ <attribute name="certificateLocation" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ </entity>
|
|
|
+ <entity name="TableDirectory" representedClassName="TableDirectory" syncable="YES">
|
|
|
+ <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="dateReadDirectory" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="directoryID" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="favorite" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="fileID" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="lock" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="offline" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="permissions" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="rev" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="serverUrl" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="synchronized" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ </entity>
|
|
|
+ <entity name="TableExternalSites" representedClassName="TableExternalSites" syncable="YES">
|
|
|
+ <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="icon" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="idExternalSite" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="lang" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="type" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="url" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ </entity>
|
|
|
+ <entity name="TableGPS" representedClassName="TableGPS" syncable="YES">
|
|
|
+ <attribute name="latitude" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="location" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="longitude" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="placemarkAdministrativeArea" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="placemarkCountry" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="placemarkLocality" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="placemarkPostalCode" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="placemarkThoroughfare" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ </entity>
|
|
|
+ <entity name="TableLocalFile" representedClassName="TableLocalFile" syncable="YES">
|
|
|
+ <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="exifDate" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="exifLatitude" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="exifLongitude" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="favorite" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="fileID" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="fileName" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="fileNamePrint" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="offline" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="rev" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="size" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ </entity>
|
|
|
+ <entity name="TableMetadata" representedClassName="TableMetadata" syncable="YES">
|
|
|
+ <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="assetLocalIdentifier" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="cryptated" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="directory" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="directoryID" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="errorPasscode" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="favorite" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="fileID" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="fileName" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="fileNameData" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="fileNamePrint" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="iconName" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="model" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="nameCurrentDevice" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="permissions" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="protocol" optional="YES" attributeType="String" defaultValueString="1" syncable="YES"/>
|
|
|
+ <attribute name="rev" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="session" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="sessionError" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="sessionID" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="sessionSelector" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="sessionSelectorPost" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="sessionTaskIdentifier" optional="YES" attributeType="Integer 16" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="sessionTaskIdentifierPlist" optional="YES" attributeType="Integer 16" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="size" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="thumbnailExists" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
|
|
|
+ <attribute name="title" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="type" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="typeFile" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="uuid" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ </entity>
|
|
|
+ <entity name="TableShare" representedClassName="TableShare" syncable="YES">
|
|
|
+ <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="fileName" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="serverUrl" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="shareLink" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ <attribute name="shareUserAndGroup" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
+ </entity>
|
|
|
+ <elements>
|
|
|
+ <element name="TableAccount" positionX="-6597" positionY="111" width="171" height="585"/>
|
|
|
+ <element name="TableActivity" positionX="-6399" positionY="252" width="128" height="210"/>
|
|
|
+ <element name="TableAutomaticUpload" positionX="-6597" positionY="801" width="128" height="195"/>
|
|
|
+ <element name="TableCertificates" positionX="-6597" positionY="711" width="128" height="60"/>
|
|
|
+ <element name="TableDirectory" positionX="-6372" positionY="111" width="162" height="210"/>
|
|
|
+ <element name="TableExternalSites" positionX="-6399" positionY="252" width="128" height="150"/>
|
|
|
+ <element name="TableGPS" positionX="-6597" positionY="990" width="128" height="165"/>
|
|
|
+ <element name="TableLocalFile" positionX="-6138" positionY="111" width="162" height="225"/>
|
|
|
+ <element name="TableMetadata" positionX="-6138" positionY="402" width="162" height="510"/>
|
|
|
+ <element name="TableShare" positionX="-6597" positionY="558" width="128" height="120"/>
|
|
|
+ <element name="TableCapabilities" positionX="-6390" positionY="261" width="128" height="150"/>
|
|
|
+ </elements>
|
|
|
+</model>
|