simpleType "PersonnelVehicleLicenseType"
Namespace:
Defined:
globally in dPersonnel_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1517001"
 - 
All-Terrain Vehicle (ATV)
"1517003"
 - 
Commercial Class A
"1517005"
 - 
Commercial Class B
"1517007"
 - 
Commercial Class C
"1517009"
 - 
Motorcycle-Class M
"1517011"
 - 
None
"1517013"
 - 
Operator Class D (Normal)
"1517015"
 - 
Other
"1517017"
 - 
Pilot-Rotor Wing Air
"1517019"
 - 
Pilot-Fixed Wing Air
"1517021"
 - 
Snowmobile
"1517023"
 - 
Taxi and Livery Class E

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The EMS Personnel's ethnicity as defined by the OMB (US Office of Management and Budget).
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PersonnelVehicleLicenseType
Derivation:
restriction of xs:string
Facets:
enumeration:
"1517001"
 - 
All-Terrain Vehicle (ATV)
"1517003"
 - 
Commercial Class A
"1517005"
 - 
Commercial Class B
"1517007"
 - 
Commercial Class C
"1517009"
 - 
Motorcycle-Class M
"1517011"
 - 
None
"1517013"
 - 
Operator Class D (Normal)
"1517015"
 - 
Other
"1517017"
 - 
Pilot-Rotor Wing Air
"1517019"
 - 
Pilot-Fixed Wing Air
"1517021"
 - 
Snowmobile
"1517023"
 - 
Taxi and Livery Class E
XML Source (w/o annotations (13); see within schema source)
<xs:simpleType name="PersonnelVehicleLicenseType">
<xs:restriction base="xs:string">
<xs:enumeration value="1517001"/>
<xs:enumeration value="1517003"/>
<xs:enumeration value="1517005"/>
<xs:enumeration value="1517007"/>
<xs:enumeration value="1517009"/>
<xs:enumeration value="1517011"/>
<xs:enumeration value="1517013"/>
<xs:enumeration value="1517015"/>
<xs:enumeration value="1517017"/>
<xs:enumeration value="1517019"/>
<xs:enumeration value="1517021"/>
<xs:enumeration value="1517023"/>
</xs:restriction>
</xs:simpleType>