Definition Type: ComplexType
Name: ItemIdentificationGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A list of identifications for an item. Multiple item identifications can be identified using the ItemIdentificationGroup e.g., Order's ItemID, Fulfiller's ItemID, 3rd Party Fulfiller ItemID, etc.
Collapse XSD Schema Diagram:
Drilldown into ItemIdentification in schema components_xsdXSD Diagram of ItemIdentificationGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ItemIdentificationGroupType">
    <xsd:annotation>
        <xsd:documentation>A list of identifications for an item.  Multiple item identifications can be identified using the ItemIdentificationGroup e.g., Order's ItemID, Fulfiller's ItemID, 3rd Party Fulfiller ItemID, etc.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="1" ref="ItemIdentification" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemIdentification star:ItemIdentification 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:ItemIdentificationGroup