complexType geoOriginElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p344.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      
description  xsd:string  optional      
id  xsd:ID  optional      
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
minInclusive 0
source <xsd:attribute name="radiusOfInterest" type="positiveScalarType" use="optional"/>


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