contents 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="12141" systemVersion="16E195" minimumToolsVersion="Xcode 7.0" sourceLanguage="Objective-C" userDefinedModelVersionIdentifier="cryptocloud">
  3. <entity name="TableAccount" representedClassName="TableAccount" syncable="YES">
  4. <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
  5. <attribute name="active" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
  6. <attribute name="address" optional="YES" attributeType="String" syncable="YES"/>
  7. <attribute name="cameraUpload" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
  8. <attribute name="cameraUploadBackground" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
  9. <attribute name="cameraUploadCreateSubfolder" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
  10. <attribute name="cameraUploadDatePhoto" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
  11. <attribute name="cameraUploadDateVideo" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
  12. <attribute name="cameraUploadFolderName" optional="YES" attributeType="String" syncable="YES"/>
  13. <attribute name="cameraUploadFolderPath" optional="YES" attributeType="String" syncable="YES"/>
  14. <attribute name="cameraUploadFull" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
  15. <attribute name="cameraUploadPhoto" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
  16. <attribute name="cameraUploadSaveAlbum" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
  17. <attribute name="cameraUploadVideo" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
  18. <attribute name="cameraUploadWWAnPhoto" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
  19. <attribute name="cameraUploadWWAnVideo" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
  20. <attribute name="displayName" optional="YES" attributeType="String" syncable="YES"/>
  21. <attribute name="email" optional="YES" attributeType="String" syncable="YES"/>
  22. <attribute name="enabled" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
  23. <attribute name="optimization" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
  24. <attribute name="password" optional="YES" attributeType="String" syncable="YES"/>
  25. <attribute name="phone" optional="YES" attributeType="String" syncable="YES"/>
  26. <attribute name="quota" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/>
  27. <attribute name="quotaFree" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/>
  28. <attribute name="quotaRelative" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/>
  29. <attribute name="quotaTotal" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/>
  30. <attribute name="quotaUsed" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/>
  31. <attribute name="twitter" optional="YES" attributeType="String" syncable="YES"/>
  32. <attribute name="url" optional="YES" attributeType="String" syncable="YES"/>
  33. <attribute name="user" optional="YES" attributeType="String" syncable="YES"/>
  34. <attribute name="webpage" optional="YES" attributeType="String" syncable="YES"/>
  35. </entity>
  36. <entity name="TableCertificates" syncable="YES">
  37. <attribute name="certificateLocation" optional="YES" attributeType="String" syncable="YES"/>
  38. </entity>
  39. <entity name="TableDirectory" representedClassName="TableDirectory" syncable="YES">
  40. <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
  41. <attribute name="dateReadDirectory" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
  42. <attribute name="directoryID" optional="YES" attributeType="String" syncable="YES"/>
  43. <attribute name="etag" optional="YES" attributeType="String" syncable="YES"/>
  44. <attribute name="favorite" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
  45. <attribute name="lock" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
  46. <attribute name="offline" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
  47. <attribute name="permissions" optional="YES" attributeType="String" syncable="YES"/>
  48. <attribute name="rev" optional="YES" attributeType="String" syncable="YES"/>
  49. <attribute name="serverUrl" optional="YES" attributeType="String" syncable="YES"/>
  50. <attribute name="synchronized" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
  51. </entity>
  52. <entity name="TableLocalFile" representedClassName="TableLocalFile" syncable="YES">
  53. <attribute name="account" optional="YES" attributeType="String" syncable="YES"/>
  54. <attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
  55. <attribute name="etag" optional="YES" attributeType="String" syncable="YES"/>
  56. <attribute name="exifDate" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
  57. <attribute name="exifLatitude" optional="YES" attributeType="String" syncable="YES"/>
  58. <attribute name="exifLongitude" optional="YES" attributeType="String" syncable="YES"/>
  59. <attribute name="favorite" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
  60. <attribute name="fileName" optional="YES" attributeType="String" syncable="YES"/>
  61. <attribute name="fileNamePrint" optional="YES" attributeType="String" syncable="YES"/>
  62. <attribute name="offline" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
  63. <attribute name="rev" optional="YES" attributeType="String" syncable="YES"/>
  64. <attribute name="size" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/>
  65. </entity>
  66. <elements>
  67. <element name="TableAccount" positionX="-6597" positionY="111" width="171" height="510"/>
  68. <element name="TableCertificates" positionX="-6399" positionY="252" width="128" height="60"/>
  69. <element name="TableDirectory" positionX="-6372" positionY="111" width="162" height="210"/>
  70. <element name="TableLocalFile" positionX="-6138" positionY="111" width="162" height="225"/>
  71. </elements>
  72. </model>