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_xsd Drilldown into UPCID in schema fields_xsd Drilldown into SupplierItemID in schema components_xsd Drilldown into ManufacturerItemID in schema components_xsd Drilldown into CustomerItemID in schema components_xsd Drilldown into ItemID in schema components_xsdXSD Diagram of ItemIDsGroup in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:group name="ItemIDsGroup">
    <xsd:annotation>
        <xsd:documentation>Contains the Item IDs for an associated item.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ItemID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CustomerItemID" minOccurs="0" />
        <xsd:element ref="ManufacturerItemID" minOccurs="0" />
        <xsd:element ref="SupplierItemID" minOccurs="0" />
        <xsd:element ref="UPCID" minOccurs="0" />
        <xsd:element ref="EPCID" minOccurs="0" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemID nsA:ItemID 0 unbounded
CustomerItemID nsA:CustomerItemID 0 (1)
ManufacturerItemID nsA:ManufacturerItemID 0 (1)
SupplierItemID nsA:SupplierItemID 0 (1)
UPCID nsA:UPCID 0 (1)
EPCID nsA:EPCID 0 (1)