<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="6254" systemVersion="14B25" minimumToolsVersion="Xcode 4.3" macOSVersion="Automatic" iOSVersion="Automatic">
    <entity name="Annotation" representedClassName="Annotation" syncable="YES">
        <attribute name="image" optional="YES" attributeType="Binary" syncable="YES"/>
        <attribute name="page" optional="YES" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
        <relationship name="file" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="File" inverseName="annotation" inverseEntity="File" syncable="YES"/>
    </entity>
    <entity name="File" representedClassName="File" syncable="YES">
        <attribute name="fileDate" optional="YES" attributeType="Date" syncable="YES"/>
        <attribute name="filePath" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="fileSize" optional="YES" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
        <attribute name="pageCount" optional="YES" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
        <relationship name="annotation" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="Annotation" inverseName="file" inverseEntity="Annotation" syncable="YES"/>
    </entity>
    <elements>
        <element name="Annotation" positionX="-36" positionY="180" width="128" height="88"/>
        <element name="File" positionX="-326" positionY="14" width="128" height="120"/>
    </elements>
</model>