element -> <dVehicle.01>
dVehicle.01 Unit/Vehicle Number No Yes The unique ID number for the unit which is specific for each vehicle. This ID number may be the state's vehicle's permit number. D06_01 Recommended This element can be used in EMS PCR documentation to document the vehicle. This element should be used to populate eResponse.13 (EMS Vehicle (Unit) Number).
Namespace:
Type:
anonymous (extension of VehicleNumber)
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.01
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ xs:string }
</dVehicle.01>
Simple Content Detail:
MaxLength:
25
MinLength:
1

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  VehicleNumber (extension)
      complexType
Derivation:
extension of VehicleNumber
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dVehicle.UnitVehicleNumber" minOccurs="0" name="dVehicle.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="VehicleNumber">
<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>