Definition Type: ComplexType
Name: ItemInstanceBaseType
Namespace: http://www.openapplications.org/oagis/9
Type: oagis:ItemBaseType
Containing Schema: Components.xsd
Abstract False
Documentation:
Extends the ItemBaseType to identify a set of Items along with their SerialNumbers and/or Lot information.
Collapse XSD Schema Diagram:
Drilldown into Quantity Drilldown into SerializedLot Drilldown into LotSerial Drilldown into SerialNumber Drilldown into RFID Drilldown into UID Drilldown into Packaging Drilldown into HazardousMaterial Drilldown into Specification Drilldown into Classification Drilldown into Note Drilldown into Description Drilldown into ServiceIndicator Drilldown into EPCID Drilldown into UPCID Drilldown into SupplierItemID Drilldown into ManufacturerItemID Drilldown into CustomerItemID Drilldown into ItemID Drilldown into ItemBaseTypeXSD Diagram of ItemInstanceBaseType
Collapse XSD Schema Code:
<xsd:complexType name="ItemInstanceBaseType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">

            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 maxOccurs="unbounded" minOccurs="0" ref="UID" />
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="RFID" />
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="SerialNumber" />
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="LotSerial" />
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="SerializedLot" />
                <xsd:element minOccurs="0" ref="Quantity" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
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)
ServiceIndicator oagis:ServiceIndicator 0 (1)
Description oagis:Description 0 unbounded
Note oagis:Note 0 unbounded
Classification oagis:Classification 0 unbounded
Specification oagis:Specification 0 unbounded
HazardousMaterial oagis:HazardousMaterial 0 unbounded
Packaging oagis:Packaging 0 unbounded
UID oagis:UID 0 unbounded
RFID oagis:RFID 0 unbounded
SerialNumber oagis:SerialNumber 0 unbounded
LotSerial oagis:LotSerial 0 unbounded
SerializedLot oagis:SerializedLot 0 unbounded
Quantity oagis:Quantity 0 (1)
<xs:group> oagis:ItemIDsGroup 0 (1)
<xs:group> oagis:FreeFormTextGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:ItemInstanceType
Collapse Comments:
blog comments powered by Disqus