Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema temporalReferenceSystems.xsd
Namespace http://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 default unqualified
element form default qualified
version 3.2.2
Element gml:TimeReferenceSystem
Namespace http://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
Type gml:TimeReferenceSystemType
Type hierarchy
Properties
content complex
Substitution Group
Substitution Group Affiliation
Model
Children gml: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
QName Type Use Annotation
gml:id ID required
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
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type string
Properties
content simple
Source
<element name="domainOfValidity" type="string"/>
Element gml:TimeCoordinateSystem
Namespace http://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
Type gml:TimeCoordinateSystemType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children gml: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
QName Type Use Annotation
gml:id ID required
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
Namespace http://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
Type gml:TimePositionType
Type hierarchy
Properties
content complex
Attributes
QName Type Default Use
calendarEraName string optional
frame anyURI #ISO-8601 optional
indeterminatePosition gml:TimeIndeterminateValueType optional
Source
<element name="originPosition" type="gml:TimePositionType"/>
Element gml:TimeCoordinateSystemType / gml:origin
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGrouptemporal_xsd.tmp#TimeInstanttemporal_xsd.tmp#TimeInstantPropertyType
Type gml:TimeInstantPropertyType
Properties
content complex
Model
Children gml: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
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="origin" type="gml:TimeInstantPropertyType"/>
Element gml:TimeCoordinateSystemType / gml:interval
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagramtemporal_xsd.tmp#TimeIntervalLengthType_unittemporal_xsd.tmp#TimeIntervalLengthType_radixtemporal_xsd.tmp#TimeIntervalLengthType_factortemporal_xsd.tmp#TimeIntervalLengthType
Type gml:TimeIntervalLengthType
Properties
content complex
Attributes
QName Type Use
factor integer optional
radix positiveInteger optional
unit gml:TimeUnitType required
Source
<element name="interval" type="gml:TimeIntervalLengthType"/>
Element gml:TimeCalendar
Namespace http://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
Type gml:TimeCalendarType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml: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
QName Type Use Annotation
gml:id ID required
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
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeCalendarEratemporalReferenceSystems_xsd.tmp#TimeCalendarEraPropertyType
Type gml:TimeCalendarEraPropertyType
Properties
content complex
maxOccurs unbounded
Model
Children gml: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
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="referenceFrame" type="gml:TimeCalendarEraPropertyType" maxOccurs="unbounded"/>
Element gml:TimeCalendarEra
Namespace http://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
Type gml:TimeCalendarEraType
Type hierarchy
Properties
content complex
Used by
Model
Children gml: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
QName Type Use Annotation
gml:id ID required
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
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupdeprecatedTypes_xsd.tmp#StringOrRefType
Type gml:StringOrRefType
Properties
content complex
Attributes
Source
<element name="referenceEvent" type="gml:StringOrRefType"/>
Element gml:TimeCalendarEraType / gml:referenceDate
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagramtemporal_xsd.tmp#CalDate
Type gml:CalDate
Properties
content simple
Source
<element name="referenceDate" type="gml:CalDate"/>
Element gml:TimeCalendarEraType / gml:julianReference
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type decimal
Properties
content simple
Source
<element name="julianReference" type="decimal"/>
Element gml:TimeCalendarEraType / gml:epochOfUse
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGrouptemporal_xsd.tmp#TimePeriodtemporal_xsd.tmp#TimePeriodPropertyType
Type gml:TimePeriodPropertyType
Properties
content complex
Model
Children gml: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
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="epochOfUse" type="gml:TimePeriodPropertyType"/>
Element gml:TimeClock
Namespace http://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
Type gml:TimeClockType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml: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
QName Type Use Annotation
gml:id ID required
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
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupdeprecatedTypes_xsd.tmp#StringOrRefType
Type gml:StringOrRefType
Properties
content complex
Attributes
Source
<element name="referenceEvent" type="gml:StringOrRefType"/>
Element gml:TimeClockType / gml:referenceTime
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type time
Properties
content simple
Source
<element name="referenceTime" type="time"/>
Element gml:TimeClockType / gml:utcReference
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type time
Properties
content simple
Source
<element name="utcReference" type="time"/>
Element gml:TimeClockType / gml:dateBasis
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeCalendartemporalReferenceSystems_xsd.tmp#TimeCalendarPropertyType
Type gml:TimeCalendarPropertyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children gml: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
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="dateBasis" type="gml:TimeCalendarPropertyType" minOccurs="0" maxOccurs="unbounded"/>
Element gml:TimeOrdinalReferenceSystem
Namespace http://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
Type gml:TimeOrdinalReferenceSystemType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children gml: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
QName Type Use Annotation
gml:id ID required
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
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeOrdinalEratemporalReferenceSystems_xsd.tmp#TimeOrdinalEraPropertyType
Type gml:TimeOrdinalEraPropertyType
Properties
content complex
maxOccurs unbounded
Model
Children gml: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
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="component" type="gml:TimeOrdinalEraPropertyType" maxOccurs="unbounded"/>
Element gml:TimeOrdinalEra
Namespace http://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
Type gml:TimeOrdinalEraType
Type hierarchy
Properties
content complex
Used by
Model
Children gml: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
QName Type Use Annotation
gml:id ID required
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
Namespace http://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
Type gml:RelatedTimeType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children gml: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
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
relativePosition restriction of string optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="relatedTime" type="gml:RelatedTimeType" minOccurs="0" maxOccurs="unbounded"/>
Element gml:TimeOrdinalEraType / gml:start
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGrouptemporalTopology_xsd.tmp#TimeNodetemporalTopology_xsd.tmp#TimeNodePropertyType
Type gml:TimeNodePropertyType
Properties
content complex
minOccurs 0
Model
Children gml: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
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="start" type="gml:TimeNodePropertyType" minOccurs="0"/>
Element gml:TimeOrdinalEraType / gml:end
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGrouptemporalTopology_xsd.tmp#TimeNodetemporalTopology_xsd.tmp#TimeNodePropertyType
Type gml:TimeNodePropertyType
Properties
content complex
minOccurs 0
Model
Children gml: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
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="end" type="gml:TimeNodePropertyType" minOccurs="0"/>
Element gml:TimeOrdinalEraType / gml:extent
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#OwnershipAttributeGrouptemporal_xsd.tmp#TimePeriodtemporal_xsd.tmp#TimePeriodPropertyType
Type gml:TimePeriodPropertyType
Properties
content complex
minOccurs 0
Model
Children gml: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
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="extent" type="gml:TimePeriodPropertyType" minOccurs="0"/>
Element gml:TimeOrdinalEraType / gml:member
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGrouptemporalReferenceSystems_xsd.tmp#TimeOrdinalEratemporalReferenceSystems_xsd.tmp#TimeOrdinalEraPropertyType
Type gml:TimeOrdinalEraPropertyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children gml: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
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="member" type="gml:TimeOrdinalEraPropertyType" minOccurs="0" maxOccurs="unbounded"/>
Element gml:TimeOrdinalEraType / gml:group
Namespace http://www.opengis.net/gml/3.2
Diagram
DiagramgmlBase_xsd.tmp#OwnershipAttributeGroupgmlBase_xsd.tmp#AssociationAttributeGroupgmlBase_xsd.tmp#ReferenceType
Type gml:ReferenceType
Properties
content complex
minOccurs 0
Model
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="group" type="gml:ReferenceType" minOccurs="0"/>
Complex Type gml:TimeReferenceSystemType
Namespace http://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
Type extension of gml:DefinitionType
Type hierarchy
Used by
Model
Children gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QName Type Use Annotation
gml:id ID required
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
Namespace http://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
Type extension of gml:TimeReferenceSystemType
Type hierarchy
Used by
Model
Children gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:interval, gml:metaDataProperty, gml:name, gml:origin, gml:originPosition, gml:remarks
Attributes
QName Type Use Annotation
gml:id ID required
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
Namespace http://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
Type extension of gml:TimeReferenceSystemType
Type hierarchy
Used by
Model
Children gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:referenceFrame, gml:remarks
Attributes
QName Type Use Annotation
gml:id ID required
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
Namespace http://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
Children gml:TimeCalendarEra
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
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
Namespace http://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
Type extension of gml:DefinitionType
Type hierarchy
Used by
Model
Children gml:description, gml:descriptionReference, gml:epochOfUse, gml:identifier, gml:julianReference, gml:metaDataProperty, gml:name, gml:referenceDate, gml:referenceEvent, gml:remarks
Attributes
QName Type Use Annotation
gml:id ID required
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
Namespace http://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
Children gml:TimeCalendar
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
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
Namespace http://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
Type extension of gml:TimeReferenceSystemType
Type hierarchy
Properties
final extension, restriction
Used by
Element gml:TimeClock
Model
Children gml:dateBasis, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:referenceEvent, gml:referenceTime, gml:remarks, gml:utcReference
Attributes
QName Type Use Annotation
gml:id ID required
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
Namespace http://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
Children gml:TimeClock
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
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
Namespace http://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
Type extension of gml:TimeReferenceSystemType
Type hierarchy
Used by
Model
Children gml:component, gml:description, gml:descriptionReference, gml:domainOfValidity, gml:identifier, gml:metaDataProperty, gml:name, gml:remarks
Attributes
QName Type Use Annotation
gml:id ID required
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
Namespace http://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
Children gml:TimeOrdinalEra
Attributes
QName Type Fixed Default Use
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
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
Namespace http://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
Type extension of gml:DefinitionType
Type hierarchy
Used by
Model
Children gml:description, gml:descriptionReference, gml:end, gml:extent, gml:group, gml:identifier, gml:member, gml:metaDataProperty, gml:name, gml:relatedTime, gml:remarks, gml:start
Attributes
QName Type Use Annotation
gml:id ID required
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>