Definition Type: Group
Name: ItemIDsGroup
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Documentation:
Contains the Item IDs for an associated item.
Collapse XSD Schema Diagram:
Drilldown into EPCID in schema fields_xsd1 Drilldown into UPCID in schema fields_xsd1 Drilldown into SupplierItemID in schema components_xsd1 Drilldown into ManufacturerItemID in schema components_xsd1 Drilldown into CustomerItemID in schema components_xsd1 Drilldown into ItemID in schema components_xsd1XSD Diagram of ItemIDsGroup in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:group name="ItemIDsGroup">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            Contains the Item IDs for an associated item.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ItemID" />
        <xsd:element minOccurs="0" ref="CustomerItemID" />
        <xsd:element minOccurs="0" ref="ManufacturerItemID" />
        <xsd:element minOccurs="0" ref="SupplierItemID" />
        <xsd:element minOccurs="0" ref="UPCID" />
        <xsd:element minOccurs="0" ref="EPCID" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemID oagis:ItemID 0 unbounded
CustomerItemID oagis:CustomerItemID 0 (1)
ManufacturerItemID oagis:ManufacturerItemID 0 (1)
SupplierItemID oagis:SupplierItemID 0 (1)
UPCID oagis:UPCID 0 (1)
EPCID oagis:EPCID 0 (1)