Documentation for TrainingCenterDatabasev2

Simple Type: PercentOfMax_t

[Table of contents]

Super-types: xsd:unsignedByte < PercentOfMax_t (by restriction)
Sub-types: None
Name PercentOfMax_t
Used by (from the same schema document) Complex Type HeartRateAsPercentOfMax_t
Content
  • Base XSD Type: unsignedByte
  • 0 <= value <= 100
Diagram
Schema Component Representation
<xsd:simpleType name="PercentOfMax_t">
<xsd:restriction base=" xsd:unsignedByte ">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="100"/>
</xsd:restriction>
</xsd:simpleType>