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

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The number of times the patient was defibrillated, if the patient was defibrillated during the patient encounter.
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  TotalNumberOfShocks
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
100
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="TotalNumberOfShocks">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>