Align text to what is allowed in ISO 19115/19139 #43
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The first sentence of the current wording says explicitly that you can have more than one (lower in the hierarchy) gmd:extent within the gmd:EX_TemporalExtent. Neither 19115 nor 19139 allow this.
The last sentence of the current wording appears to say that if you want more than one date/date period, e.g. for a discontinuous temporal extent, then you should create more than one gmd:EX_Extent within your gmd:extent - but again neither 19115 nor 19139 allows this.
The allowable way to have "more than one extent" (either temporal or spatial) is to have more than one gmd:extent within the gmd:MD_DataIdentification. Each TemporalExtent can only have one gmd:extent, and each of those can only contain one gml:TimePeriod (or other TM_Primitive)