Documentation for fieldgml

Complex Type: AbstractTimeGeometricPrimitiveType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractTimeObjectType (by extension) < AbstractTimePrimitiveType (by extension) < AbstractTimeGeometricPrimitiveType (by extension)
Sub-types:
Name AbstractTimeGeometricPrimitiveType
Abstract yes
Documentation The abstract supertype for temporal geometric primitives. A temporal geometry must be associated with a temporal reference system via URI. The Gregorian calendar with UTC is the default reference system, following ISO 8601. Other reference systems in common use include the GPS calendar and the Julian calendar.
XML Instance Representation
<...
gml:id="[0..1]"
frame="anyURI [0..1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

<gml:relatedTime> gml:RelatedTimeType </gml:relatedTime> [0..*]
</...>
Diagram
Schema Component Representation
<complexType name="AbstractTimeGeometricPrimitiveType" abstract="true">
<complexContent>
<extension base=" gml:AbstractTimePrimitiveType ">
<attribute name="frame" type=" anyURI " use="optional" default="#ISO-8601"/>
</extension>
</complexContent>
</complexType>