<xsd:complexType name="TireType">
<xsd:sequence>
<xsd:element minOccurs="0" name="ManufacturerName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>Tire manufacturer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TireSerialNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Tire Serial Number</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TireLocation" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Location of tire on vehicle (i.e., Front Passenger, Front Driver, Rear Passenger, etc)</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|