complexType GeographicCoordinateType
diagram generic-types-2.1_p18.png
namespace http://fifa.com/exchange/fe
attributes
Name  Type  Use  Default  Fixed  Annotation
Latitude  derived by: xsd:double  required      
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.
Longitude  derived by: xsd:double  required      
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.
annotation
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.
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>

attribute GeographicCoordinateType/@Latitude
type restriction of xsd:double
properties
use required
facets
Kind Value Annotation
minInclusive -90
maxInclusive +90
annotation
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.
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>

attribute GeographicCoordinateType/@Longitude
type restriction of xsd:double
properties
use required
facets
Kind Value Annotation
minInclusive -180
maxInclusive +180
annotation
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.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy