Definition Type: ComplexType
Name: AlternateItemIDsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The AlternateItemIDs component is used to provide alternate IDs for an item such as OEM part number, ACDELCO part number, UPC, etc.
Collapse XSD Schema Diagram:
Drilldown into ItemIDCategoryTypeCode in schema components_xsd Drilldown into ItemID in schema components_xsdXSD Diagram of AlternateItemIDsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="AlternateItemIDsType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">The AlternateItemIDs component is used to provide alternate IDs for an item such as OEM part number, ACDELCO part number, UPC, etc.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="ItemID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The identifier of an item (e.g, a part number)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ItemIDCategoryTypeCode" type="sqdt:ItemIDCategoryTypeCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The category a part
                number is associated with.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemID star:ItemID 1 1
ItemIDCategoryTypeCode star:ItemIDCategoryTypeCode 0 1
Collapse Derivation Tree:
Collapse References:
star:AlternateItemIDs