Definition Type: ComplexType
Name: LotSerial
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Note in schema fields_xsd Drilldown into Description in schema components_xsd Drilldown into ParentSerialNumber in schema components_xsd Drilldown into SerialNumber in schema components_xsd Drilldown into Disposition in schema components_xsd Drilldown into ParentLot in schema components_xsd Drilldown into Lot in schema components_xsd Drilldown into ItemQuantity in schema components_xsdXSD Diagram of LotSerial in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="LotSerial">
    <xs:sequence maxOccurs="unbounded">
        <xs:element name="ItemQuantity" type="Quantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the number of items associated with the LotSerial.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Lot" type="Lot" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates the Lot associated with the LotSerial.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ParentLot" type="Lot" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the parent lot of the current Lot.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Disposition" minOccurs="0" />
        <xs:element name="SerialNumber" type="SerialNumber" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the serial number for each item in the item quantity.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ParentSerialNumber" type="SerialNumber" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the parent's serial number of the given item. This allows the traking of serialized components of an assembly.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="Note" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemQuantity oa:ItemQuantity 0 (1)
Lot oa:Lot 0 (1)
ParentLot oa:ParentLot 0 (1)
Disposition oa:Disposition 0 (1)
SerialNumber oa:SerialNumber 0 unbounded
ParentSerialNumber oa:ParentSerialNumber 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:InventoryDetailoa:LotSerial,