Latitude

/FundsXML4/Funds/Fund/CountrySpecificData/DE/RealEstateReporting/PropertyData/GeographicalData/Address/Latitude

Diagram

Latitude Breitengrad, an dem sich die Liegenschaft befindet (negative Werte beziehen sich auf die südliche Hemisphäre). Latitude where the property is located (negative values refer to the southern hemisphere). The latitude of the object. Decimal degrees.

Documentation

de

Breitengrad, an dem sich die Liegenschaft befindet (negative Werte beziehen sich auf die südliche Hemisphäre).

The latitude of the object. Decimal degrees.

en

Latitude where the property is located (negative values refer to the southern hemisphere).

Properties

Type
LatitudeDataDEType
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
9
Sample Data
77.33
Restrictions
Base: xs:decimal
MinInclusive: -90.0
MaxInclusive: 90.0
TotalDigits: 8
FractionDigits: 6

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="Latitude"
            type="LatitudeDataDEType">
   <xs:annotation>
      <xs:documentation xml:lang="de">Breitengrad, an dem sich die Liegenschaft befindet (negative Werte beziehen sich auf die südliche Hemisphäre).</xs:documentation>
      <xs:documentation xml:lang="en">Latitude where the property is located (negative values refer to the southern hemisphere).</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (LatitudeDataDEType)

<xs:simpleType 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="LatitudeDataDEType">
   <xs:annotation>
      <xs:documentation>
 The latitude of the object. Decimal degrees.  </xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:decimal">
      <xs:minInclusive value="-90.0"/>
      <xs:maxInclusive value="90.0"/>
      <xs:totalDigits value="8"/>
      <xs:fractionDigits value="6"/>
   </xs:restriction>
</xs:simpleType>