Documentation for gpx1.1

Complex Type: trksegType

[Table of contents]

Super-types: None
Sub-types: None
Name trksegType
Used by (from the same schema document) Complex Type trkType
Abstract no
Documentation A Track Segment holds a list of Track Points which are logically connected in order. To represent a single GPS track where GPS reception was lost, or the GPS receiver was turned off, start a new Track Segment for each continuous span of track data.
XML Instance Representation
<...>
<trkpt> wptType </trkpt> [0..*]

'A Track Point holds the coordinates, elevation, timestamp, and metadata for a single point in a track.'

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

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

</...>
Diagram
h620189328 h-1077638893
Schema Component Representation
<xsd:complexType name="trksegType">
<xsd:sequence>
<-- elements must appear in this order -->
<xsd:element name="trkpt" type=" wptType " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="extensions" type=" extensionsType " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>