<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="12141" systemVersion="16F73" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="2">
    <entity name="Activity" representedClassName="Activity" syncable="YES" codeGenerationType="class">
        <attribute name="after_en" optional="YES" attributeType="Float" defaultValueString="0.0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="after_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="after_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="album" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="inscription" optional="YES" attributeType="Boolean" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="max_people" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="permalink" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="price" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="text_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_eu" optional="YES" attributeType="String" syncable="YES"/>
        <relationship name="album_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Album" syncable="YES"/>
    </entity>
    <entity name="Activity_comment" representedClassName="Activity_comment" syncable="YES" codeGenerationType="class">
        <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="dtime" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="lang" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="username" optional="YES" attributeType="String" syncable="YES"/>
        <relationship name="activity_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Activity" syncable="YES"/>
    </entity>
    <entity name="Activity_image" representedClassName="Activity_image" syncable="YES" codeGenerationType="class">
        <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="idx" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="image" optional="YES" attributeType="String" syncable="YES"/>
        <relationship name="activity_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Activity" syncable="YES"/>
    </entity>
    <entity name="Activity_itinerary" representedClassName="Activity_itinerary" syncable="YES" codeGenerationType="class">
        <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="description_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="end" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="name_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="place" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="route" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="start" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <relationship name="activity_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Activity" syncable="YES"/>
        <relationship name="place_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Place" syncable="YES"/>
        <relationship name="route_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Route" syncable="YES"/>
    </entity>
    <entity name="Activity_tag" representedClassName="Activity_tag" syncable="YES" codeGenerationType="class">
        <attribute name="activity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="tag" optional="YES" attributeType="String" syncable="YES"/>
        <relationship name="activity_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Activity" syncable="YES"/>
    </entity>
    <entity name="Album" representedClassName="Album" syncable="YES" codeGenerationType="class">
        <attribute name="description_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="open" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="permalink" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="time" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="title_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_eu" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <entity name="Festival" representedClassName="Festival" syncable="YES" codeGenerationType="class">
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="img" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="summary_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="summary_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="summary_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="year" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
    </entity>
    <entity name="Festival_day" representedClassName="Festival_day" syncable="YES" codeGenerationType="class">
        <attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="max_people" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="name_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="people" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="price" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
    </entity>
    <entity name="Festival_event_city" representedClassName="Festival_event_city" syncable="YES" codeGenerationType="class">
        <attribute name="description_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="end" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="host" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="interest" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="place" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="route" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="sponsor" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="start" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="title_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_eu" optional="YES" attributeType="String" syncable="YES"/>
        <relationship name="host_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="People" syncable="YES"/>
        <relationship name="place_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Place" syncable="YES"/>
        <relationship name="route_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Route" syncable="YES"/>
        <relationship name="sponsor_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="People" syncable="YES"/>
    </entity>
    <entity name="Festival_event_gm" representedClassName="Festival_event_gm" syncable="YES" codeGenerationType="class">
        <attribute name="description_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="end" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="host" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="interest" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="place" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="route" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="sponsor" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="start" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="title_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_eu" optional="YES" attributeType="String" syncable="YES"/>
        <relationship name="host_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="People" syncable="YES"/>
        <relationship name="place_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Place" syncable="YES"/>
        <relationship name="route_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Route" syncable="YES"/>
        <relationship name="sponsor_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="People" syncable="YES"/>
    </entity>
    <entity name="Festival_event_image" representedClassName="Festival_event_image" syncable="YES" codeGenerationType="class">
        <attribute name="festival_event" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="idx" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="image" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <entity name="Festival_offer" representedClassName="Festival_offer" syncable="YES" codeGenerationType="class">
        <attribute name="days" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="description_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="name_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="price" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="year" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <relationship name="year_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Festival" syncable="YES"/>
    </entity>
    <entity name="Notification" representedClassName="Notification" syncable="YES" codeGenerationType="class">
        <attribute name="action" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="dtime" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="duration" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="internal" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="seen" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="text_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_eu" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <entity name="People" representedClassName="People" syncable="YES" codeGenerationType="class">
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="link" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_eu" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <entity name="Photo" representedClassName="Photo" syncable="YES" codeGenerationType="class">
        <attribute name="description_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="description_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="dtime" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="file" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="height" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="permalink" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="place" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="size" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="title_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="uploaded" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="username" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="width" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
    </entity>
    <entity name="Photo_album" representedClassName="Photo_album" syncable="YES" codeGenerationType="class">
        <attribute name="album" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="photo" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <relationship name="album_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Album" syncable="YES"/>
        <relationship name="photo_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Photo" syncable="YES"/>
    </entity>
    <entity name="Photo_comment" representedClassName="Photo_comment" syncable="YES" codeGenerationType="class">
        <attribute name="dtime" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="lang" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="photo" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="text" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="username" optional="YES" attributeType="String" syncable="YES"/>
        <relationship name="photo_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Photo" syncable="YES"/>
    </entity>
    <entity name="Place" representedClassName="Place" syncable="YES" codeGenerationType="class">
        <attribute name="address_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="address_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="address_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="cp" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="lat" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="lon" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="name_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_eu" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <entity name="Post" representedClassName="Post" syncable="YES" codeGenerationType="class">
        <attribute name="comments" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="dtime" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="permalink" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="title_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="username" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <entity name="Post_comment" representedClassName="Post_comment" syncable="YES" codeGenerationType="class">
        <attribute name="dtime" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="lang" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="post" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="text" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="username" optional="YES" attributeType="String" syncable="YES"/>
        <relationship name="post_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Post" syncable="YES"/>
    </entity>
    <entity name="Post_image" representedClassName="Post_image" syncable="YES" codeGenerationType="class">
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="idx" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="image" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="post" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <relationship name="post_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Post" syncable="YES"/>
    </entity>
    <entity name="Post_tag" representedClassName="Post_tag" syncable="YES" codeGenerationType="class">
        <attribute name="post" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="tag" optional="YES" attributeType="String" syncable="YES"/>
        <relationship name="post_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Post" syncable="YES"/>
    </entity>
    <entity name="Route" representedClassName="Route" syncable="YES" codeGenerationType="class">
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="mins" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <entity name="Route_point" representedClassName="Route_point" syncable="YES" codeGenerationType="class">
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="lat_d" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="lat_o" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="lon_d" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="lon_o" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="part" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="place_d" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="place_o" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="route" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <relationship name="place_d_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Place" syncable="YES"/>
        <relationship name="place_o_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Place" syncable="YES"/>
        <relationship name="route_r" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Route" syncable="YES"/>
    </entity>
    <entity name="Sponsor" representedClassName="Sponsor" syncable="YES" codeGenerationType="class">
        <attribute name="address_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="address_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="address_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="image" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="lat" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="link" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="lon" optional="YES" attributeType="Double" defaultValueString="0.0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="name_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="name_eu" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_en" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_es" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="text_eu" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <entity name="Version" representedClassName="Version" syncable="YES" codeGenerationType="class">
        <attribute name="section" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="version" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
    </entity>
    <elements>
        <element name="Activity" positionX="-380" positionY="-117" width="128" height="298"/>
        <element name="Activity_comment" positionX="-578" positionY="-18" width="128" height="148"/>
        <element name="Activity_image" positionX="-578" positionY="-262" width="128" height="118"/>
        <element name="Activity_itinerary" positionX="-513" positionY="171" width="128" height="268"/>
        <element name="Activity_tag" positionX="-576" positionY="-126" width="128" height="88"/>
        <element name="Album" positionX="-245" positionY="-324" width="128" height="193"/>
        <element name="Festival" positionX="-182" positionY="855" width="128" height="178"/>
        <element name="Festival_day" positionX="-497" positionY="1061" width="128" height="163"/>
        <element name="Festival_event_city" positionX="-380" positionY="446" width="128" height="313"/>
        <element name="Festival_event_gm" positionX="-711" positionY="731" width="128" height="313"/>
        <element name="Festival_event_image" positionX="-686" positionY="1143" width="128" height="88"/>
        <element name="Festival_offer" positionX="-342" positionY="962" width="128" height="208"/>
        <element name="Notification" positionX="-1098" positionY="803" width="128" height="223"/>
        <element name="People" positionX="-180" positionY="701" width="128" height="118"/>
        <element name="Photo" positionX="-155" positionY="99" width="128" height="283"/>
        <element name="Photo_album" positionX="-164" positionY="-63" width="128" height="103"/>
        <element name="Photo_comment" positionX="-9" positionY="164" width="128" height="148"/>
        <element name="Place" positionX="-803" positionY="216" width="128" height="178"/>
        <element name="Post" positionX="-945" positionY="-88" width="128" height="208"/>
        <element name="Post_comment" positionX="-794" positionY="-88" width="128" height="148"/>
        <element name="Post_image" positionX="-1107" positionY="-64" width="128" height="118"/>
        <element name="Post_tag" positionX="-945" positionY="-196" width="128" height="88"/>
        <element name="Route" positionX="-900" positionY="632" width="128" height="88"/>
        <element name="Route_point" positionX="-1098" positionY="315" width="128" height="223"/>
        <element name="Sponsor" positionX="-173" positionY="422" width="128" height="253"/>
        <element name="Version" positionX="-1089" positionY="603" width="128" height="73"/>
    </elements>
</model>