gml:MovingObjectStatus
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/deprecatedTypes.xsd
Type: gml:MovingObjectStatusType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*]
- gml:description [0..1]The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property.
- gml:descriptionReference [0..1]The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description.
- gml:identifier [0..1]Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers.
- gml:name [0..*]The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace.
- gml:validTime [1..1]gml:validTime is a convenience property element.
- gml:dataSource [0..1]Evidence is represented by a simple gml:dataSource or gml:dataSourceReference property that indicates the source of the temporal data. The remote link attributes of the gml:dataSource element have been deprecated along with its current type.
- Choice [1..1]
- gml:position
- gml:pos
- gml:locationNameThe gml:locationName property element is a convenience property where the text value describes the location of the feature. If the location names are selected from a controlled list, then the list shall be identified in the codeSpace attribute.
- gml:locationReferenceThe gml:locationReference property element is a convenience property where the text value referenced by the xlink:href attribute describes the location of the feature.
from subst. group gml:location - gml:speed [0..1]
- gml:bearing [0..1]
- gml:acceleration [0..1]
- gml:elevation [0..1]
- gml:status [0..1]
- gml:statusReference [0..1]
from type gml:AbstractGMLTypefrom group gml:StandardObjectPropertiesfrom type gml:AbstractTimeSliceType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. | from type gml:AbstractGMLType |
Used in
- Type gml:ArrayAssociationType (Element gml:members)
- Type gml:HistoryPropertyType (Elements gml:track, gml:history)
Substitution hierarchy
- gml:AbstractObject
- can be substituted with gml:AbstractGML
- can be substituted with gml:AbstractTimeSlice
- can be substituted with gml:MovingObjectStatus
- can be substituted with gml:AbstractTimeSlice
- can be substituted with gml:AbstractGML
Sample instance
<gml:MovingObjectStatus gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with: <!--any element--> </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:validTime> <gml:TimeInstant gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:relatedTime>... </gml:relatedTime> <gml:timePosition>12:00:00</gml:timePosition> </gml:TimeInstant> </gml:validTime> <gml:dataSource>string</gml:dataSource> <gml:position> <gml:MultiGeometry gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:geometryMember>... </gml:geometryMember> <gml:geometryMembers>... </gml:geometryMembers> </gml:MultiGeometry> </gml:position> <gml:speed uom="">1.0</gml:speed> <gml:bearing> <gml:DirectionVector> <gml:vector>1.0 1.0</gml:vector> </gml:DirectionVector> </gml:bearing> <gml:acceleration uom="">1.0</gml:acceleration> <gml:elevation uom="">1.0</gml:elevation> <gml:status>string</gml:status> <gml:statusReference/> </gml:MovingObjectStatus>