Documentation for TrainingCenterDatabasev2

Simple Type: positiveByte

[Table of contents]

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