A route is defined in a scenario or in a catalog. It represents a continuous path throughout the road network, defined by a series of waypoints.
<xsd:complexType name="Route"> <xsd:sequence> <xsd:element name="ParameterDeclarations" type="ParameterDeclarations" minOccurs="0"/> <xsd:element name="Waypoint" type="Waypoint" minOccurs="2" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="closed" type="Boolean" use="required"/> <xsd:attribute name="name" type="String" use="required"/> </xsd:complexType>
To XSD To XSD Tree