Definition Type: ComplexType
Name: TireType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TireLocation in schema components_xsd Drilldown into TireSerialNumberString in schema components_xsd Drilldown into ManufacturerName in schema components_xsdXSD Diagram of TireType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
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:
Collapse References:
star:Tire