complexType latitudeLongitudeElementType
diagram AVCL.3.1_diagrams/AVCL.3.1_p367.png
used by
element LatitudeLongitude
complexType geoOriginElementType
attributes
Name  Type  Use  Default  Fixed  Annotation
latitude  longitudeType  required      
longitude  longitudeType  required      
timeStamp  nonNegativeScalarType  optional      
documentation
Time value in seconds.
title  xsd:string  optional      
documentation
Short title naming this element.
description  xsd:string  optional      
documentation
Descriptive text explaining the intended effect of this element.
id  xsd:ID  optional      
documentation
Unique identifier for this element.
refid  xsd:IDREF  optional      
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="longitudeType" use="required"/>
 
<xsd:attribute name="longitude" type="longitudeType" use="required"/>
 
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType>

attribute latitudeLongitudeElementType/@latitude
type longitudeType
properties
use required
source <xsd:attribute name="latitude" type="longitudeType" use="required"/>

attribute latitudeLongitudeElementType/@longitude
type longitudeType
properties
use required
source <xsd:attribute name="longitude" type="longitudeType" use="required"/>


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