Definition Type: ComplexType
Name: Lot
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into UserArea Drilldown into EffectivePeriod Drilldown into SubLotId Drilldown into LotIdXSD Diagram of Lot
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 oa:LotId 0 (1)
SubLotId oa:SubLotId 0 (1)
EffectivePeriod oa:EffectivePeriod 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Lot, oa:Lotoa:ParentLot,
Collapse Comments:
blog comments powered by Disqus