<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>
|