<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="13533" systemVersion="17B48" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
    <entity name="EConnection" representedClassName="EConnection" syncable="YES" codeGenerationType="class">
        <attribute name="connectionID" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="direction" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="directionID" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" 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="order" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="rbl" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="stationID" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
    </entity>
    <entity name="ELine" representedClassName="ELine" syncable="YES" codeGenerationType="class">
        <attribute name="lineID" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="type" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <entity name="EStation" representedClassName="EStation" syncable="YES" codeGenerationType="class">
        <attribute name="bus" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="busLines" optional="YES" attributeType="Transformable" syncable="YES"/>
        <attribute name="id" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" 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="metro" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="metroLines" optional="YES" attributeType="Transformable" syncable="YES"/>
        <attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="nbusLines" optional="YES" attributeType="Transformable" syncable="YES"/>
        <attribute name="nightBus" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="train" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="trainLines" optional="YES" attributeType="Transformable" syncable="YES"/>
        <attribute name="tram" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/>
        <attribute name="tramLines" optional="YES" attributeType="Transformable" syncable="YES"/>
    </entity>
    <elements>
        <element name="EConnection" positionX="-54" positionY="27" width="128" height="165"/>
        <element name="ELine" positionX="-54" positionY="18" width="128" height="90"/>
        <element name="EStation" positionX="-63" positionY="-18" width="128" height="255"/>
    </elements>
</model>