simpleType "NumberOfPatients"
Namespace:
Defined:
Used:
Simple Content Model
xs:positiveInteger
Simple Content Restrictions:
MaxInclusive:
100
MinInclusive:
1

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The number of patients transported by this EMS crew and unit.
Type Definition Detail
Type Derivation Tree
xs:positiveInteger (restriction)
  NumberOfPatients
Derivation:
restriction of xs:positiveInteger
Facets:
maxInclusive:
100
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="NumberOfPatients">
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>