element -> <dPersonnel.17>
dPersonnel.17 EMS Personnel's Motor Vehicle License Type No No The type of motor vehicle license (i.e. Class A, B, Pilot, etc.) of the EMS personnel. Optional
Namespace:
Type:
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<dPersonnel.17
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</dPersonnel.17>
Simple Content Detail:
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

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsMotorVehicleLicenseType" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.17">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonnelVehicleLicenseType">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>