<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="5064" systemVersion="13C1021" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
    <entity name="Member" representedClassName="AMGMember" syncable="YES">
        <attribute name="company" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="firstName" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="identifier" attributeType="String" indexed="YES" syncable="YES"/>
        <attribute name="imageURLString" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="lastName" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="login" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="longDesc" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="shortDesc" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <entity name="Talk" representedClassName="AMGTalk" syncable="YES">
        <attribute name="desc" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="endDate" optional="YES" attributeType="Date" syncable="YES"/>
        <attribute name="favorited" optional="YES" attributeType="Boolean" defaultValueString="NO" syncable="YES"/>
        <attribute name="format" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="identifier" attributeType="String" indexed="YES" syncable="YES"/>
        <attribute name="language" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="level" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="room" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="speakersIdentifiers" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="startDate" optional="YES" attributeType="Date" syncable="YES"/>
        <attribute name="summary" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <elements>
        <element name="Member" positionX="-54" positionY="72" width="128" height="163"/>
        <element name="Talk" positionX="-63" positionY="-18" width="128" height="225"/>
    </elements>
</model>