Documentation for gpx1.1

Complex Type: extensionsType

[Table of contents]

Super-types: None
Sub-types: None
Name extensionsType
Used by (from the same schema document) Complex Type gpxType , Complex Type metadataType , Complex Type wptType , Complex Type rteType , Complex Type trkType , Complex Type trksegType
Abstract no
Documentation You can add extend GPX by adding your own elements from another schema here.
XML Instance Representation
<...>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="extensionsType">
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>