complexType geoOriginElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p343.png
type extension of latitudeLongitudeElementType
properties
base latitudeLongitudeElementType
used by
element GeoOrigin
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.
radiusOfInterest  positiveScalarType  optional      
annotation
documentation
Type for an element that will represent the geographic origin and area of interest.
source <xsd:complexType name="geoOriginElementType">
 
<xsd:annotation>
   
<xsd:documentation>Type for an element that will represent the geographic origin and area of interest.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="latitudeLongitudeElementType">
     
<xsd:attribute name="radiusOfInterest" type="positiveScalarType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute geoOriginElementType/@radiusOfInterest
type positiveScalarType
properties
use optional
facets
Kind Value Annotation
minExclusive 0
source <xsd:attribute name="radiusOfInterest" type="positiveScalarType" use="optional"/>


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