element -> <dVehicle.YearGroup>
Group Tag to hold info about Vehicle hours and odometer mileage/kilometers per year
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Content Model Diagram
XML Representation Summary
<dVehicle.YearGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
dVehicle.11?, dVehicle.12?, dVehicle.13?
</dVehicle.YearGroup>
Content model elements (3):
Included in content model of elements (1):
XML Source (w/o annotations (4); see within schema source)
<xs:element id="dVehicle.YearGroup" maxOccurs="unbounded" minOccurs="0" name="dVehicle.YearGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dVehicle.YearMilesKilometersHoursAccrued" minOccurs="0" name="dVehicle.11" type="Year"/>
<xs:element id="dVehicle.AnnualVehicleHours" minOccurs="0" name="dVehicle.12" type="VehicleHours"/>
<xs:element id="dVehicle.AnnualVehicleMilesKilometers" minOccurs="0" name="dVehicle.13">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AnnualOdometerReading">
<xs:attribute name="DistanceUnit" type="DistanceUnits" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</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"/>
Content Element Detail (all declarations; defined in this component only; 3/3)
dVehicle.11
Type:
Year, simple content
dVehicle.11 Year Miles/Kilometers Hours Accrued No No The year the hours and miles/kilometers were accumulated. D06_08 Optional The grouping dVehicle.YearGroup, allows multiple year information to be stored for each EMS vehicle. This includes elements dVehicle.11 - Year Miles/Kilometers Hours Accrued, dVehicle.12 - Annual Vehicle Hours, and dVehicle.13 - Annual Vehicle Miles/Kilometers.
Simple Content
xs:integer
maxInclusive:
2050
minInclusive:
1900
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dVehicle.YearMilesKilometersHoursAccrued" minOccurs="0" name="dVehicle.11" type="Year"/>

dVehicle.12
Type:
VehicleHours, simple content
dVehicle.12 Annual Vehicle Hours No No The number of hours the vehicle was in service for the agency for the defined year. D06_09 Optional Associated with each year of element dVehicle.11 (Year Miles/Hours Accrued).
Simple Content
xs:positiveInteger
maxInclusive:
10000
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dVehicle.AnnualVehicleHours" minOccurs="0" name="dVehicle.12" type="VehicleHours"/>

dVehicle.13
Type:
anonymous (extension of AnnualOdometerReading), simple content
dVehicle.13 Annual Vehicle Miles/Kilometers No No The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading). D06_10 Optional Associated with each year of (dVehicle.11) Year Miles/Kilometers Hours Accrued.
Simple Content
xs:decimal
fractionDigits:
1
totalDigits:
7
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dVehicle.AnnualVehicleMilesKilometers" minOccurs="0" name="dVehicle.13">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AnnualOdometerReading">
<xs:attribute name="DistanceUnit" type="DistanceUnits" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>