Definition Type: ComplexType
Name: SupersedingPartDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SupersedingPartQuantity in schema components_xsd Drilldown into ManufacturerName in schema components_xsd Drilldown into MultiPartSupersessionIndicator in schema components_xsd Drilldown into SupersessionDate in schema components_xsd Drilldown into PartSupersedingGroup in schema components_xsd Drilldown into SupersedingItemDescription in schema components_xsd Drilldown into SupersedingManufacturerPartCode in schema components_xsd Drilldown into SupersedingPartNumberID in schema components_xsdXSD Diagram of SupersedingPartDetailType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SupersedingPartDetailType">
    <xsd:sequence>
        <xsd:element name="SupersedingPartNumberID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation>Superseding Item Number</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="SupersedingManufacturerPartCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>Manufacturer assigned part code for superseding part.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="SupersedingItemDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>Description of superseding item.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="PartSupersedingGroup">
            <xsd:annotation>
                <xsd:documentation>Contains a grouping of part numbers that supersed this superseded part.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="SupersessionDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Date when the part number has been superseeded.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="MultiPartSupersessionIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicator provided when a given part (A) supersedes a Part(C) (old part) and the old part is also superceded by a different part Number(B) eg: A supersedes C and B supersedes C. when information is requested for part A or B, indicator is provided to indicate that C has more than one part number superseding it.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ManufacturerName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Item manufacturer name.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SupersedingPartQuantity" minOccurs="0" maxOccurs="1" type="udt:QuantityType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Communicates the quantity of the parts that will be required to replace the original part.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SupersedingPartNumberID star:SupersedingPartNumberID (1) (1)
SupersedingManufacturerPartCode star:SupersedingManufacturerPartCode 0 (1)
SupersedingItemDescription star:SupersedingItemDescription 0 unbounded
PartSupersedingGroup star:PartSupersedingGroup 0 (1)
SupersessionDate star:SupersessionDate 0 1
MultiPartSupersessionIndicator star:MultiPartSupersessionIndicator 0 1
ManufacturerName star:ManufacturerName 0 1
SupersedingPartQuantity star:SupersedingPartQuantity 0 1
Collapse Derivation Tree:
Collapse References:
star:SupersededPartDetailType, star:SupersedingPartDetail