Difference between revisions of "TimePeriod"

From Earth Science Information Partners (ESIP)
m (1 revision: Importing the ISO Explorer Category from GEO-IDE Wiki (Ted Habermann))
 
Line 1: Line 1:
<table cellpadding="3">
+
== gml:TimePeriod ==
 +
[[Image:EX Extent.png|thumb|right|EX_Extent]]
 +
 
 +
<table cellpadding="3" width="100%">
 
<tr>
 
<tr>
 
<th colspan="3">Elements</th>
 
<th colspan="3">Elements</th>
<th><i>Definition and Recommended Practice</i></th>
+
<th colspan="1">Domain</th>
<th><pre>Examples</pre></th>
+
<th width="50%">Definition and Recommended Practice</th>
 +
<th align="left" width="30%"><i>Examples</i></th>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td bgcolor="CCFFFF">1</td>
 
<td bgcolor="CCFFFF">1</td>
<td bgcolor="CCFFFF">description</td>
+
<td bgcolor="CCFFFF">gml:description</td>
 
<td bgcolor="CCFFFF">0..1</td>
 
<td bgcolor="CCFFFF">0..1</td>
<td><i>Textual description of the date and time documented.</i></td>
+
<td bgcolor="CCFFFF">xsd:string</td>
<td></td>
+
<td>Textual description of the date and time documented.</td>
 +
<td><i></i></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td bgcolor="CCFFFF"> 2 </td>
+
<td bgcolor="CCFFFF">2</td>
<td bgcolor="CCFFFF">descriptionReference</td>
+
<td bgcolor="CCFFFF">gml:descriptionReference</td>
<td bgcolor="CCFFFF"> 0..1 </td>
+
<td bgcolor="CCFFFF">0..1</td>
<td></td>
+
<td bgcolor="CCFFFF">xsd:string</td>
 
<td></td>
 
<td></td>
 +
<td><i></i></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td bgcolor="CCFFFF"> 3</td>
+
<td bgcolor="CCFFFF">3</td>
<td bgcolor="CCFFFF">identifier</td>
+
<td bgcolor="CCFFFF">gml:identifier</td>
 
<td bgcolor="CCFFFF">0..1</td>
 
<td bgcolor="CCFFFF">0..1</td>
 +
<td bgcolor="CCFFFF">xsd:string</td>
 
<td></td>
 
<td></td>
 +
<td><i></i></td>
 +
</tr>
 +
<tr>
 +
<td bgcolor="CCFFFF">4</td>
 +
<td bgcolor="CCFFFF">gml:name</td>
 +
<td bgcolor="CCFFFF">0..*</td>
 +
<td bgcolor="CCFFFF">xsd:string</td>
 
<td></td>
 
<td></td>
 +
<td><i></i></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td bgcolor="CCFFFF"> 4</td>
+
<td bgcolor="CCFFFF">5</td>
<td bgcolor="CCFFFF">name</td>
+
<td bgcolor="CCFFFF">[[TM_Primitive|gml:relatedTime]]</td>
 
<td bgcolor="CCFFFF">0..*</td>
 
<td bgcolor="CCFFFF">0..*</td>
 +
<td bgcolor="CCFFFF">[[TM_Primitive|gml:TM_Primitive]]</td>
 
<td></td>
 
<td></td>
<td></td>
+
<td><i></i></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td bgcolor="FFFF99"> 5</td>
 
<td bgcolor="FFFF99"> 5</td>
<td bgcolor="FFFF99">beginPosition</td>
+
<td bgcolor="FFFF99">gml:beginPosition</td>
 
<td bgcolor="FFFF99">1</td>
 
<td bgcolor="FFFF99">1</td>
<td><i>The beginning date or date and time of the resource contents. Use the ISO 8601 extended standard: YYY-MM-DD or YYY-MM-DDThh:mm:ssZ . </i></td>
+
<td bgcolor="FFFF99">xsd:date<br>xsd:dateTime</td>
<td><pre>2010-06-05T12:00:17</pre></td>
+
<td>The beginning date or date and time of the resource contents. Use the ISO 8601 extended standard: YYY-MM-DD or YYY-MM-DDThh:mm:ssZ.</td>
 +
<td><i>beginPosition: 2010-06-05T12:00:17</i></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td bgcolor="FFFF99"> 6</td>
 
<td bgcolor="FFFF99"> 6</td>
<td bgcolor="FFFF99">endPosition</td>
+
<td bgcolor="FFFF99">gml:endPosition</td>
 
<td bgcolor="FFFF99">1</td>
 
