simpleType "TotalService"
Namespace:
Defined:
globally in dPersonnel_v3.xsd; see XML source
Used:
Simple Content Model
xs:integer
Simple Content Restrictions:
MaxInclusive:
80
MinInclusive:
0

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The personnel's total length of EMS service at any level.
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  TotalService
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
80
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="TotalService">
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="80"/>
</xs:restriction>
</xs:simpleType>