simpleType "SupplyCount"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
xs:positiveInteger
Simple Content Restrictions:
MaxInclusive:
100000000
MinInclusive:
1

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The number of the specific supply item used on the patient by the EMS Crew during the EMS event.
Type Definition Detail
Type Derivation Tree
xs:positiveInteger (restriction)
  SupplyCount
Derivation:
restriction of xs:positiveInteger
Facets:
maxInclusive:
100000000
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="SupplyCount">
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100000000"/>
</xs:restriction>
</xs:simpleType>