Definition Type: Element
Name: Tire
Namespace: http://www.starstandard.org/STAR/5
Type: star:TireType
Containing Schema: Components.xsd
Abstract
Documentation:
represents information regarding the vehicle's tires
Collapse XSD Schema Diagram:
Drilldown into TireLocation in schema components_xsd Drilldown into TireSerialNumberString in schema components_xsd Drilldown into ManufacturerName in schema components_xsd Drilldown into TireType in schema components_xsdXSD Diagram of Tire in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:element name="Tire" type="TireType">
    <xsd:annotation>
        <xsd:documentation>represents information regarding the vehicle's tires</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ManufacturerName star:ManufacturerName 0 (1)
TireSerialNumberString star:TireSerialNumberString 0 (1)
TireLocation star:TireLocation 0 (1)
Collapse Derivation Tree: