Schema Central > NIEM 2.1 > temporalReferenceSystems.xsd > gml:TimeOrdinalEra
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:TimeOrdinalEra

Its content model follows the pattern of gml:TimeEdge, inheriting standard properties from gml:DefinitionType, and adding gml:start, gml:end and gml:extent properties, a set of gml:member properties which indicate ordered gml:TimeOrdinalEra elements, and a gml:group property which points to the parent era.
The recursive inclusion of gml:TimeOrdinalEra elements allow the construction of an arbitrary depth hierarchical ordinal reference schema, such that an ordinal era at a given level of the hierarchy includes a sequence of shorter, coterminous ordinal eras.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
gml:id [1..1]xsd:IDfrom type gml:DefinitionBaseType

Used in

Sample instance

<gml:TimeOrdinalEra gml:id="ID">
   <gml:metaDataProperty>
      <gml:GenericMetaData>Any text, intermingled with:
         <!--any element-->
      </gml:GenericMetaData>
   </gml:metaDataProperty>
   <gml:description>string</gml:description>
   <gml:descriptionReference/>
   <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
   <gml:name>string</gml:name>
   <gml:remarks>string</gml:remarks>
   <gml:relatedTime>
      <gml:TimeInstant gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:descriptionReference/>
         <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
         <gml:name>string</gml:name>
         <gml:relatedTime>...
         </gml:relatedTime>
         <gml:timePosition>12:00:00</gml:timePosition>
      </gml:TimeInstant>
   </gml:relatedTime>
   <gml:start>
      <gml:TimeNode gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:descriptionReference/>
         <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
         <gml:name>string</gml:name>
         <gml:relatedTime>...
         </gml:relatedTime>
         <gml:complex/>
         <gml:previousEdge>...
         </gml:previousEdge>
         <gml:nextEdge>...
         </gml:nextEdge>
         <gml:position>...
         </gml:position>
      </gml:TimeNode>
   </gml:start>
   <gml:end>
      <gml:TimeNode gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:descriptionReference/>
         <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
         <gml:name>string</gml:name>
         <gml:relatedTime>...
         </gml:relatedTime>
         <gml:complex/>
         <gml:previousEdge>...
         </gml:previousEdge>
         <gml:nextEdge>...
         </gml:nextEdge>
         <gml:position>...
         </gml:position>
      </gml:TimeNode>
   </gml:end>
   <gml:extent>
      <gml:TimePeriod gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:descriptionReference/>
         <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
         <gml:name>string</gml:name>
         <gml:relatedTime>...
         </gml:relatedTime>
         <gml:beginPosition>12:00:00</gml:beginPosition>
         <gml:endPosition>12:00:00</gml:endPosition>
         <gml:duration>P1Y2M3DT10H</gml:duration>
      </gml:TimePeriod>
   </gml:extent>
   <gml:member>
   </gml:member>
   <gml:group/>
</gml:TimeOrdinalEra>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com