Documentation for gpx1.1

Element: gpx

[Table of contents]

Name gpx
Type gpxType
Nillable no
Abstract no
Documentation GPX is the root element in the XML file.
Logical Diagram
XML Instance Representation
<gpx
version="1.1 [1]

'You must include the version number in your GPX document.'

"

creator=" xsd:string [1]

'You must include the name or URL of the software that created your GPX document. This allows others to inform the creator of a GPX instance document that fails to validate.'

"
>
<metadata> metadataType </metadata> [0..1]

'Metadata about the file.'

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

'A list of waypoints.'

<rte> rteType </rte> [0..*]

'A list of routes.'

<trk> trkType </trk> [0..*]

'A list of tracks.'

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

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

</gpx>
Diagram
h1757362158 h620189328 h578302008 h-1993375102 h-1077638893
Schema Component Representation
<xsd:element name="gpx" type=" gpxType "/>