Participation

/FundsXML4/Funds/Fund/CountrySpecificData/DE/RealEstateReporting/PropertyData/BaseData/Participation

Diagram

Participation Type xs:string [1] ParticipationRate PercentageType [1]

Documentation

DE

Gibt an, ob die Immobilie direkt oder indirekt gehalten wird.

EN

Indicates whether the property is held directly or indirectly.

FR

Indicates whether property est held directly ou indirectly.

NL

Indicates whether property is held directly van indirectly.

Properties

Type
(anonymous)
Cardinality
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
8

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:string Indirect
PercentageType

Beteiligungsquote / Eigentumsanteil des Fonds an der Liegenschaft (Bei mehrstöckigen Beteiligungsstrukturen wird die Quote entsprechend angepasst, sodass die effektive Quote, die der Fonds an der Liegenschaft hält, angegeben wird). Bei Datenlieferung für eine Anteilscheinklasse eines Fonds ist zusätzlich der Anteil der Anteilscheinklasse zu berücksichtigen (in Prozent).

Participation rate / ownership share of the fund in the property (in the case of multi-level participation structures, the rate is adjusted accordingly so that the effective rate held by the fund in the property is indicated). If data is supplied for a share class of a fund, the share of the share class must also be considered (in percent).

Participation taux / ownership action de fonds dans property (dans case de multi-level participation structures, taux est adjusted accordingly so que effective taux held par fonds dans property est indicated). If données est supplied pour un classe d'actions de un fonds, action de classe d'actions must also be considered (dans percent).

Participation tarief / ownership aandeel van fonds in property (in case van multi-level participation structures, tarief is adjusted accordingly so dat effective tarief held door fonds in property is indicated). If gegevens is supplied voor een aandelenklasse van een fonds, aandeel van aandelenklasse must also be considered (in percent).

38.71

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="Participation">
   <xs:annotation>
      <xs:documentation xml:lang="de">Gibt an, ob die Immobilie direkt oder indirekt gehalten wird.</xs:documentation>
      <xs:documentation xml:lang="en">Indicates whether the property is held directly or indirectly.</xs:documentation>
      <xs:documentation xml:lang="fr">Indicates whether property est held directly ou indirectly.</xs:documentation>
      <xs:documentation xml:lang="nl">Indicates whether property is held directly van indirectly.</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Type">
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:enumeration value="Direct"/>
                  <xs:enumeration value="Indirect"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="ParticipationRate">
            <xs:annotation>
               <xs:documentation xml:lang="de">Beteiligungsquote / Eigentumsanteil des Fonds an der Liegenschaft (Bei mehrstöckigen Beteiligungsstrukturen wird die Quote entsprechend angepasst, sodass die effektive Quote, die der Fonds an der Liegenschaft hält, angegeben wird). Bei Datenlieferung für eine Anteilscheinklasse eines Fonds ist zusätzlich der Anteil der Anteilscheinklasse zu berücksichtigen (in Prozent).</xs:documentation>
               <xs:documentation xml:lang="en">Participation rate / ownership share of the fund in the property (in the case of multi-level participation structures, the rate is adjusted accordingly so that the effective rate held by the fund in the property is indicated). If data is supplied for a share class of a fund, the share of the share class must also be considered (in percent).</xs:documentation>
               <xs:documentation xml:lang="fr">Participation taux / ownership action de fonds dans property (dans case de multi-level participation structures, taux est adjusted accordingly so que effective taux held par fonds dans property est indicated). If données est supplied pour un classe d'actions de un fonds, action de classe d'actions must also be considered (dans percent).</xs:documentation>
               <xs:documentation xml:lang="nl">Participation tarief / ownership aandeel van fonds in property (in case van multi-level participation structures, tarief is adjusted accordingly so dat effective tarief held door fonds in property is indicated). If gegevens is supplied voor een aandelenklasse van een fonds, aandeel van aandelenklasse must also be considered (in percent).</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="PercentageType">
                  <xs:minInclusive value="0"/>
                  <xs:maxInclusive value="100"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>