PurchasesAndSales

/FundsXML4/Funds/Fund/CountrySpecificData/DE/RealEstateReporting/FundData/PurchasesAndSales

Diagram

PurchasesAndSales Domestic (anonymous) [1] Foreign (anonymous) [1] ParticipationsRECompanies (anonymous) [1]

Properties

Type
(anonymous)
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
7
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
(anonymous)

Informationen über Käufe und Verkäufe im Inland (innerhalb Deutschlands) im vorangegangenen Quartal

Information on domestic purchases and sales in the previous quarter

(anonymous)

Informationen über Käufe und Verkäufe im Ausland (außerhalb Deutschlands) im vorangegangenen Quartal

Information on foreign purchases and sales in the previous quarter

(anonymous)

Informationen über Käufe und Verkäufe von Beteiligungen im vorangegangenen Quartal

Information on purchases and sales of investees in the previous quarter

Element Definition

<xs:element 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"
            name="PurchasesAndSales">
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Domestic">
            <xs:annotation>
               <xs:documentation xml:lang="de">Informationen über Käufe und Verkäufe im Inland (innerhalb Deutschlands) im vorangegangenen Quartal</xs:documentation>
               <xs:documentation xml:lang="en">Information on domestic purchases and sales in the previous quarter</xs:documentation>
            </xs:annotation>
            <xs:complexType>
               <xs:sequence>
                  <xs:element name="Purchases" type="PurchasesDataDEType">
                     <xs:annotation>
                        <xs:documentation xml:lang="de">Informationen über Käufe  im Inland (innerhalb Deutschlands) im vorangegangenen Quartal</xs:documentation>
                        <xs:documentation xml:lang="en">Information on domestic purchases in the previous quarter</xs:documentation>
                     </xs:annotation>
                  </xs:element>
                  <xs:element name="Sales" type="SalesDataDEType">
                     <xs:annotation>
                        <xs:documentation xml:lang="de">Informationen über Verkäufe  im Inland (innerhalb Deutschlands) im vorangegangenen Quartal</xs:documentation>
                        <xs:documentation xml:lang="en">Information on domestic sales in the previous quarter</xs:documentation>
                     </xs:annotation>
                  </xs:element>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
         <xs:element name="Foreign">
            <xs:annotation>
               <xs:documentation xml:lang="de">Informationen über Käufe und Verkäufe im Ausland (außerhalb Deutschlands) im vorangegangenen Quartal</xs:documentation>
               <xs:documentation xml:lang="en">Information on foreign purchases and sales in the previous quarter</xs:documentation>
            </xs:annotation>
            <xs:complexType>
               <xs:sequence>
                  <xs:element name="Purchases" type="PurchasesDataDEType">
                     <xs:annotation>
                        <xs:documentation xml:lang="de">Informationen über Käufe  im Ausland außerhalb Deutschlands) im vorangegangenen Quartal</xs:documentation>
                        <xs:documentation xml:lang="en">Information on foreign purchases in the previous quarter</xs:documentation>
                     </xs:annotation>
                  </xs:element>
                  <xs:element name="Sales" type="SalesDataDEType">
                     <xs:annotation>
                        <xs:documentation xml:lang="de">Informationen über Verkäufe im Ausland (außerhalb Deutschlands) im vorangegangenen Quartal</xs:documentation>
                        <xs:documentation xml:lang="en">Information on foreign sales  in the previous quarter</xs:documentation>
                     </xs:annotation>
                  </xs:element>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
         <xs:element name="ParticipationsRECompanies">
            <xs:annotation>
               <xs:documentation xml:lang="de">Informationen über Käufe und Verkäufe von Beteiligungen im vorangegangenen Quartal</xs:documentation>
               <xs:documentation xml:lang="en">Information on purchases and sales of investees in the previous quarter</xs:documentation>
            </xs:annotation>
            <xs:complexType>
               <xs:sequence>
                  <xs:element name="Purchases" type="PurchasesDataDEType">
                     <xs:annotation>
                        <xs:documentation xml:lang="de">Informationen über Käufe von Beteiligungen im vorangegangenen Quartal</xs:documentation>
                        <xs:documentation xml:lang="en">Information on purchases of investees in the previous quarter</xs:documentation>
                     </xs:annotation>
                  </xs:element>
                  <xs:element name="Sales" type="SalesDataDEType">
                     <xs:annotation>
                        <xs:documentation xml:lang="de">Informationen über Verkäufe von Beteiligungen im vorangegangenen Quartal</xs:documentation>
                        <xs:documentation xml:lang="en">Information on sales of investees in the previous quarter</xs:documentation>
                     </xs:annotation>
                  </xs:element>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>