element -> <dVehicle.04>
dVehicle.04 Vehicle Type No Yes The vehicle type of the unit (ambulance, fire, truck, etc.). D06_03 Recommended
Namespace:
Type:
anonymous (extension of VehicleType)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<dVehicle.04
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ enumeration of xs:string }
</dVehicle.04>
Simple Content Detail:
Enumeration:
"1404001"
 - 
Ambulance
"1404003"
 - 
ATV
"1404005"
 - 
Bicycle
"1404007"
 - 
Fire Apparatus
"1404009"
 - 
Fixed Wing
"1404011"
 - 
Motorcycle
"1404013"
 - 
Other
"1404015"
 - 
Personal Vehicle
"1404017"
 - 
Quick Response Vehicle (Non-Transport Vehicle other than Fire Apparatus)
"1404019"
 - 
Rescue
"1404021"
 - 
Rotor Craft
"1404023"
 - 
Snow Vehicle
"1404025"
 - 
Watercraft

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  VehicleType (extension)
      complexType
Derivation:
extension of VehicleType
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dVehicle.VehicleType" minOccurs="0" name="dVehicle.04" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="VehicleType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>