complexType latitudeLongitudeElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p358.png
used by
element LatitudeLongitude
complexType geoOriginElementType
attributes
Name  Type  Use  Default  Fixed  Annotation
latitude  latitudeType  required      
longitude  longitudeType  required      
timeStamp  nonNegativeScalarType  optional      
documentation
Time value in seconds.
description  xsd:string  optional      
documentation
Descriptive text explaining the intended effect of this element.
id  xsd:ID  optional      
documentation
Unique identifier for this element.
annotation
documentation
Type for an element that will represent a geographic position as a latitude and longitude.
source <xsd:complexType name="latitudeLongitudeElementType">
 
<xsd:annotation>
   
<xsd:documentation>Type for an element that will represent a geographic position as a latitude and longitude.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="latitude" type="latitudeType" use="required"/>
 
<xsd:attribute name="longitude" type="longitudeType" use="required"/>
 
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType>

attribute latitudeLongitudeElementType/@latitude
type latitudeType
properties
use required
facets
Kind Value Annotation
minInclusive -90
maxInclusive 90
source <xsd:attribute name="latitude" type="latitudeType" use="required"/>

attribute latitudeLongitudeElementType/@longitude
type longitudeType
properties
use required
facets
Kind Value Annotation
minInclusive -180
maxInclusive 180
source <xsd:attribute name="longitude" type="longitudeType" use="required"/>


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