Definition Type: ComplexType
Name: PartsBaseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DeprecatedComponents.xsd
Abstract
Documentation:
Deprecated: Use PartsBaseProductItem
Collapse XSD Schema Diagram:
Drilldown into PartTypeCode in schema deprecatedcomponents_xsd Drilldown into ItemIdDescription in schema deprecatedcomponents_xsd Drilldown into ItemID in schema deprecatedcomponents_xsdXSD Diagram of PartsBaseType in schema deprecatedcomponents_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartsBaseType">
    <xsd:annotation>
        <xsd:documentation>Deprecated: Use PartsBaseProductItem</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="ItemID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Item part number identifier</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="ItemIdDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Item part number detail description</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PartTypeCode" type="scl:PartTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Specifies whether the parts are indicated by manufacturer part code or Part Number</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemID star:ItemID 0 (1)
ItemIdDescription star:ItemIdDescription 0 unbounded
PartTypeCode star:PartTypeCode 0 (1)
Collapse Derivation Tree:
Collapse References:
star:PartPartsBasestar:PartsBase, star:PartsType, star:ShipPartType,