| namespace | http://www.bcl.lu/2025/S2.20/datatypes | |||||||||||||||||||||||
| type | restriction of xs:positiveInteger | |||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||
| source | <xs:simpleType name="ReasonForClosingSC"> <xs:restriction base="xs:positiveInteger"> <xs:enumeration value="1"> <xs:annotation> <xs:documentation>Put into liquidation</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2"> <xs:annotation> <xs:documentation>Merger into another unit / share class (wherever it is domiciled)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3"> <xs:annotation> <xs:documentation>The NAF status is given up and the UCI has adopted a legal status different from NAF</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4"> <xs:annotation> <xs:documentation>The unit / share class is closed temporarily</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |