| namespace | http://www.bcl.lu/2025/S2.20/datatypes | ||||||||||||||||||||||||||||
| type | restriction of xs:positiveInteger | ||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||
| source | <xs:simpleType name="ReasonForClosingUCI"> <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 UCI (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 NAF is closed temporarily</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5"> <xs:annotation> <xs:documentation>The NAF is closed definitively</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |