Definition Type: ComplexType
Name: ComponentIdentificationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Information about a particular component on a vehicle
Collapse XSD Schema Diagram:
Drilldown into ComponentStatusCode in schema components_xsd Drilldown into ComponentCode in schema components_xsd Drilldown into ComponentIdentificationID in schema components_xsdXSD Diagram of ComponentIdentificationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ComponentIdentificationType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> Information about a
                particular component on a vehicle </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="ComponentIdentificationID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Provides the serial
                number or other identification for a component type identified by the component code
            </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ComponentCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A code used to identify a
                particular type of component.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ComponentStatusCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Status information on
                the code. This is whether it was found, not found, or if an ATA code is sent an
                invalid ATA code. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ComponentIdentificationID star:ComponentIdentificationID 0 1
ComponentCode star:ComponentCode 0 1
ComponentStatusCode star:ComponentStatusCode 0 1
Collapse Derivation Tree:
Collapse References:
star:ComponentIdentification