Definition Type: ComplexType
Name: ItemInstanceBaseType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:ItemBaseType
Containing Schema: Components.xsd
Abstract
Documentation:
Extends the ItemBaseType to identify a set of Items along with their SerialNumbers and/or Lot information.
Collapse XSD Schema Diagram:
Drilldown into LotSerial in schema components_xsd Drilldown into SerialNumber in schema fields_xsd Drilldown into RFID in schema fields_xsd Drilldown into Packaging in schema components_xsd Drilldown into HazardousMaterial in schema components_xsd Drilldown into Specification in schema components_xsd Drilldown into Classification in schema components_xsd Drilldown into Note in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into ServiceIndicator in schema fields_xsd 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_xsd Drilldown into ItemIDsGroup in schema components_xsd Drilldown into ItemBaseType in schema components_xsdXSD Diagram of ItemInstanceBaseType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="ItemInstanceBaseType">
    <xsd:annotation>
        <xsd:documentation>Extends the ItemBaseType to identify a set of Items along with their SerialNumbers and/or Lot information.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ItemBaseType">
            <xsd:sequence>
                <xsd:element ref="RFID" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="SerialNumber" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="LotSerial" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
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)
ServiceIndicator nsA:ServiceIndicator 0 (1)
Description nsA:Description 0 unbounded
Note nsA:Note 0 unbounded
Classification nsA:Classification 0 unbounded
Specification nsA:Specification 0 unbounded
HazardousMaterial nsA:HazardousMaterial 0 unbounded
Packaging nsA:Packaging 0 (1)
RFID nsA:RFID 0 unbounded
SerialNumber nsA:SerialNumber 0 unbounded
LotSerial nsA:LotSerial 0 unbounded
<xs:group> nsA:ItemIDsGroup (1) (1)
<xs:group> nsA:FreeFormTextGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:ItemInstanceType, nsA:ManufacturingItemBaseTypensA:ShipItemBaseType,