<td bgcolor="FFFF99">1</td>
<td><i>The ending date or date and time of the resource contents. Use the ISO 8601 extended standard: YYY-MM-DD or YYY-MM-DDThh:mm:ssZ . If the resource has a status of 'ongoing' then use the indeterminatePosition attribute without an end date value.</i></td>
+
<td bgcolor="FFFF99">xsd:date<br>xsd:dateTime</td>
<td><pre> &lt;gml:endPosition indeterminatePosition="now"/&gt; </pre></td>
+
<td>If the resource has a status of 'ongoing' then use the indeterminatePosition attribute without an end date value.<br>The ending date or date and time of the resource contents. Use the ISO 8601 extended standard: YYY-MM-DD or YYY-MM-DDThh:mm:ssZ.</td>
 +
<td><i>endPosition: 2010-06-05T12:00:17<br>endPosition: indeterminatePosition="now"</i></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td bgcolor="CCFF99"> 7</td>
+
<td bgcolor="CCFF99">7</td>
<td bgcolor="CCFF99">duration</td>
+
<td bgcolor="CCFF99">gml:duration</td>
 
<td bgcolor="CCFF99">0..1</td>
 
<td bgcolor="CCFF99">0..1</td>
<td><i>Length of time between measurements.  Use the ISO 8601 syntax for temporal length. Provide either duration or time interval if applicable. </i></td>
+
<td bgcolor="CCFF99">xsd:duration</td>
<td><pre>&lt;gml:duration&gt;P1D&lt;/gml:duration&gt;</pre></td>
+
<td><i>Provide either gml:duration or gml:timeInterval if applicable.</i><br>Length of time between measurements.  Use the ISO 8601 syntax for temporal length.</td>
 +
<td><i>duration: P1D</i></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td bgcolor="CCFF99"> 8</td>
 
<td bgcolor="CCFF99"> 8</td>
<td bgcolor="CCFF99">timeInterval</td>
+
<td bgcolor="CCFF99">gml:timeInterval</td>
 
<td bgcolor="CCFF99">0..1</td>
 
<td bgcolor="CCFF99">0..1</td>
<td><i>Frequency between time events based on floating point values for temporal length. Provide either duration or time interval if applicable.</i></td>
+
<td bgcolor="CCFF99">xsd:decimal</td>
<td><pre>&lt;gml:timeInterval unit="hour"&gt;6&lt;/gml:timeInterval&gt;</pre></td>
+
<td><i>Provide either gml:duration or gml:timeInterval if applicable.</i><br>Frequency between time events based on floating point values for temporal length.</td>
 +
<td><i>timeInterval unit="hour": 1.0</i></td>
 
</tr>
 
</tr>
 
</table>
 
</table>
 
+
<br>
[[Image:EX Extent.png|thumb|center|EX Extent.png]]
 
 
 
 
{{template:isoOrderingFooter}}  
 
{{template:isoOrderingFooter}}  
  

Latest revision as of 08:31, August 15, 2017

gml:TimePeriod

EX_Extent
Elements Domain Definition and Recommended Practice Examples
1 gml:description 0..1 xsd:string Textual description of the date and time documented.
2 gml:descriptionReference 0..1 xsd:string
3 gml:identifier 0..1 xsd:string
4 gml:name 0..* xsd:string
5 gml:relatedTime 0..* gml:TM_Primitive
5 gml:beginPosition 1 xsd:date
xsd:dateTime
The beginning date or date and time of the resource contents. Use the ISO 8601 extended standard: YYY-MM-DD or YYY-MM-DDThh:mm:ssZ. beginPosition: 2010-06-05T12:00:17
6 gml:endPosition 1 xsd:date
xsd:dateTime
If the resource has a status of 'ongoing' then use the indeterminatePosition attribute without an end date value.
The ending date or date and time of the resource contents. Use the ISO 8601 extended standard: YYY-MM-DD or YYY-MM-DDThh:mm:ssZ.
endPosition: 2010-06-05T12:00:17
endPosition: indeterminatePosition="now"
7 gml:duration 0..1 xsd:duration Provide either gml:duration or gml:timeInterval if applicable.
Length of time between measurements. Use the ISO 8601 syntax for temporal length.
duration: P1D
8 gml:timeInterval 0..1 xsd:decimal Provide either gml:duration or gml:timeInterval if applicable.
Frequency between time events based on floating point values for temporal length.
timeInterval unit="hour": 1.0




ISO Legend

Possible Parent Elements

ESIP-logo-tag sm-H.jpg

Please contribute!

<gml:TimePeriod gml:id="someTimeID">
  <gml:beginPosition>1846</gml:beginPosition>
  <gml:endPosition indeterminatePosition="now"/>
</gml:TimePeriod>                    
<gml:TimePeriod gml:id="timeId">
 <gml:beginPosition>1992-01-01T00:00:00Z</gml:beginPosition>
 <gml:endPosition>2007-12-31T00:00:00Z</gml:endPosition>
<gml:timeInterval unit="hour">6</gml:timeInterval>
</gml:TimePeriod>