<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model name="" userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="2061" systemVersion="12D78" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
    <entity name="Client" representedClassName="Client" syncable="YES">
        <attribute name="id" attributeType="Integer 32" defaultValueString="0" syncable="YES"/>
        <attribute name="name" attributeType="String" syncable="YES"/>
        <relationship name="projects" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="Project" inverseName="client" inverseEntity="Project" syncable="YES"/>
    </entity>
    <entity name="Project" representedClassName="Project" syncable="YES">
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/>
        <attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
        <relationship name="client" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Client" inverseName="projects" inverseEntity="Client" syncable="YES"/>
    </entity>
    <elements>
        <element name="Client" positionX="171" positionY="164" width="128" height="88"/>
        <element name="Project" positionX="448" positionY="290" width="128" height="90"/>
    </elements>
</model>