Documentation for fieldgml

Complex Type: TimeInstantType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractTimeObjectType (by extension) < AbstractTimePrimitiveType (by extension) < AbstractTimeGeometricPrimitiveType (by extension) < TimeInstantType (by extension)
Sub-types: None
Name TimeInstantType
Abstract no
Documentation Omit back-pointers begunBy, endedBy.
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="TimeInstantType">
<complexContent>
<extension base=" gml:AbstractTimeGeometricPrimitiveType ">
<sequence>
<element ref=" gml:timePosition "/>
</sequence>
</extension>
</complexContent>
</complexType>