Documentation for TrainingCenterDatabasev2

Complex Type: Trackpoint_t

[Table of contents]

Super-types: None
Sub-types: None
Name Trackpoint_t
Used by (from the same schema document) Complex Type Track_t
Abstract no
XML Instance Representation
<...>
<Time> xsd:dateTime </Time> [1]
<Position> Position_t </Position> [0..1]
<AltitudeMeters> xsd:double </AltitudeMeters> [0..1]
<DistanceMeters> xsd:double </DistanceMeters> [0..1]
<HeartRateBpm> HeartRateInBeatsPerMinute_t </HeartRateBpm> [0..1]
<Cadence> CadenceValue_t </Cadence> [0..1]
<SensorState> SensorState_t </SensorState> [0..1]
<Extensions> Extensions_t </Extensions> [0..1]

'You can extend Training Center by adding your own elements from another schema here.'

</...>
Diagram
h-441796317 h1548303887 h-1297778662 h-1174482233 h1209008142
Schema Component Representation
<xsd:complexType name="Trackpoint_t">
<xsd:sequence>
<xsd:element name="Time" type=" xsd:dateTime "/>
<xsd:element name="Position" type=" Position_t " minOccurs="0"/>
<xsd:element name="AltitudeMeters" type=" xsd:double " minOccurs="0"/>
<xsd:element name="DistanceMeters" type=" xsd:double " minOccurs="0"/>
<xsd:element name="HeartRateBpm" type=" HeartRateInBeatsPerMinute_t " minOccurs="0"/>
<xsd:element name="Cadence" type=" CadenceValue_t " minOccurs="0"/>
<xsd:element name="SensorState" type=" SensorState_t " minOccurs="0"/>
<xsd:element name="Extensions" type=" Extensions_t " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>