Longitude
/FundsXML4/Funds/Fund/CountrySpecificData/DE/RealEstateReporting/PropertyData/GeographicalData/Address/Longitude
Diagram
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).
Properties
- Type
- LongitudeDataDEType
- 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
- 9
- Sample Data
- -87.90
- Restrictions
- Base: xs:decimal
MinInclusive: -180.0
MaxInclusive: 180.0
TotalDigits: 9
FractionDigits: 6
Element Definition
Element Definition
<xs:element 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:annotation>
</xs:element>
Referenced Type Definition
(LongitudeDataDEType)
Referenced Type Definition (LongitudeDataDEType)
<xs:simpleType 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">The longitude von object. Decimal degrees.</xs:documentation>
<xs:documentation xml:lang="fr">The longitude de object. Decimal degrees.</xs:documentation>
<xs:documentation xml:lang="nl">The longitude van 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>