complexType RealEstateType
diagram index_p1475.png
namespace http://www.fundsxml.org/XMLSchema/3.1
children PurchasePrice MonthlyRent DateMonthlyRent FirstRateAccrual PlannedCostsOfMaintenance DatePropertyTransfer ExemptionMethod ConstructionYear Devotement LegalForm
used by
element SecurityFamillyType/RealEstate
annotation
documentation
Real Estate Asset data information
source <xs:complexType name="RealEstateType">
 
<xs:annotation>
   
<xs:documentation>Real Estate Asset data information</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="PurchasePrice" type="AmountType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Gibt den Kaufpreis der Immobilie an</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MonthlyRent" type="AmountType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt den Betrag der monatlichen Miete</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DateMonthlyRent" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt das Datum der ersten monatlichen Miete</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FirstRateAccrual" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt das Datum der ersten Mietabgrenzung</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PlannedCostsOfMaintenance" type="AmountType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt die geplanten Instanthaltungskosten</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DatePropertyTransfer" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt das Datum des Eigentumuebergangs</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ExemptionMethod" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Befreiungsmethode:
Ja (True) / Nein (False)
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ConstructionYear" nillable="false" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt das Errichtungsjahr (YYYY)</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:integer">
         
<xs:maxInclusive value="9999"/>
         
<xs:minInclusive value="0"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="Devotement" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt die Widmung</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LegalForm" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt die Rechtsform</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element RealEstateType/PurchasePrice
diagram index_p1476.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type AmountType
properties
minOcc 0
maxOcc 1
content complex
children Amount AmountForeign AmountCurrency
annotation
documentation
Gibt den Kaufpreis der Immobilie an
source <xs:element name="PurchasePrice" type="AmountType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Gibt den Kaufpreis der Immobilie an</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/MonthlyRent
diagram index_p1477.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type AmountType
properties
minOcc 0
maxOcc 1
content complex
children Amount AmountForeign AmountCurrency
annotation
documentation
Enthaelt den Betrag der monatlichen Miete
source <xs:element name="MonthlyRent" type="AmountType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt den Betrag der monatlichen Miete</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/DateMonthlyRent
diagram index_p1478.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Enthaelt das Datum der ersten monatlichen Miete
source <xs:element name="DateMonthlyRent" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt das Datum der ersten monatlichen Miete</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/FirstRateAccrual
diagram index_p1479.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Enthaelt das Datum der ersten Mietabgrenzung
source <xs:element name="FirstRateAccrual" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt das Datum der ersten Mietabgrenzung</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/PlannedCostsOfMaintenance
diagram index_p1480.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type AmountType
properties
minOcc 0
maxOcc 1
content complex
children Amount AmountForeign AmountCurrency
annotation
documentation
Enthaelt die geplanten Instanthaltungskosten
source <xs:element name="PlannedCostsOfMaintenance" type="AmountType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt die geplanten Instanthaltungskosten</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/DatePropertyTransfer
diagram index_p1481.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Enthaelt das Datum des Eigentumuebergangs
source <xs:element name="DatePropertyTransfer" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt das Datum des Eigentumuebergangs</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/ExemptionMethod
diagram index_p1482.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Befreiungsmethode:
Ja (True) / Nein (False)
source <xs:element name="ExemptionMethod" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Befreiungsmethode:
Ja (True) / Nein (False)
</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/ConstructionYear
diagram index_p1483.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:integer
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
minInclusive 0
maxInclusive 9999
annotation
documentation
Enthaelt das Errichtungsjahr (YYYY)
source <xs:element name="ConstructionYear" nillable="false" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt das Errichtungsjahr (YYYY)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:maxInclusive value="9999"/>
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element RealEstateType/Devotement
diagram index_p1484.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Enthaelt die Widmung
source <xs:element name="Devotement" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt die Widmung</xs:documentation>
 
</xs:annotation>
</xs:element>

element RealEstateType/LegalForm
diagram index_p1485.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Enthaelt die Rechtsform
source <xs:element name="LegalForm" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt die Rechtsform</xs:documentation>
 
</xs:annotation>
</xs:element>


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