Documentation for TrainingCenterDatabasev2

Complex Type: CustomHeartRateZone_t

[Table of contents]

Super-types: Zone_t < CustomHeartRateZone_t (by extension)
Sub-types: None
Name CustomHeartRateZone_t
Abstract no
XML Instance Representation
<...>
<Low> HeartRateValue_t </Low> [1]
<High> HeartRateValue_t </High> [1]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="CustomHeartRateZone_t">
<xsd:complexContent>
<xsd:extension base=" Zone_t ">
<xsd:sequence>
<xsd:element name="Low" type=" HeartRateValue_t "/>
<xsd:element name="High" type=" HeartRateValue_t "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>