complexType InvestorTypesType
diagram index_p1022.png
children ECB EMIR AIFMD CentralBank FundSquare
used by
elements FlowType/InvestorTypes InvestorType/InvestorTypes AllocationType/InvestorTypes
source <xs:complexType name="InvestorTypesType">
 
<xs:sequence>
   
<xs:element name="ECB" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="RETAIL INVESTOR"/>
         
<xs:enumeration value="PROFESSIONAL INVESTOR"/>
         
<xs:enumeration value="INSTITUTIONAL INVESTOR"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="EMIR" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:length value="1"/>
         
<xs:enumeration value="A"/>
         
<xs:enumeration value="C"/>
         
<xs:enumeration value="F"/>
         
<xs:enumeration value="I"/>
         
<xs:enumeration value="L"/>
         
<xs:enumeration value="O"/>
         
<xs:enumeration value="R"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="AIFMD" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:length value="4"/>
         
<xs:enumeration value="NFCO"/>
         
<xs:enumeration value="BANK"/>
         
<xs:enumeration value="INSC"/>
         
<xs:enumeration value="OFIN"/>
         
<xs:enumeration value="PFND"/>
         
<xs:enumeration value="GENG"/>
         
<xs:enumeration value="OCIU"/>
         
<xs:enumeration value="HHLD"/>
         
<xs:enumeration value="UNKN"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="CentralBank" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Country" type="ISOCountryCodeType"/>
         
<xs:element name="ForeignFlag" type="xs:boolean"/>
         
<xs:element name="Category">
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:minLength value="2"/>
               
<xs:maxLength value="3"/>
               
<xs:enumeration value="CRI"/>
               
<xs:enumeration value="IC"/>
               
<xs:enumeration value="LIC"/>
               
<xs:enumeration value="OIC"/>
               
<xs:enumeration value="PFI"/>
               
<xs:enumeration value="OFI"/>
               
<xs:enumeration value="FAX"/>
               
<xs:enumeration value="NFC"/>
               
<xs:enumeration value="GGV"/>
               
<xs:enumeration value="SGV"/>
               
<xs:enumeration value="LGV"/>
               
<xs:enumeration value="SII"/>
               
<xs:enumeration value="SPF"/>
               
<xs:enumeration value="PNP"/>
               
<xs:enumeration value="OTH"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="FundSquare" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="RETAIL"/>
         
<xs:enumeration value="GROSS"/>
         
<xs:enumeration value="QUALIFIED"/>
         
<xs:enumeration value="INSTITUTIONAL"/>
         
<xs:enumeration value="INTERMEDIARIES"/>
         
<xs:enumeration value="DEDICATED"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element InvestorTypesType/ECB
diagram index_p1023.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration RETAIL INVESTOR
enumeration PROFESSIONAL INVESTOR
enumeration INSTITUTIONAL INVESTOR
source <xs:element name="ECB" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="RETAIL INVESTOR"/>
     
<xs:enumeration value="PROFESSIONAL INVESTOR"/>
     
<xs:enumeration value="INSTITUTIONAL INVESTOR"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element InvestorTypesType/EMIR
diagram index_p1024.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 1
enumeration A
enumeration C
enumeration F
enumeration I
enumeration L
enumeration O
enumeration R
source <xs:element name="EMIR" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:length value="1"/>
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="C"/>
     
<xs:enumeration value="F"/>
     
<xs:enumeration value="I"/>
     
<xs:enumeration value="L"/>
     
<xs:enumeration value="O"/>
     
<xs:enumeration value="R"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element InvestorTypesType/AIFMD
diagram index_p1025.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 4
enumeration NFCO
enumeration BANK
enumeration INSC
enumeration OFIN
enumeration PFND
enumeration GENG
enumeration OCIU
enumeration HHLD
enumeration UNKN
source <xs:element name="AIFMD" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:length value="4"/>
     
<xs:enumeration value="NFCO"/>
     
<xs:enumeration value="BANK"/>
     
<xs:enumeration value="INSC"/>
     
<xs:enumeration value="OFIN"/>
     
<xs:enumeration value="PFND"/>
     
<xs:enumeration value="GENG"/>
     
<xs:enumeration value="OCIU"/>
     
<xs:enumeration value="HHLD"/>
     
<xs:enumeration value="UNKN"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element InvestorTypesType/CentralBank
diagram index_p1026.png
properties
minOcc 0
maxOcc 1
content complex
children Country ForeignFlag Category
source <xs:element name="CentralBank" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Country" type="ISOCountryCodeType"/>
     
<xs:element name="ForeignFlag" type="xs:boolean"/>
     
<xs:element name="Category">
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="2"/>
           
<xs:maxLength value="3"/>
           
<xs:enumeration value="CRI"/>
           
<xs:enumeration value="IC"/>
           
<xs:enumeration value="LIC"/>
           
<xs:enumeration value="OIC"/>
           
<xs:enumeration value="PFI"/>
           
<xs:enumeration value="OFI"/>
           
<xs:enumeration value="FAX"/>
           
<xs:enumeration value="NFC"/>
           
<xs:enumeration value="GGV"/>
           
<xs:enumeration value="SGV"/>
           
<xs:enumeration value="LGV"/>
           
<xs:enumeration value="SII"/>
           
<xs:enumeration value="SPF"/>
           
<xs:enumeration value="PNP"/>
           
<xs:enumeration value="OTH"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element InvestorTypesType/CentralBank/Country
diagram index_p1027.png
type ISOCountryCodeType
properties
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
source <xs:element name="Country" type="ISOCountryCodeType"/>

element InvestorTypesType/CentralBank/ForeignFlag
diagram index_p1028.png
type xs:boolean
properties
content simple
source <xs:element name="ForeignFlag" type="xs:boolean"/>

element InvestorTypesType/CentralBank/Category
diagram index_p1029.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 2
maxLength 3
enumeration CRI
enumeration IC
enumeration LIC
enumeration OIC
enumeration PFI
enumeration OFI
enumeration FAX
enumeration NFC
enumeration GGV
enumeration SGV
enumeration LGV
enumeration SII
enumeration SPF
enumeration PNP
enumeration OTH
source <xs:element name="Category">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="2"/>
     
<xs:maxLength value="3"/>
     
<xs:enumeration value="CRI"/>
     
<xs:enumeration value="IC"/>
     
<xs:enumeration value="LIC"/>
     
<xs:enumeration value="OIC"/>
     
<xs:enumeration value="PFI"/>
     
<xs:enumeration value="OFI"/>
     
<xs:enumeration value="FAX"/>
     
<xs:enumeration value="NFC"/>
     
<xs:enumeration value="GGV"/>
     
<xs:enumeration value="SGV"/>
     
<xs:enumeration value="LGV"/>
     
<xs:enumeration value="SII"/>
     
<xs:enumeration value="SPF"/>
     
<xs:enumeration value="PNP"/>
     
<xs:enumeration value="OTH"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element InvestorTypesType/FundSquare
diagram index_p1030.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration RETAIL
enumeration GROSS
enumeration QUALIFIED
enumeration INSTITUTIONAL
enumeration INTERMEDIARIES
enumeration DEDICATED
source <xs:element name="FundSquare" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="RETAIL"/>
     
<xs:enumeration value="GROSS"/>
     
<xs:enumeration value="QUALIFIED"/>
     
<xs:enumeration value="INSTITUTIONAL"/>
     
<xs:enumeration value="INTERMEDIARIES"/>
     
<xs:enumeration value="DEDICATED"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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