complexType MovingObjectStatusType
diagram index_p548.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractTimeSliceType
properties
base gml:AbstractTimeSliceType
children gml:metaDataProperty gml:description gml:name gml:validTime gml:dataSource gml:location gml:speed gml:bearing gml:acceleration gml:elevation gml:status
used by
element MovingObjectStatus
attributes
Name  Type  Use  Default  Fixed  annotation
idoptional      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
annotation
documentation
This type encapsulates various dynamic properties of moving objects       
             (points, lines, regions). It is useful for dealing with features whose       
             geometry or topology changes over time.
source <xs:complexType name="MovingObjectStatusType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">This type encapsulates various dynamic properties of moving objects       
             (points, lines, regions). It is useful for dealing with features whose       
             geometry or topology changes over time.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractTimeSliceType">
     
<xs:sequence>
       
<xs:element ref="gml:location"/>
       
<xs:element name="speed" type="gml:MeasureType" minOccurs="0"/>
       
<xs:element name="bearing" type="gml:DirectionPropertyType" minOccurs="0"/>
       
<xs:element name="acceleration" type="gml:MeasureType" minOccurs="0"/>
       
<xs:element name="elevation" type="gml:MeasureType" minOccurs="0"/>
       
<xs:element ref="gml:status" minOccurs="0"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element MovingObjectStatusType/speed
diagram index_p549.png
namespace http://www.opengis.net/gml
type gml:MeasureType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uomxs:anyURIrequired      
source <xs:element name="speed" type="gml:MeasureType" minOccurs="0"/>

element MovingObjectStatusType/bearing
diagram index_p550.png
namespace http://www.opengis.net/gml
type gml:DirectionPropertyType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children gml:DirectionVector gml:CompassPoint gml:DirectionKeyword gml:DirectionString
attributes
Name  Type  Use  Default  Fixed  annotation
type    simple  
href      
role      
arcrole      
title      
show      
actuate      
remoteSchemaoptional      
documentation
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
source <xs:element name="bearing" type="gml:DirectionPropertyType" minOccurs="0"/>

element MovingObjectStatusType/acceleration
diagram index_p551.png
namespace http://www.opengis.net/gml
type gml:MeasureType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uomxs:anyURIrequired      
source <xs:element name="acceleration" type="gml:MeasureType" minOccurs="0"/>

element MovingObjectStatusType/elevation
diagram index_p552.png
namespace http://www.opengis.net/gml
type gml:MeasureType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uomxs:anyURIrequired      
source <xs:element name="elevation" type="gml:MeasureType" minOccurs="0"/>


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