Definition Type: Group
Name: ItemLotSerialIdentifier
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Documentation:
Identifies a unique serial number and/or lot number for an item
Collapse XSD Schema Diagram:
Drilldown into SerialNumber in schema components_xsd Drilldown into Lot in schema components_xsdXSD Diagram of ItemLotSerialIdentifier in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:group name="ItemLotSerialIdentifier">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Identifies a unique serial number and/or lot number for an item</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element ref="Lot" minOccurs="0" />
        <xs:element name="SerialNumber" type="SerialNumber" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies the Serial Number of the item</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Lot oa:Lot 0 (1)
SerialNumber oa:SerialNumber 0 (1)