Schema Central > NIEM 2.0 > gml.xsd > gml:TimePeriod
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:TimePeriod

Element information

Content

Attributes

NameOccTypeDescriptionNotes
gml:id [0..1]xsd:IDfrom type gml:AbstractGMLType
frame [0..1]xsd:anyURIDefault value is "#ISO-8601". from type gml:AbstractTimeGeometricPrimitiveType

Used in

Substitution hierarchy

Sample instance

<gml:TimePeriod>
   <gml:metaDataProperty>
      <!--any element-->
   </gml:metaDataProperty>
   <gml:description>string</gml:description>
   <gml:name>string</gml:name>
   <gml:relatedTime>
      <gml:TimeInstant>
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:name>string</gml:name>
         <gml:relatedTime>...
         </gml:relatedTime>
         <gml:timePosition>12:00:00</gml:timePosition>
      </gml:TimeInstant>
   </gml:relatedTime>
   <gml:beginPosition>12:00:00</gml:beginPosition>
   <gml:endPosition>12:00:00</gml:endPosition>
   <gml:duration>P1Y2M3DT10H</gml:duration>
</gml:TimePeriod>

Site developed and hosted by Datypic, Inc.

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