Documentation for TrainingCenterDatabasev2

Complex Type: ActivityLap_t

[Table of contents]

Super-types: None
Sub-types: None
Name ActivityLap_t
Used by (from the same schema document) Complex Type NextSport_t , Complex Type Activity_t
Abstract no
XML Instance Representation
<...
StartTime=" xsd:dateTime [1]">
<TotalTimeSeconds> xsd:double </TotalTimeSeconds> [1]
<DistanceMeters> xsd:double </DistanceMeters> [1]
<MaximumSpeed> xsd:double </MaximumSpeed> [0..1]
<Calories> xsd:unsignedShort </Calories> [1]
<AverageHeartRateBpm> HeartRateInBeatsPerMinute_t </AverageHeartRateBpm> [0..1]
<MaximumHeartRateBpm> HeartRateInBeatsPerMinute_t </MaximumHeartRateBpm> [0..1]
<Intensity> Intensity_t </Intensity> [1]
<Cadence> CadenceValue_t </Cadence> [0..1]
<TriggerMethod> TriggerMethod_t </TriggerMethod> [1]
<Track> Track_t </Track> [0..*]
<Notes> xsd:string </Notes> [0..1]
<Extensions> Extensions_t </Extensions> [0..1]

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

</...>
Diagram
h1548303887 h1548303887 h-1858375229 h-1297778662 h-390687927 h-337524133 h1209008142
Schema Component Representation
<xsd:complexType name="ActivityLap_t">
<xsd:sequence>
<xsd:element name="TotalTimeSeconds" type=" xsd:double "/>
<xsd:element name="DistanceMeters" type=" xsd:double "/>
<xsd:element name="MaximumSpeed" type=" xsd:double " minOccurs="0"/>
<xsd:element name="Calories" type=" xsd:unsignedShort "/>
<xsd:element name="AverageHeartRateBpm" type=" HeartRateInBeatsPerMinute_t " minOccurs="0"/>
<xsd:element name="MaximumHeartRateBpm" type=" HeartRateInBeatsPerMinute_t " minOccurs="0"/>
<xsd:element name="Intensity" type=" Intensity_t "/>
<xsd:element name="Cadence" type=" CadenceValue_t " minOccurs="0"/>
<xsd:element name="TriggerMethod" type=" TriggerMethod_t "/>
<xsd:element name="Track" type=" Track_t " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Notes" type=" xsd:string " minOccurs="0"/>
<xsd:element name="Extensions" type=" Extensions_t " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="StartTime" type=" xsd:dateTime " use="required"/>
</xsd:complexType>