Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align text to what is allowed in ISO 19115/19139 #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions metadata/metadata-iso19139/metadata-iso19139.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1338,9 +1338,9 @@ In case of spatial data set, at least the date of the last revision of the spati
====
*TG Requirement C.14: metadata/2.0/req/common/temporal-extent*

If a temporal reference is provided using the temporal extent, it shall be encoded using the _gmd:extent/gmd:EX_Extent_ element with one or more _gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent_ child elements. The value of each of these element may be an individual date or a time period between two dates.

The multiplicity of this element is 0..*.A single individual date or a time period shall be encoded using one _gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent_ element. For individual dates this element shall contain a _gml:TimeInstant/gml:timePosition_ element with the date value given according to [ISO 8601].
If a temporal reference is provided using the temporal extent, it shall be encoded using the _gmd:extent/gmd:EX_Extent/gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent_ element . The value of each of these element may be an individual date or a time period between two dates.
The multiplicity of this element is 0..*. Multiplicity greater than one is achieved by repeating the MD_DataIdentification/gmd:extent element.
A single individual date or a time period shall be encoded using one _gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent_ element. For individual dates this element shall contain a _gml:TimeInstant/gml:timePosition_ element with the date value given according to [ISO 8601].

For a single time period the _gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent_ element shall contain a _gml:TimePeriod_ element containing start and end dates of the period. In case the time period is open-ended with either the start or the end date unknown, the elements _gml:startPosition_ or _gml:endPosition_ may be used with an empty value and the attribute _indeterminatePosition_ with value "unknown". If the temporal extent is on-going, the _gml:endPosition_ may be used with an empty value and the attribute _indeterminatePosition_ with value "now".Individual dates and time periods may be combined to form a complex temporal extent using multiple _gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent_ elements.
====
Expand Down