CHOICE

/FundsXML4/Funds/Fund/FundStaticData/CHOICE_91

Diagram

CHOICE ListedLegalStructure (anonymous) 0..1 UnlistedLegalStructure Text200Type 0..1

Properties

Type
(container)
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
4
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/Funds/.../ListedLegalStructure (anonymous)

UCITS, AIF, SICAV, ...

UCITS
/Funds/.../UnlistedLegalStructure Text200Type

Free text legal structure

Text (max. 200 characters)

ExampleText

XML Snippet

<xs:choice xmlns:altova="http://www.altova.com/xml-schema-extensions"
           xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
           xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element minOccurs="0" name="ListedLegalStructure">
      <xs:annotation>
         <xs:documentation>UCITS, AIF, SICAV, ...</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
         <xs:restriction base="xs:string">
            <xs:enumeration value="UCITS"/>
            <xs:enumeration value="UCITS - SICAV"/>
            <xs:enumeration value="UCITS - SICAF"/>
            <xs:enumeration value="UCITS - CONTRACTUAL TYPE"/>
            <xs:enumeration value="AIF"/>
            <xs:enumeration value="AIF - HEDGE FUND"/>
            <xs:enumeration value="AIF - PRIVATE EQUITY FUND"/>
            <xs:enumeration value="AIF - VENTURE CAPITAL FUND"/>
            <xs:enumeration value="AIF - REAL ESTATE FUND"/>
            <xs:enumeration value="AIF - REIT"/>
            <xs:enumeration value="AIF - INFRASTRUCTURE FUND"/>
            <xs:enumeration value="AIF - COMMODITY FUND"/>
            <xs:enumeration value="AIF - SOVEREIGN WEALTH FUND"/>
            <xs:enumeration value="AIF - ELTIF"/>
            <xs:enumeration value="AIF - EUVECA"/>
            <xs:enumeration value="AIF - EUSEF"/>
            <xs:enumeration value="SPV"/>
         </xs:restriction>
      </xs:simpleType>
   </xs:element>
   <xs:element minOccurs="0" name="UnlistedLegalStructure" type="Text200Type">
      <xs:annotation>
         <xs:documentation>Free text legal structure</xs:documentation>
      </xs:annotation>
   </xs:element>
</xs:choice>