Definition Type: ComplexType
Name: SupersedingPartGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SupersededPartDetail in schema components_xsd Drilldown into SupersedingPartDetail in schema components_xsdXSD Diagram of SupersedingPartGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SupersedingPartGroupType">
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="SupersedingPartDetail">
            <xsd:annotation>
                <xsd:documentation>
                        Detail information for superseding items.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="SupersededPartDetail">
            <xsd:annotation>
                <xsd:documentation>
                        The SupersededPartDetail component identifies the part that
                            is being superseded.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SupersedingPartDetail star:SupersedingPartDetail 0 unbounded
SupersededPartDetail star:SupersededPartDetail 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:SupersedingPartGroup