Definition Type: ComplexType
Name: Lot
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into EffectivePeriod in schema invoice_xsd Drilldown into SubLotId in schema invoice_xsd Drilldown into LotId in schema invoice_xsdXSD Diagram of Lot in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="Lot">
    <xs:sequence>
        <xs:element name="LotId" type="Id" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the name of the lot.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="SubLotId" type="Id" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the name of the parent lot.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="EffectivePeriod" type="TimePeriod" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates the effective period of the LotLevel.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LotId nsC:LotId 0 (1)
SubLotId nsC:SubLotId 0 (1)
EffectivePeriod nsC:EffectivePeriod 0 (1)
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:Lot, nsC:LotnsC:ParentLot,