OpenDRIVE
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="header">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="geoReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="revMajor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="revMinor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="date" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="north" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="south" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="east" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="west" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="vendor" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="road" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="link" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="predecessor" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="elementType" type="{}elementType" />
<attribute name="elementId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="contactPoint" type="{}contactPoint" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="successor" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="elementType" type="{}elementType" />
<attribute name="elementId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="contactPoint" type="{}contactPoint" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="neighbor" maxOccurs="2" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="side" type="{}side" />
<attribute name="elementId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="direction" type="{}direction" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="type" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="speed" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="max" type="{}max" />
<attribute name="unit" type="{}unit" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="type" type="{}roadType" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="planView">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="geometry" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="line">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="spiral">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="curvStart" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="curvEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="arc">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="curvature" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="poly3">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="paramPoly3">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="aU" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="bU" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="cU" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="dU" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="aV" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="bV" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="cV" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="dV" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="pRange" type="{}pRange" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="hdg" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="elevationProfile" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="elevation" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="lateralProfile" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="superelevation" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="crossfall" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="side" type="{}crossfallSide" />
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="shape" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="lanes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="laneOffset" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="laneSection" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="left" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lane" type="{}lane" maxOccurs="unbounded"/>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="center">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lane" type="{}centerLane" minOccurs="0"/>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="right" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lane" type="{}lane" maxOccurs="unbounded"/>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="singleSide" type="{}singleSide" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="objects" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="object" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="repeat" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="distance" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="tStart" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="tEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="widthStart" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="widthEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="heightStart" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="heightEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zOffsetStart" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zOffsetEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="outline" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="cornerRoad" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="dz" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="cornerLocal" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="u" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="v" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="z" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="material" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="surface" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="friction" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="roughness" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingSpace" type="{}parkingSpace" minOccurs="0"/>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="validLength" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="orientation" type="{}orientation" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="radius" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="hdg" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="pitch" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="roll" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="objectReference" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="validLength" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="orientation" type="{}orientation" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="tunnel" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{}tunnelType" />
<attribute name="lighting" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="daylight" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="bridge" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{}bridgeType" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="signals" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="signal" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="dependency" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dynamic" type="{}dynamic" />
<attribute name="orientation" type="{}orientation" />
<attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="country" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="unit" type="{}unit" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="hOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="pitch" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="roll" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="signalReference" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="validity" type="{}laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="orientation" type="{}orientation" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="surface" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CRG" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sStart" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="sEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="orientation" type="{}surfaceOrientation" />
<attribute name="mode" type="{}mode" />
<attribute name="purpose" type="{}purpose" />
<attribute name="sOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="tOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zScale" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="hOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="railroad" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="switch" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mainTrack">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="dir" type="{}dir" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="sideTrack">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="dir" type="{}dir" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="partner" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="position" type="{}position" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="junction" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="controller" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="control" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="signalId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sequence" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="junction" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="connection" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="laneLink" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="to" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="incomingRoad" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connectingRoad" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="contactPoint" type="{}contactPoint" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="priority" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="high" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="low" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="controller" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sequence" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="junctionGroup" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="junctionReference" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="junction" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{}junctionGroupType" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="station" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="platform" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="segment" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="roadId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sStart" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="sEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="side" type="{}side" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
<element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{}stationType" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Content copied to clipboard
Types
Functions
Link copied to clipboard
Gets the value of the controller property.
Link copied to clipboard
Gets the value of the header property.
Link copied to clipboard
Gets the value of the junction property.
Link copied to clipboard
Gets the value of the junctionGroup property.
Link copied to clipboard
Gets the value of the road property.
Link copied to clipboard
Gets the value of the station property.
Link copied to clipboard
Sets the value of the header property.