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
<nemsisTacDoc> <number>dVehicle.11</number> <name>Year Miles/Kilometers Hours Accrued</name> <national>No</national> <state>No</state> <definition>The year the hours and miles/kilometers were accumulated.</definition> <v2Number>D06_08</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment>Multiple entry to allow multiple years to be stored.</comment> <v3Changes/> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dVehicle.12</number> <name>Annual Vehicle Hours</name> <national>No</national> <state>No</state> <definition>The number of hours the vehicle was in service for the agency for the defined year.</definition> <v2Number>D06_09</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment>Associated with each year of element dVehicle.11 (Year Miles/Hours Accrued).</comment> <v3Changes/> </nemsisTacDoc>
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
<nemsisTacDoc> <number>dVehicle.13</number> <name>Annual Vehicle Miles/Kilometers</name> <national>No</national> <state>No</state> <definition>The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading).</definition> <v2Number>D06_10</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment>Associated with each year of (dVehicle.11) Year Miles/Kilometers Hours Accrued.</comment> <v3Changes/> </nemsisTacDoc>
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>