simpleType "PacingRate"
Namespace:
Defined:
globally in eDevice_v3.xsd; see XML source
Used:
Simple Content Model
xs:integer
Simple Content Restrictions:
MaxInclusive:
1000
MinInclusive:
1

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The rate the device was calibrated to pace during the event, if appropriate.
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  PacingRate
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
1000
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="PacingRate">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="1000"/>
</xs:restriction>
</xs:simpleType>