complexType InvestorType
diagram index_p1015.png
children Date InvestorID InvestorName InvestorCountry InvestorTypes NumberOfShares
used by
element ShareClassType/Investors/Investor
source <xs:complexType name="InvestorType">
 
<xs:sequence>
   
<xs:element name="Date" type="xs:date" minOccurs="0"/>
   
<xs:element name="InvestorID" type="Text256Type" minOccurs="0"/>
   
<xs:element name="InvestorName" type="Text500Type" minOccurs="0"/>
   
<xs:element name="InvestorCountry" type="ISOCountryCodeType" minOccurs="0"/>
   
<xs:element name="InvestorTypes" type="InvestorTypesType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Private, Institutional, Asset Manager, Banks, Pension Funds, Insurances, Treasury, Charities, … (AIFMD "ID 208 - Investor Group Type")
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="NumberOfShares" type="xs:decimal" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element InvestorType/Date
diagram index_p1016.png
type xs:date
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Date" type="xs:date" minOccurs="0"/>

element InvestorType/InvestorID
diagram index_p1017.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
source <xs:element name="InvestorID" type="Text256Type" minOccurs="0"/>

element InvestorType/InvestorName
diagram index_p1018.png
type Text500Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 500
source <xs:element name="InvestorName" type="Text500Type" minOccurs="0"/>

element InvestorType/InvestorCountry
diagram index_p1019.png
type ISOCountryCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
source <xs:element name="InvestorCountry" type="ISOCountryCodeType" minOccurs="0"/>

element InvestorType/InvestorTypes
diagram index_p1020.png
type InvestorTypesType
properties
minOcc 0
maxOcc 1
content complex
children ECB EMIR AIFMD CentralBank FundSquare
annotation
documentation
Private, Institutional, Asset Manager, Banks, Pension Funds, Insurances, Treasury, Charities, … (AIFMD "ID 208 - Investor Group Type")
source <xs:element name="InvestorTypes" type="InvestorTypesType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Private, Institutional, Asset Manager, Banks, Pension Funds, Insurances, Treasury, Charities, … (AIFMD "ID 208 - Investor Group Type")
</xs:documentation>
 
</xs:annotation>
</xs:element>

element InvestorType/NumberOfShares
diagram index_p1021.png
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="NumberOfShares" type="xs:decimal" minOccurs="0"/>


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