CentralBank

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/Flows/Flow/InvestorTypes/CentralBank

Diagram

CentralBank Country ISOCountryCodeType [1] ForeignFlag xs:boolean [1] Category xs:string [1]

Documentation

EN

Investor type according to Central Bank classification

DE

[AUTO] Anlegertyp gemäß Zentralbank-Klassifizierung

FR

Investisseur type selon Central Bank classification

NL

Belegger type volgens Central Bank classificatie

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
12

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
ISOCountryCodeType

The ISOCountryCodeType is a type for decoding ISO-CountryCodes. It is used the two-letter ISO-CountryCodes (ISO 3166-1alpha-2). It is of the type string and has a length from exactly two letters.

[AUTO] Der ISOCountryCodeType stellt einen einfachen Typ zur Verarbeitung von ISO-Ländercodes bereit. Verwendet werden die zweistelligen ISO-Ländercodes (ISO 3166-1alpha-2). Er ist vom Typ string und hat eine Länge von zwei Zeichen.

The ISOCountryCodeType est un type pour decoding ISO-CountryCodes. It est used two-letter ISO-CountryCodes (ISO 3166-1alpha-2). It est de type string et un un length de exactly two letters.

The ISOCountryCodeType is een type voor decoding ISO-CountryCodes. It is used two-letter ISO-CountryCodes (ISO 3166-1alpha-2). It is van type string en heeft een length van exactly two letters.

aa
xs:boolean false
xs:string SPF

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="CentralBank">
   <xs:annotation>
      <xs:documentation xml:lang="en">Investor type according to Central Bank classification</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Anlegertyp gemäß Zentralbank-Klassifizierung</xs:documentation>
      <xs:documentation xml:lang="fr">Investisseur type selon Central Bank classification</xs:documentation>
      <xs:documentation xml:lang="nl">Belegger type volgens Central Bank classificatie</xs:documentation>
   </xs:annotation>
   <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>