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="VelocityUnits" 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
Name: Year Miles/Kilometers Hours Accrued
National: No
State: No
Definition: The year the hours and miles/kilometers were accumulated
Usage: Optional
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
Name: Annual Vehicle Hours
National: No
State: No
Definition: The number of hours the vehicle was in service for the agency for the defined year.
Usage: Optional
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
Name: Annual Vehicle Miles/Kilometers
National: No
State: No
Definition: The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading).
Usage: Optional
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="VelocityUnits" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>