ConstructionCosts

/FundsXML4/AssetMasterData/Asset/AssetDetails/RealEstate/InvestmentCosts/ConstructionCosts

Diagram

ConstructionCosts Value xs:decimal [1] Currency ISOCurrencyCodeType [1] FXRate xs:decimal [1]

Documentation

EN

Total construction costs excluding property purchase price (relevant only for building and construction projects)

DE

Gesamtinvestitionskosten exkl. Grundstückskaufpreis (nur relevant bei Bauprojekten mit laufender Zahlung)

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
6

Child Elements & Attributes

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

Wert

953.82
ISOCurrencyCodeType

Währung

Three-letter ISO-CurrencyCode (ISO 4217)

Dreistelliger ISO-Waehrungscode (ISO 4217)

CQC
xs:decimal

FX Kurs

147.60

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="ConstructionCosts">
   <xs:annotation>
      <xs:documentation xml:lang="en">Total construction costs excluding property purchase price (relevant only for building and construction projects)</xs:documentation>
      <xs:documentation xml:lang="de">Gesamtinvestitionskosten exkl. Grundstückskaufpreis (nur relevant bei Bauprojekten mit laufender Zahlung)</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Value" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>Wert</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="Currency" type="ISOCurrencyCodeType">
            <xs:annotation>
               <xs:documentation>Währung</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="FXRate" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>FX Kurs</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>