Documentation for gpx1.1

Complex Type: rteType

[Table of contents]

Super-types: None
Sub-types: None
Name rteType
Used by (from the same schema document) Complex Type gpxType
Abstract no
Documentation rte represents route - an ordered list of waypoints representing a series of turn points leading to a destination.
XML Instance Representation
<...>
<name> xsd:string </name> [0..1]

'GPS name of route.'

<cmt> xsd:string </cmt> [0..1]

'GPS comment for route.'

<desc> xsd:string </desc> [0..1]

'Text description of route for user. Not sent to GPS.'

<src> xsd:string </src> [0..1]

'Source of data. Included to give user some idea of reliability and accuracy of data.'

<link> linkType </link> [0..*]

'Links to external information about the route.'

<number> xsd:nonNegativeInteger </number> [0..1]

'GPS route number.'

<type> xsd:string </type> [0..1]

'Type (classification) of route.'

<extensions> extensionsType </extensions> [0..1]

'You can add extend GPX by adding your own elements from another schema here.'

<rtept> wptType </rtept> [0..*]

'A list of route points.'

</...>
Diagram
h-2014230087 h-1077638893 h620189328
Schema Component Representation
<xsd:complexType name="rteType">
<xsd:sequence>
<xsd:element name="name" type=" xsd:string " minOccurs="0"/>
<xsd:element name="cmt" type=" xsd:string " minOccurs="0"/>
<xsd:element name="desc" type=" xsd:string " minOccurs="0"/>
<xsd:element name="src" type=" xsd:string " minOccurs="0"/>
<xsd:element name="link" type=" linkType " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="number" type=" xsd:nonNegativeInteger " minOccurs="0"/>
<xsd:element name="type" type=" xsd:string " minOccurs="0"/>
<xsd:element name="extensions" type=" extensionsType " minOccurs="0"/>
<xsd:element name="rtept" type=" wptType " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>