Schema Central > niem40 > dynamicFeature.xsd > gml:history
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:history

A generic sequence of events constitute a gml:history of an object.
The gml:history element contains a set of elements in the substitution group headed by the abstract element gml:AbstractTimeSlice, representing the time-varying properties of interest. The history property of a dynamic feature associates a feature instance with a sequence of time slices (i.e. change events) that encapsulate the evolution of the feature.

Element information

Type: gml:HistoryPropertyType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
owns [0..1]xsd:booleanDefault value is "false". from group gml:OwnershipAttributeGroup

Used in

Substitution hierarchy

Sample instance

<gml:history>
   <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:TimeInstant>
      </gml:validTime>
      <gml:dataSource>string</gml:dataSource>
      <gml:position>
         <gml:MultiGeometry gml:id="ID">...
         </gml:MultiGeometry>
      </gml:position>
      <gml:speed uom="">1.0</gml:speed>
      <gml:bearing>
         <gml:DirectionVector>...
         </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>
</gml:history>