Definition Type: ComplexType
Name: LotSerialType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
Identifies a unique serial number and/or lot number for an item
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into Quantity in schema fields_xsd1 Drilldown into DiscrepancyCode in schema fields_xsd1 Drilldown into SerialNumber in schema fields_xsd1 Drilldown into LotIDs in schema components_xsd1XSD Diagram of LotSerialType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LotSerialType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">Identifies a unique serial number and/or lot number for an item</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="LotIDs" minOccurs="0" />
        <xsd:element ref="SerialNumber" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="DiscrepancyCode" minOccurs="0" />
        <xsd:element ref="Quantity" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LotIDs oa:LotIDs 0 (1)
SerialNumber oa:SerialNumber 0 unbounded
DiscrepancyCode oa:DiscrepancyCode 0 (1)
Quantity oa:Quantity 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:LotSerial