Latitude

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

Diagram

Latitude

Documentation

DE

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

EN

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

FR

Latitude où property est located (negative values refer à southern hemisphere).

NL

Latitude waar property is located (negative values refer naar southern hemisphere).

ES

Latitud donde se encuentra la propiedad (valores negativos se refieren al hemisferio sur).

IT

Latitudine in cui è situato l'immobile (i valori negativi si riferiscono all'emisfero sud).

CS

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

HU

A szélességi fok, ahol az ingatlan található (negatív értékek a déli félgömbre vonatkoznak).

Properties

Type
LatitudeDataDEType
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
9
Sample Data
-66.75
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:vc="http://www.w3.org/2007/XMLSchema-versioning"
            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:documentation xml:lang="fr">Latitude où property est located (negative values refer à southern hemisphere).</xs:documentation>
      <xs:documentation xml:lang="nl">Latitude waar property is located (negative values refer naar southern hemisphere).</xs:documentation>
      <xs:documentation xml:lang="es">Latitud donde se encuentra la propiedad (valores negativos se refieren al hemisferio sur).</xs:documentation>
      <xs:documentation xml:lang="it">Latitudine in cui è situato l'immobile (i valori negativi si riferiscono all'emisfero sud).</xs:documentation>
      <xs:documentation xml:lang="cs">Latitude where the property is located (negative values refer to the southern hemisphere).</xs:documentation>
      <xs:documentation xml:lang="hu">A szélességi fok, ahol az ingatlan található (negatív értékek a déli félgömbre vonatkoznak).</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:vc="http://www.w3.org/2007/XMLSchema-versioning"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               name="LatitudeDataDEType">
   <xs:annotation>
      <xs:documentation xml:lang="en">The latitude of the object. Decimal degrees.</xs:documentation>
      <xs:documentation xml:lang="de">Der Breitengrad des Objekts. Dezimalgrad.</xs:documentation>
      <xs:documentation xml:lang="fr">La latitude de l'objet. Degrés décimaux.</xs:documentation>
      <xs:documentation xml:lang="nl">De breedtegraad van het object. Decimale graden.</xs:documentation>
      <xs:documentation xml:lang="es">La latitud del objeto. Grados decimales.</xs:documentation>
      <xs:documentation xml:lang="it">La latitudine dell'oggetto. Gradi decimali.</xs:documentation>
      <xs:documentation xml:lang="cs">The latitude of the object. Decimal degrees.</xs:documentation>
      <xs:documentation xml:lang="hu">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>