diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:complexType name="GeographicCoordinateType"> <xsd:annotation> <xsd:documentation>This represents a coordinate in a geographic coordinate system. A geographic coordinate system is a coordinate system that enables every location on the Earth to be specified by a set of numbers. </xsd:documentation> </xsd:annotation> <xsd:attribute name="Latitude" use="required"> <xsd:annotation> <xsd:documentation>The latitude of a location on the Earth is the angular distance of that location south or north of the Equator. The equator has a latitude of 0°, the North pole has a latitude of 90° (written 90 or +90), and the South pole has a latitude of -90° (written −90). The latitude is in decimal degrees.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:double"> <xsd:minInclusive value="-90"/> <xsd:maxInclusive value="+90"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="Longitude" use="required"> <xsd:annotation> <xsd:documentation>The longitude of a location on the Earth is the angular distance of that location east or west of the prime meridian. The prime meridian has a longitude of 0°. The longitude of other places is measured as an angle east (ranging from 0 to 180) or west (ranging from -0 to -180) from the Prime Meridian. The longitude is in decimal degrees.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:double"> <xsd:minInclusive value="-180"/> <xsd:maxInclusive value="+180"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> |
type | restriction of xsd:double | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="Latitude" use="required"> <xsd:annotation> <xsd:documentation>The latitude of a location on the Earth is the angular distance of that location south or north of the Equator. The equator has a latitude of 0°, the North pole has a latitude of 90° (written 90 or +90), and the South pole has a latitude of -90° (written −90). The latitude is in decimal degrees.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:double"> <xsd:minInclusive value="-90"/> <xsd:maxInclusive value="+90"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
type | restriction of xsd:double | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="Longitude" use="required"> <xsd:annotation> <xsd:documentation>The longitude of a location on the Earth is the angular distance of that location east or west of the prime meridian. The prime meridian has a longitude of 0°. The longitude of other places is measured as an angle east (ranging from 0 to 180) or west (ranging from -0 to -180) from the Prime Meridian. The longitude is in decimal degrees.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:double"> <xsd:minInclusive value="-180"/> <xsd:maxInclusive value="+180"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |