Documentation for fieldgml

Complex Type: TimeCalendarType

[Table of contents]

Super-types: gml:DefinitionType < AbstractTimeReferenceSystemType (by extension) < TimeCalendarType (by extension)
Sub-types: None
Name TimeCalendarType
Abstract no
Documentation A calendar is a discrete temporal reference system that provides a basis for defining temporal position to a resolution of one day. A single calendar may reference more than one calendar era.
XML Instance Representation
<...
gml:id="[1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [1..*]
<gml:domainOfValidity> string </gml:domainOfValidity> [0..1]
<gml:referenceFrame> gml:TimeCalendarEraPropertyType </gml:referenceFrame> [1..*]

'Link to the CalendarEras that it uses as a reference for dating.'

</...>
Diagram
Schema Component Representation
<complexType name="TimeCalendarType">
<complexContent>
<extension base=" gml:AbstractTimeReferenceSystemType ">
<sequence>
<element name="referenceFrame" type=" gml:TimeCalendarEraPropertyType " maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>