Tire

Uses the Component:TireType

represents information regarding the vehicle's tires

Fields and Components

Table 6.89. Fields and Components

Name Description Occurrence Type Data Type User Notes
ManufacturerName

Tire manufacturer

0..1Field udt:NameType  
TireSerialNumberString

Tire Serial Number

0..1Field qdt:StringType  
TireLocation

Location of tire on vehicle (i.e., Front Passenger, Front Driver, Rear Passenger, etc)

0..1Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.89. Tire

<Tire>
     <ManufacturerName>......</ManufacturerName>     [0..1]
     <TireSerialNumberString>......</TireSerialNumberString>     [0..1]
     <TireLocation>......</TireLocation>     [0..1]
</Tire>