Documentation for fieldgml

Element: temporalExtent

[Table of contents]

Name temporalExtent
Type gml:TimePeriodType
Nillable no
Abstract no
Documentation A time period defining the temporal domain of this object.
Logical Diagram
XML Instance Representation
<gml:temporalExtent
gml:id="[0..1]"
frame="anyURI [0..1]">
<gml:metaDataProperty> ... </gml:metaDataProperty> [0..*]
<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..*]
Start Choice [1]
<gml:beginPosition> gml:TimePositionType </gml:beginPosition> [1]
<gml:begin> gml:TimeInstantPropertyType </gml:begin> [1]
End Choice
Start Choice [1]
<gml:endPosition> gml:TimePositionType </gml:endPosition> [1]
<gml:end> gml:TimeInstantPropertyType </gml:end> [1]
End Choice
Start Group: gml:timeLength [0..1]
Start Choice [1]
<gml:duration> ... </gml:duration> [1]
<gml:timeInterval> ... </gml:timeInterval> [1]
End Choice
End Group: gml:timeLength
</gml:temporalExtent>
Diagram
Schema Component Representation
<element name="temporalExtent" type=" gml:TimePeriodType "/>