<xs:element name="CONTRACT.LOT">
<xs:annotation>
<xs:documentation>This element is used to mark up in the header which is the contract concerned</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="10202 LOT 1"/>
<xs:enumeration value="10202 LOT 2"/>
<xs:enumeration value="10202 LOT 3"/>
<xs:enumeration value="10202 LOT 4"/>
<xs:enumeration value="10202 LOT 5"/>
<xs:enumeration value="10202 LOT 6"/>
<xs:enumeration value="10202 LOT 7"/>
<xs:enumeration value="10202 LOT 8"/>
<xs:enumeration value="10202 LOT 9"/>
<xs:enumeration value="10450 LOT 1"/>
<xs:enumeration value="10450 LOT 2"/>
<xs:enumeration value="10450 LOT 3"/>
<xs:enumeration value="10450 LOT 4"/>
<xs:enumeration value="10450 LOT 5"/>
<xs:enumeration value="10450 LOT 6"/>
</xs:restriction>
</xs:simpleType>
</xs:element> |