Longitude

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

Diagram

Longitude

Documentation

DE

Längengrad, an dem sich die Liegenschaft befindet (negative Werte beziehen sich auf westlich des Nullmeridians).

EN

Longitude where the property is located (negative values refer to west of the prime meridian).

FR

Longitude où property est located (negative values refer à west de prime meridian).

NL

Longitude waar property is located (negative values refer naar west van prime meridian).

ES

Longitud donde se encuentra la propiedad (valores negativos se refieren al oeste del primer meridiano).

IT

Longitudine in cui si trova l'immobile (i valori negativi si riferiscono ad ovest del primo meridiano).

CS

Longitude where the property is located (negative values refer to west of the prime meridian).

HU

A hosszúsági fok, ahol az ingatlan található (negatív értékek a kezdő meridiántól nyugatra vonatkoznak).

Properties

Type
LongitudeDataDEType
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
-80.51
Restrictions
Base: xs:decimal
MinInclusive: -180.0
MaxInclusive: 180.0
TotalDigits: 9
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="Longitude"
            type="LongitudeDataDEType">
   <xs:annotation>
      <xs:documentation xml:lang="de">Längengrad, an dem sich die Liegenschaft befindet (negative Werte beziehen sich auf westlich des Nullmeridians).</xs:documentation>
      <xs:documentation xml:lang="en">Longitude where the property is located (negative values refer to west of the prime meridian).</xs:documentation>
      <xs:documentation xml:lang="fr">Longitude où property est located (negative values refer à west de prime meridian).</xs:documentation>
      <xs:documentation xml:lang="nl">Longitude waar property is located (negative values refer naar west van prime meridian).</xs:documentation>
      <xs:documentation xml:lang="es">Longitud donde se encuentra la propiedad (valores negativos se refieren al oeste del primer meridiano).</xs:documentation>
      <xs:documentation xml:lang="it">Longitudine in cui si trova l'immobile (i valori negativi si riferiscono ad ovest del primo meridiano).</xs:documentation>
      <xs:documentation xml:lang="cs">Longitude where the property is located (negative values refer to west of the prime meridian).</xs:documentation>
      <xs:documentation xml:lang="hu">A hosszúsági fok, ahol az ingatlan található (negatív értékek a kezdő meridiántól nyugatra vonatkoznak).</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (LongitudeDataDEType)

<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="LongitudeDataDEType">
   <xs:annotation>
      <xs:documentation xml:lang="en">The longitude of the object. Decimal degrees.</xs:documentation>
      <xs:documentation xml:lang="de">Der Längengrad des Objekts. Dezimalgrad.</xs:documentation>
      <xs:documentation xml:lang="fr">La longitude de l'objet. Degrés décimaux.</xs:documentation>
      <xs:documentation xml:lang="nl">De lengtegraad van het object. Decimale graden.</xs:documentation>
      <xs:documentation xml:lang="es">La longitud del objeto. Grados decimales.</xs:documentation>
      <xs:documentation xml:lang="it">La longitudine dell'oggetto. Gradi decimali.</xs:documentation>
      <xs:documentation xml:lang="cs">The longitude of the object. Decimal degrees.</xs:documentation>
      <xs:documentation xml:lang="hu">The longitude of the object. Decimal degrees.</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:decimal">
      <xs:minInclusive value="-180.0"/>
      <xs:maxInclusive value="180.0"/>
      <xs:totalDigits value="9"/>
      <xs:fractionDigits value="6"/>
   </xs:restriction>
</xs:simpleType>