Definition Type: ComplexType
Name: TimeCalendarType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractTimeReferenceSystemType
Containing Schema: temporalReferenceSystems.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into referenceFrame in schema temporalreferencesystems_xsd Drilldown into domainOfValidity in schema temporalreferencesystems_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into StandardObjectProperties in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into DefinitionType in schema dictionary_xsd Drilldown into AbstractTimeReferenceSystemType in schema temporalreferencesystems_xsdXSD Diagram of TimeCalendarType in schema temporalreferencesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TimeCalendarType">
    <annotation>
        <documentation xml:lang="en">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.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractTimeReferenceSystemType">
            <sequence>
                <element name="referenceFrame" type="gml:TimeCalendarEraPropertyType" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Link to the CalendarEras that it uses as a reference for dating.</documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded
domainOfValidity gml:domainOfValidity 0 (1)
referenceFrame gml:referenceFrame (1) unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:TimeCalendar