<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="22522" systemVersion="22G436" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
    <entity name="Member" representedClassName=".Member" syncable="YES" codeGenerationType="class">
        <attribute name="company" optional="YES" attributeType="String"/>
        <attribute name="firstName" optional="YES" attributeType="String"/>
        <attribute name="identifier" attributeType="String"/>
        <attribute name="lastName" optional="YES" attributeType="String"/>
        <attribute name="login" optional="YES" attributeType="String"/>
        <attribute name="longDesc" optional="YES" attributeType="String"/>
        <attribute name="photoURLString" optional="YES" attributeType="String"/>
        <attribute name="shortDesc" optional="YES" attributeType="String"/>
        <fetchIndex name="byIdentifierIndex">
            <fetchIndexElement property="identifier" type="Binary" order="ascending"/>
        </fetchIndex>
    </entity>
    <entity name="Talk" representedClassName=".Talk" syncable="YES" codeGenerationType="class">
        <attribute name="desc" optional="YES" attributeType="String"/>
        <attribute name="endDate" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
        <attribute name="event" optional="YES" attributeType="String"/>
        <attribute name="favorited" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO"/>
        <attribute name="format" optional="YES" attributeType="String"/>
        <attribute name="ideaForNow" optional="YES" attributeType="String"/>
        <attribute name="identifier" attributeType="String"/>
        <attribute name="language" optional="YES" attributeType="String"/>
        <attribute name="level" optional="YES" attributeType="String"/>
        <attribute name="room" optional="YES" attributeType="String"/>
        <attribute name="speakersIdentifiers" optional="YES" attributeType="String"/>
        <attribute name="startDate" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
        <attribute name="summary" optional="YES" attributeType="String"/>
        <attribute name="title" optional="YES" attributeType="String"/>
        <attribute name="year" optional="YES" attributeType="Integer 16" usesScalarValueType="NO"/>
        <fetchIndex name="byIdentifierIndex">
            <fetchIndexElement property="identifier" type="Binary" order="ascending"/>
        </fetchIndex>
    </entity>
</model>