Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema temporalReferenceSystems.xsd
Namespacehttp://www.opengis.net/gml/3.2
Annotations
See ISO/DIS 19136 15.5.
A value in the time domain is measured relative to a temporal reference system. Common types of reference systems include calendars, ordinal temporal reference systems, and temporal coordinate systems (time elapsed since some epoch).  The primary temporal reference system for use with geographic information is the Gregorian Calendar and 24 hour local or Coordinated Universal Time (UTC), but special applications may entail the use of alternative reference systems.  The Julian day numbering system is a temporal coordinate system that has an origin earlier than any known calendar, at noon on 1 January 4713 BC in the Julian proleptic calendar, and is useful in transformations between dates in different calendars.    
In GML seven concrete elements are used to describe temporal reference systems: gml:TimeReferenceSystem, gml:TimeCoordinateSystem, gml:TimeCalendar, gml:TimeCalendarEra, gml:TimeClock, gml:TimeOrdinalReferenceSystem, and gml:TimeOrdinalEra.

GML is an OGC Standard.
Copyright (c) 2007, 2010, 2016, 2018 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form defaultunqualified
element form defaultqualified
version3.2.2
Element gml:TimeReferenceSystem
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A reference system is characterized in terms of its domain of validity: the spatial and temporal extent over which it is applicable. The basic GML element for temporal reference systems is gml:TimeReferenceSystem.  Its content model extends gml:DefinitionType with one additional property, gml:domainOfValidity.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystemType_domainOfValiditytemporalReferenceSystems_xsd.tmp#TimeReferenceSystemTypetemporalReferenceSystems_xsd.tmp#TimeCalendartemporalReferenceSystems_xsd.tmp#TimeClocktemporalReferenceSystems_xsd.tmp#TimeCoordinateSystemtemporalReferenceSystems_xsd.tmp#TimeOrdinalReferenceSystemdictionary_xsd.tmp#Definition
Typegml:TimeReferenceSystemType
Type hierarchy
Properties
contentcomplex
Substitution Group
Substitution Group Affiliation
Model
Childrengml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:TimeReferenceSystem gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity>{1,1}</gml:domainOfValidity>
</gml:TimeReferenceSystem>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="TimeReferenceSystem" type="gml:TimeReferenceSystemType" substitutionGroup="gml:Definition">
  <annotation>
    <documentation>A reference system is characterized in terms of its domain of validity: the spatial and temporal extent over which it is applicable. The basic GML element for temporal reference systems is gml:TimeReferenceSystem. Its content model extends gml:DefinitionType with one additional property, gml:domainOfValidity.</documentation>
  </annotation>
</element>
Element gml:TimeReferenceSystemType / gml:domainOfValidity
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagram
Typestring
Properties
contentsimple
Source
<element name="domainOfValidity" type="string"/>
Element gml:TimeCoordinateSystem
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A temporal coordinate system shall be based on a continuous interval scale defined in terms of a single time interval.
The differences to ISO 19108 TM_CoordinateSystem are:
-	the origin is specified either using the property gml:originPosition whose value is a direct time position, or using the property gml:origin whose model is gml:TimeInstantPropertyType; this permits more flexibility in representation and also supports referring to a value fixed elsewhere;
-	the interval uses gml:TimeIntervalLengthType.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystemType_domainOfValiditytemporalReferenceSystems_xsd.tmp#TimeReferenceSystemTypetemporalReferenceSystems_xsd.tmp#TimeCoordinateSystemType_originPositiontemporalReferenceSystems_xsd.tmp#TimeCoordinateSystemType_origintemporalReferenceSystems_xsd.tmp#TimeCoordinateSystemType_intervaltemporalReferenceSystems_xsd.tmp#TimeCoordinateSystemTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystem
Typegml:TimeCoordinateSystemType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Model
Childrengml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:interval, gml:metaDataProperty, gml:name, gml:origin, gml:originPosition, gml:remarks
Instance
<gml:TimeCoordinateSystem gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity>{1,1}</gml:domainOfValidity>
  <gml:originPosition calendarEraName="" frame="#ISO-8601" indeterminatePosition="">{1,1}</gml:originPosition>
  <gml:origin xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:origin>
  <gml:interval factor="" radix="" unit="">{1,1}</gml:interval>
</gml:TimeCoordinateSystem>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="TimeCoordinateSystem" type="gml:TimeCoordinateSystemType" substitutionGroup="gml:TimeReferenceSystem">
  <annotation>
    <documentation>A temporal coordinate system shall be based on a continuous interval scale defined in terms of a single time interval. The differences to ISO 19108 TM_CoordinateSystem are: - the origin is specified either using the property gml:originPosition whose value is a direct time position, or using the property gml:origin whose model is gml:TimeInstantPropertyType; this permits more flexibility in representation and also supports referring to a value fixed elsewhere; - the interval uses gml:TimeIntervalLengthType.</documentation>
  </annotation>
</element>
Element gml:TimeCoordinateSystemType / gml:originPosition
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagramtemporal_xsd.tmp#TimePositionUniontemporal_xsd.tmp#TimePositionType_frametemporal_xsd.tmp#TimePositionType_calendarEraNametemporal_xsd.tmp#TimePositionType_indeterminatePositiontemporal_xsd.tmp#TimePositionType
Typegml:TimePositionType
Type hierarchy
Properties
contentcomplex
Attributes
QNameTypeDefaultUse
calendarEraNamestringoptional
frameanyURI#ISO-8601optional
indeterminatePositiongml:TimeIndeterminateValueTypeoptional
Source
<element name="originPosition" type="gml:TimePositionType"/>
Element gml:TimeCoordinateSystemType / gml:origin
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGrouptemporal_xsd.tmp#TimeInstanttemporal_xsd.tmp#TimeInstantPropertyType
Typegml:TimeInstantPropertyType
Properties
contentcomplex
Model
Childrengml:TimeInstant
Instance
<gml:origin xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:TimeInstant frame="#ISO-8601" gml:id="">{1,1}</gml:TimeInstant>
</gml:origin>
Attributes
Source
<element name="origin" type="gml:TimeInstantPropertyType"/>
Element gml:TimeCoordinateSystemType / gml:interval
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagramtemporal_xsd.tmp#TimeIntervalLengthType_unittemporal_xsd.tmp#TimeIntervalLengthType_radixtemporal_xsd.tmp#TimeIntervalLengthType_factortemporal_xsd.tmp#TimeIntervalLengthType
Typegml:TimeIntervalLengthType
Properties
contentcomplex
Attributes
QNameTypeUse
factorintegeroptional
radixpositiveIntegeroptional
unitgml:TimeUnitTyperequired
Source
<element name="interval" type="gml:TimeIntervalLengthType"/>
Element gml:TimeCalendar
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A calendar is a discrete temporal reference system that provides a basis for defining temporal position to a resolution of one day.
gml:TimeCalendar adds one property to those inherited from gml:TimeReferenceSystem. A gml:referenceFrame provides a link to a gml:TimeCalendarEra that it uses. A  gml:TimeCalendar may reference more than one calendar era. 
The referenceFrame element follows the standard GML property model, allowing the association to be instantiated either using an inline description using the gml:TimeCalendarEra element, or a link to a gml:TimeCalendarEra which is explicit elsewhere.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystemType_domainOfValiditytemporalReferenceSystems_xsd.tmp#TimeReferenceSystemTypetemporalReferenceSystems_xsd.tmp#TimeCalendarType_referenceFrametemporalReferenceSystems_xsd.tmp#TimeCalendarTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystem
Typegml:TimeCalendarType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:referenceFrame, gml:remarks
Instance
<gml:TimeCalendar gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity>{1,1}</gml:domainOfValidity>
  <gml:referenceFrame xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:referenceFrame>
</gml:TimeCalendar>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="TimeCalendar" type="gml:TimeCalendarType" substitutionGroup="gml:TimeReferenceSystem">
  <annotation>
    <documentation>A calendar is a discrete temporal reference system that provides a basis for defining temporal position to a resolution of one day. gml:TimeCalendar adds one property to those inherited from gml:TimeReferenceSystem. A gml:referenceFrame provides a link to a gml:TimeCalendarEra that it uses. A gml:TimeCalendar may reference more than one calendar era. The referenceFrame element follows the standard GML property model, allowing the association to be instantiated either using an inline description using the gml:TimeCalendarEra element, or a link to a gml:TimeCalendarEra which is explicit elsewhere.</documentation>
  </annotation>
</element>
Element gml:TimeCalendarType / gml:referenceFrame
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeCalendarEratemporalReferenceSystems_xsd.tmp#TimeCalendarEraPropertyType
Typegml:TimeCalendarEraPropertyType
Properties
contentcomplex
maxOccursunbounded
Model
Childrengml:TimeCalendarEra
Instance
<gml:referenceFrame xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:TimeCalendarEra gml:id="">{1,1}</gml:TimeCalendarEra>
</gml:referenceFrame>
Attributes
Source
<element name="referenceFrame" type="gml:TimeCalendarEraPropertyType" maxOccurs="unbounded"/>
Element gml:TimeCalendarEra
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:TimeCalendarEra inherits basic properties from gml:DefinitionType and has the following additional properties:
-	gml:referenceEvent is the name or description of a mythical or historic event which fixes the position of the base scale of the calendar era.  This is given as text or using a link to description held elsewhere.
-	gml:referenceDate specifies the date of the referenceEvent expressed as a date in the given calendar.  In most calendars, this date is the origin (i.e., the first day) of the scale, but this is not always true.
-	gml:julianReference specifies the Julian date that corresponds to the reference date.  The Julian day number is an integer value; the Julian date is a decimal value that allows greater resolution.  Transforming calendar dates to and from Julian dates provides a relatively simple basis for transforming dates from one calendar to another.
-	gml:epochOfUse is the period for which the calendar era was used as a basis for dating.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeCalendarEraType_referenceEventtemporalReferenceSystems_xsd.tmp#TimeCalendarEraType_referenceDatetemporalReferenceSystems_xsd.tmp#TimeCalendarEraType_julianReferencetemporalReferenceSystems_xsd.tmp#TimeCalendarEraType_epochOfUsetemporalReferenceSystems_xsd.tmp#TimeCalendarEraType
Typegml:TimeCalendarEraType
Type hierarchy
Properties
contentcomplex
Used by
Model
Childrengml:description, gml:descriptionReference, gml:epochOfUse, gml:identifier, gml:julianReference, gml:metaDataProperty, gml:name, gml:referenceDate, gml:referenceEvent, gml:remarks
Instance
<gml:TimeCalendarEra gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:referenceEvent xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:referenceEvent>
  <gml:referenceDate>{1,1}</gml:referenceDate>
  <gml:julianReference>{1,1}</gml:julianReference>
  <gml:epochOfUse xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:epochOfUse>
</gml:TimeCalendarEra>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="TimeCalendarEra" type="gml:TimeCalendarEraType">
  <annotation>
    <documentation>gml:TimeCalendarEra inherits basic properties from gml:DefinitionType and has the following additional properties: - gml:referenceEvent is the name or description of a mythical or historic event which fixes the position of the base scale of the calendar era. This is given as text or using a link to description held elsewhere. - gml:referenceDate specifies the date of the referenceEvent expressed as a date in the given calendar. In most calendars, this date is the origin (i.e., the first day) of the scale, but this is not always true. - gml:julianReference specifies the Julian date that corresponds to the reference date. The Julian day number is an integer value; the Julian date is a decimal value that allows greater resolution. Transforming calendar dates to and from Julian dates provides a relatively simple basis for transforming dates from one calendar to another. - gml:epochOfUse is the period for which the calendar era was used as a basis for dating.</documentation>
  </annotation>
</element>
Element gml:TimeCalendarEraType / gml:referenceEvent
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupdeprecatedTypes_xsd.tmp#StringOrRefType
Typegml:StringOrRefType
Properties
contentcomplex
Attributes
Source
<element name="referenceEvent" type="gml:StringOrRefType"/>
Element gml:TimeCalendarEraType / gml:referenceDate
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagramtemporal_xsd.tmp#CalDate
Typegml:CalDate
Properties
contentsimple
Source
<element name="referenceDate" type="gml:CalDate"/>
Element gml:TimeCalendarEraType / gml:julianReference
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagram
Typedecimal
Properties
contentsimple
Source
<element name="julianReference" type="decimal"/>
Element gml:TimeCalendarEraType / gml:epochOfUse
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGrouptemporal_xsd.tmp#TimePeriodtemporal_xsd.tmp#TimePeriodPropertyType
Typegml:TimePeriodPropertyType
Properties
contentcomplex
Model
Childrengml:TimePeriod
Instance
<gml:epochOfUse xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:TimePeriod frame="#ISO-8601" gml:id="">{1,1}</gml:TimePeriod>
</gml:epochOfUse>
Attributes
Source
<element name="epochOfUse" type="gml:TimePeriodPropertyType"/>
Element gml:TimeClock
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A clock provides a basis for defining temporal position within a day. A clock shall be used with a calendar in order to provide a complete description of a temporal position within a specific day.
gml:TimeClock adds the following properties to those inherited from gml:TimeReferenceSystemType:
-	gml:referenceEvent is the name or description of an event, such as solar noon or sunrise, which fixes the position of the base scale of the clock.
-	gml:referenceTime specifies the time of day associated with the reference event expressed as a time of day in the given clock. The reference time is usually the origin of the clock scale. 
-	gml:utcReference specifies the 24 hour local or UTC time that corresponds to the reference time.
-	gml:dateBasis contains or references the calendars that use this clock.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystemType_domainOfValiditytemporalReferenceSystems_xsd.tmp#TimeReferenceSystemTypetemporalReferenceSystems_xsd.tmp#TimeClockType_referenceEventtemporalReferenceSystems_xsd.tmp#TimeClockType_referenceTimetemporalReferenceSystems_xsd.tmp#TimeClockType_utcReferencetemporalReferenceSystems_xsd.tmp#TimeClockType_dateBasistemporalReferenceSystems_xsd.tmp#TimeClockTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystem
Typegml:TimeClockType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Used by
Model
Childrengml:dateBasis, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:referenceEvent, gml:referenceTime, gml:remarks, gml:utcReference
Instance
<gml:TimeClock gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity>{1,1}</gml:domainOfValidity>
  <gml:referenceEvent xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:referenceEvent>
  <gml:referenceTime>{1,1}</gml:referenceTime>
  <gml:utcReference>{1,1}</gml:utcReference>
  <gml:dateBasis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:dateBasis>
</gml:TimeClock>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="TimeClock" type="gml:TimeClockType" substitutionGroup="gml:TimeReferenceSystem">
  <annotation>
    <documentation>A clock provides a basis for defining temporal position within a day. A clock shall be used with a calendar in order to provide a complete description of a temporal position within a specific day. gml:TimeClock adds the following properties to those inherited from gml:TimeReferenceSystemType: - gml:referenceEvent is the name or description of an event, such as solar noon or sunrise, which fixes the position of the base scale of the clock. - gml:referenceTime specifies the time of day associated with the reference event expressed as a time of day in the given clock. The reference time is usually the origin of the clock scale. - gml:utcReference specifies the 24 hour local or UTC time that corresponds to the reference time. - gml:dateBasis contains or references the calendars that use this clock.</documentation>
  </annotation>
</element>
Element gml:TimeClockType / gml:referenceEvent
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupdeprecatedTypes_xsd.tmp#StringOrRefType
Typegml:StringOrRefType
Properties
contentcomplex
Attributes
Source
<element name="referenceEvent" type="gml:StringOrRefType"/>
Element gml:TimeClockType / gml:referenceTime
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagram
Typetime
Properties
contentsimple
Source
<element name="referenceTime" type="time"/>
Element gml:TimeClockType / gml:utcReference
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagram
Typetime
Properties
contentsimple
Source
<element name="utcReference" type="time"/>
Element gml:TimeClockType / gml:dateBasis
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeCalendartemporalReferenceSystems_xsd.tmp#TimeCalendarPropertyType
Typegml:TimeCalendarPropertyType
Properties
contentcomplex
minOccurs0
maxOccursunbounded
Model
Childrengml:TimeCalendar
Instance
<gml:dateBasis xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:TimeCalendar gml:id="">{1,1}</gml:TimeCalendar>
</gml:dateBasis>
Attributes
Source
<element name="dateBasis" type="gml:TimeCalendarPropertyType" minOccurs="0" maxOccurs="unbounded"/>
Element gml:TimeOrdinalReferenceSystem
Namespacehttp://www.opengis.net/gml/3.2
Annotations
In some applications of geographic information — such as geology and archaeology — relative position in time is known more precisely than absolute time or duration. The order of events in time can be well established, but the magnitude of the intervals between them cannot be accurately determined; in such cases, the use of an ordinal temporal reference system is appropriate. An ordinal temporal reference system is composed of a sequence of named coterminous eras, which may in turn be composed of sequences of member eras at a finer scale, giving the whole a hierarchical structure of eras of verying resolution. 
An ordinal temporal reference system whose component eras are not further subdivided is effectively a temporal topological complex constrained to be a linear graph. An ordinal temporal reference system some or all of whose component eras are subdivided is effectively a temporal topological complex with the constraint that parallel branches may only be constructed in pairs where one is a single temporal ordinal era and the other is a sequence of temporal ordinal eras that are called "members" of the "group". This constraint means that within a single temporal ordinal reference system, the relative position of all temporal ordinal eras is unambiguous.  
The positions of the beginning and end of a given era may calibrate the relative time scale.
gml:TimeOrdinalReferenceSystem adds one or more gml:component properties to the generic temporal reference system model.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystemType_domainOfValiditytemporalReferenceSystems_xsd.tmp#TimeReferenceSystemTypetemporalReferenceSystems_xsd.tmp#TimeOrdinalReferenceSystemType_componenttemporalReferenceSystems_xsd.tmp#TimeOrdinalReferenceSystemTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystem
Typegml:TimeOrdinalReferenceSystemType
Type hierarchy
Properties
contentcomplex
Substitution Group Affiliation
Model
Childrengml:component, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Instance
<gml:TimeOrdinalReferenceSystem gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:domainOfValidity>{1,1}</gml:domainOfValidity>
  <gml:component xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,unbounded}</gml:component>
</gml:TimeOrdinalReferenceSystem>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="TimeOrdinalReferenceSystem" type="gml:TimeOrdinalReferenceSystemType" substitutionGroup="gml:TimeReferenceSystem">
  <annotation>
    <documentation>In some applications of geographic information — such as geology and archaeology — relative position in time is known more precisely than absolute time or duration. The order of events in time can be well established, but the magnitude of the intervals between them cannot be accurately determined; in such cases, the use of an ordinal temporal reference system is appropriate. An ordinal temporal reference system is composed of a sequence of named coterminous eras, which may in turn be composed of sequences of member eras at a finer scale, giving the whole a hierarchical structure of eras of verying resolution. An ordinal temporal reference system whose component eras are not further subdivided is effectively a temporal topological complex constrained to be a linear graph. An ordinal temporal reference system some or all of whose component eras are subdivided is effectively a temporal topological complex with the constraint that parallel branches may only be constructed in pairs where one is a single temporal ordinal era and the other is a sequence of temporal ordinal eras that are called "members" of the "group". This constraint means that within a single temporal ordinal reference system, the relative position of all temporal ordinal eras is unambiguous. The positions of the beginning and end of a given era may calibrate the relative time scale. gml:TimeOrdinalReferenceSystem adds one or more gml:component properties to the generic temporal reference system model.</documentation>
  </annotation>
</element>
Element gml:TimeOrdinalReferenceSystemType / gml:component
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeOrdinalEratemporalReferenceSystems_xsd.tmp#TimeOrdinalEraPropertyType
Typegml:TimeOrdinalEraPropertyType
Properties
contentcomplex
maxOccursunbounded
Model
Childrengml:TimeOrdinalEra
Instance
<gml:component xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:TimeOrdinalEra gml:id="">{1,1}</gml:TimeOrdinalEra>
</gml:component>
Attributes
Source
<element name="component" type="gml:TimeOrdinalEraPropertyType" maxOccurs="unbounded"/>
Element gml:TimeOrdinalEra
Namespacehttp://www.opengis.net/gml/3.2
Annotations
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.
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_relatedTimetemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_starttemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_endtemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_extenttemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_membertemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_grouptemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType
Typegml:TimeOrdinalEraType
Type hierarchy
Properties
contentcomplex
Used by
Model
Childrengml:description, gml:descriptionReference, gml:end, gml:extent, gml:group, gml:identifier, gml:member, gml:metaDataProperty, gml:name, gml:relatedTime, gml:remarks, gml:start
Instance
<gml:TimeOrdinalEra gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <gml:relatedTime xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" relativePosition="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:relatedTime>
  <gml:start xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:start>
  <gml:end xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:end>
  <gml:extent xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:extent>
  <gml:member xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:member>
  <gml:group xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:group>
</gml:TimeOrdinalEra>
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="TimeOrdinalEra" type="gml:TimeOrdinalEraType">
  <annotation>
    <documentation>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.</documentation>
  </annotation>
</element>
Element gml:TimeOrdinalEraType / gml:relatedTime
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGrouptemporal_xsd.tmp#AbstractTimePrimitivetemporal_xsd.tmp#TimePrimitivePropertyTypetemporal_xsd.tmp#RelatedTimeType_relativePositiontemporal_xsd.tmp#RelatedTimeType
Typegml:RelatedTimeType
Type hierarchy
Properties
contentcomplex
minOccurs0
maxOccursunbounded
Model
Childrengml:AbstractTimePrimitive
Instance
<gml:relatedTime xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" relativePosition="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:AbstractTimePrimitive gml:id="">{1,1}</gml:AbstractTimePrimitive>
</gml:relatedTime>
Attributes
Source
<element name="relatedTime" type="gml:RelatedTimeType" minOccurs="0" maxOccurs="unbounded"/>
Element gml:TimeOrdinalEraType / gml:start
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGrouptemporalTopology_xsd.tmp#TimeNodetemporalTopology_xsd.tmp#TimeNodePropertyType
Typegml:TimeNodePropertyType
Properties
contentcomplex
minOccurs0
Model
Childrengml:TimeNode
Instance
<gml:start xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:TimeNode gml:id="">{1,1}</gml:TimeNode>
</gml:start>
Attributes
Source
<element name="start" type="gml:TimeNodePropertyType" minOccurs="0"/>
Element gml:TimeOrdinalEraType / gml:end
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGrouptemporalTopology_xsd.tmp#TimeNodetemporalTopology_xsd.tmp#TimeNodePropertyType
Typegml:TimeNodePropertyType
Properties
contentcomplex
minOccurs0
Model
Childrengml:TimeNode
Instance
<gml:end xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:TimeNode gml:id="">{1,1}</gml:TimeNode>
</gml:end>
Attributes
Source
<element name="end" type="gml:TimeNodePropertyType" minOccurs="0"/>
Element gml:TimeOrdinalEraType / gml:extent
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGrouptemporal_xsd.tmp#TimePeriodtemporal_xsd.tmp#TimePeriodPropertyType
Typegml:TimePeriodPropertyType
Properties
contentcomplex
minOccurs0
Model
Childrengml:TimePeriod
Instance
<gml:extent xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:TimePeriod frame="#ISO-8601" gml:id="">{1,1}</gml:TimePeriod>
</gml:extent>
Attributes
Source
<element name="extent" type="gml:TimePeriodPropertyType" minOccurs="0"/>
Element gml:TimeOrdinalEraType / gml:member
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeOrdinalEratemporalReferenceSystems_xsd.tmp#TimeOrdinalEraPropertyType
Typegml:TimeOrdinalEraPropertyType
Properties
contentcomplex
minOccurs0
maxOccursunbounded
Model
Childrengml:TimeOrdinalEra
Instance
<gml:member xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:TimeOrdinalEra gml:id="">{1,1}</gml:TimeOrdinalEra>
</gml:member>
Attributes
Source
<element name="member" type="gml:TimeOrdinalEraPropertyType" minOccurs="0" maxOccurs="unbounded"/>
Element gml:TimeOrdinalEraType / gml:group
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#ReferenceType
Typegml:ReferenceType
Properties
contentcomplex
minOccurs0
Model
Attributes
Source
<element name="group" type="gml:ReferenceType" minOccurs="0"/>
Complex Type gml:TimeReferenceSystemType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystemType_domainOfValidity
Typeextension of gml:DefinitionType
Type hierarchy
Used by
Model
Childrengml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="TimeReferenceSystemType">
  <complexContent>
    <extension base="gml:DefinitionType">
      <sequence>
        <element name="domainOfValidity" type="string"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:TimeCoordinateSystemType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystemType_domainOfValiditytemporalReferenceSystems_xsd.tmp#TimeReferenceSystemTypetemporalReferenceSystems_xsd.tmp#TimeCoordinateSystemType_originPositiontemporalReferenceSystems_xsd.tmp#TimeCoordinateSystemType_origintemporalReferenceSystems_xsd.tmp#TimeCoordinateSystemType_interval
Typeextension of gml:TimeReferenceSystemType
Type hierarchy
Used by
Model
Childrengml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:interval, gml:metaDataProperty, gml:name, gml:origin, gml:originPosition, gml:remarks
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="TimeCoordinateSystemType">
  <complexContent>
    <extension base="gml:TimeReferenceSystemType">
      <sequence>
        <choice>
          <element name="originPosition" type="gml:TimePositionType"/>
          <element name="origin" type="gml:TimeInstantPropertyType"/>
        </choice>
        <element name="interval" type="gml:TimeIntervalLengthType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:TimeCalendarType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystemType_domainOfValiditytemporalReferenceSystems_xsd.tmp#TimeReferenceSystemTypetemporalReferenceSystems_xsd.tmp#TimeCalendarType_referenceFrame
Typeextension of gml:TimeReferenceSystemType
Type hierarchy
Used by
Model
Childrengml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:referenceFrame, gml:remarks
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="TimeCalendarType">
  <complexContent>
    <extension base="gml:TimeReferenceSystemType">
      <sequence>
        <element name="referenceFrame" type="gml:TimeCalendarEraPropertyType" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:TimeCalendarEraPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:TimeCalendarEraPropertyType provides for associating a gml:TimeCalendarEra with an object.
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeCalendarEra
Used by
Model
Childrengml:TimeCalendarEra
Attributes
Source
<complexType name="TimeCalendarEraPropertyType">
  <annotation>
    <documentation>gml:TimeCalendarEraPropertyType provides for associating a gml:TimeCalendarEra with an object.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:TimeCalendarEra"/>
  </sequence>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:TimeCalendarEraType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeCalendarEraType_referenceEventtemporalReferenceSystems_xsd.tmp#TimeCalendarEraType_referenceDatetemporalReferenceSystems_xsd.tmp#TimeCalendarEraType_julianReferencetemporalReferenceSystems_xsd.tmp#TimeCalendarEraType_epochOfUse
Typeextension of gml:DefinitionType
Type hierarchy
Used by
Model
Childrengml:description, gml:descriptionReference, gml:epochOfUse, gml:identifier, gml:julianReference, gml:metaDataProperty, gml:name, gml:referenceDate, gml:referenceEvent, gml:remarks
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="TimeCalendarEraType">
  <complexContent>
    <extension base="gml:DefinitionType">
      <sequence>
        <element name="referenceEvent" type="gml:StringOrRefType"/>
        <element name="referenceDate" type="gml:CalDate"/>
        <element name="julianReference" type="decimal"/>
        <element name="epochOfUse" type="gml:TimePeriodPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:TimeCalendarPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:TimeCalendarPropertyType provides for associating a gml:TimeCalendar with an object.
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeCalendar
Used by
Model
Childrengml:TimeCalendar
Attributes
Source
<complexType name="TimeCalendarPropertyType">
  <annotation>
    <documentation>gml:TimeCalendarPropertyType provides for associating a gml:TimeCalendar with an object.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:TimeCalendar"/>
  </sequence>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:TimeClockType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystemType_domainOfValiditytemporalReferenceSystems_xsd.tmp#TimeReferenceSystemTypetemporalReferenceSystems_xsd.tmp#TimeClockType_referenceEventtemporalReferenceSystems_xsd.tmp#TimeClockType_referenceTimetemporalReferenceSystems_xsd.tmp#TimeClockType_utcReferencetemporalReferenceSystems_xsd.tmp#TimeClockType_dateBasis
Typeextension of gml:TimeReferenceSystemType
Type hierarchy
Properties
finalextension, restriction
Used by
Model
Childrengml:dateBasis, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:referenceEvent, gml:referenceTime, gml:remarks, gml:utcReference
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="TimeClockType" final="#all">
  <complexContent>
    <extension base="gml:TimeReferenceSystemType">
      <sequence>
        <element name="referenceEvent" type="gml:StringOrRefType"/>
        <element name="referenceTime" type="time"/>
        <element name="utcReference" type="time"/>
        <element name="dateBasis" type="gml:TimeCalendarPropertyType" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:TimeClockPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:TimeClockPropertyType provides for associating a gml:TimeClock with an object.
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeClock
Model
Childrengml:TimeClock
Attributes
Source
<complexType name="TimeClockPropertyType">
  <annotation>
    <documentation>gml:TimeClockPropertyType provides for associating a gml:TimeClock with an object.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:TimeClock"/>
  </sequence>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:TimeOrdinalReferenceSystemType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeReferenceSystemType_domainOfValiditytemporalReferenceSystems_xsd.tmp#TimeReferenceSystemTypetemporalReferenceSystems_xsd.tmp#TimeOrdinalReferenceSystemType_component
Typeextension of gml:TimeReferenceSystemType
Type hierarchy
Used by
Model
Childrengml:component, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="TimeOrdinalReferenceSystemType">
  <complexContent>
    <extension base="gml:TimeReferenceSystemType">
      <sequence>
        <element name="component" type="gml:TimeOrdinalEraPropertyType" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:TimeOrdinalEraPropertyType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:TimeOrdinalEraPropertyType provides for associating a gml:TimeOrdinalEra with an object.
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeOrdinalEra
Used by
Model
Childrengml:TimeOrdinalEra
Attributes
Source
<complexType name="TimeOrdinalEraPropertyType">
  <annotation>
    <documentation>gml:TimeOrdinalEraPropertyType provides for associating a gml:TimeOrdinalEra with an object.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:TimeOrdinalEra"/>
  </sequence>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:TimeOrdinalEraType
Namespacehttp://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegmlBase_xsd.tmp#iddeprecatedTypes_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#descriptionReferencegmlBase_xsd.tmp#identifiergmlBase_xsd.tmp#namedictionary_xsd.tmp#DefinitionBaseTypedictionary_xsd.tmp#remarksdictionary_xsd.tmp#DefinitionTypetemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_relatedTimetemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_starttemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_endtemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_extenttemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_membertemporalReferenceSystems_xsd.tmp#TimeOrdinalEraType_group
Typeextension of gml:DefinitionType
Type hierarchy
Used by
Model
Childrengml:description, gml:descriptionReference, gml:end, gml:extent, gml:group, gml:identifier, gml:member, gml:metaDataProperty, gml:name, gml:relatedTime, gml:remarks, gml:start
Attributes
QNameTypeUseAnnotation
gml:idIDrequired
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="TimeOrdinalEraType">
  <complexContent>
    <extension base="gml:DefinitionType">
      <sequence>
        <element name="relatedTime" type="gml:RelatedTimeType" minOccurs="0" maxOccurs="unbounded"/>
        <element name="start" type="gml:TimeNodePropertyType" minOccurs="0"/>
        <element name="end" type="gml:TimeNodePropertyType" minOccurs="0"/>
        <element name="extent" type="gml:TimePeriodPropertyType" minOccurs="0"/>
        <element name="member" type="gml:TimeOrdinalEraPropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <element name="group" type="gml:ReferenceType" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>