simpleType InvestorBase
namespace http://www.bcl.lu/2025/S2.20/datatypes
type restriction of xs:positiveInteger
properties
base xs:positiveInteger
used by
element S220/Unit_Share_Informations/Unit_Share_Information/UnitShareClassGeneralInformation/InvestorBase
facets
Kind Value Annotation
enumeration 1
documentation
Professional investor
enumeration 2
documentation
Well-informed investor
enumeration 3
documentation
Retail investor
enumeration 4
documentation
Mixed
source <xs:simpleType name="InvestorBase">
 
<xs:restriction base="xs:positiveInteger">
   
<xs:enumeration value="1">
     
<xs:annotation>
       
<xs:documentation>Professional investor</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="2">
     
<xs:annotation>
       
<xs:documentation>Well-informed investor</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="3">
     
<xs:annotation>
       
<xs:documentation>Retail investor</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="4">
     
<xs:annotation>
       
<xs:documentation>Mixed</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy