<?xml version="1.0" encoding="ISO-8859-1"?>
<gml:TemporalCRS xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.opengis.net/gml/3.2" gml:id="datetime" xsi:schemaLocation="http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd">
  <gml:identifier codeSpace="OGC">https://www.opengis.net/def/crs/OGC/0/GregorianDateTime</gml:identifier>
  <gml:name>DateTime in Gregorian calendar</gml:name>
  <gml:remarks>This definition was derived from the example E.4.1 in OGC Abstract Specification in Topic 2 "Definition of a Temporal CRS in which axis quantity is DateTime" (https://docs.ogc.org/as/18-005r4/18-005r4.html#118). Since GML 3.2 implements an older model for coordinate reference systems, the information in Topic 2 has been mapped to the XML schema of GML 3.2. A Well-Known-Text or PROJJSON representation would support encoding the CRS definition according to the current version of Topic 2.</gml:remarks>
  <gml:domainOfValidity>
    <gmd:EX_Extent>
      <gmd:temporalElement>
        <gmd:EX_TemporalExtent>
          <gmd:extent>
            <gml:TimePeriod>
              <gml:beginPosition>1582-10-15</gml:beginPosition>
              <gml:endPosition indeterminatePosition="unknown"/>
            </gml:TimePeriod>
          </gmd:extent>
        </gmd:EX_TemporalExtent>
      </gmd:temporalElement>
    </gmd:EX_Extent>
  </gml:domainOfValidity>
  <gml:scope>Date/time as defined in ISO 8601.</gml:scope>
  <gml:timeCS>
    <gml:TimeCS gml:id="DateTime">
      <gml:identifier codeSpace="OGC">DateTime</gml:identifier>
      <gml:name>DateTime. Axis: T. Orientation: future.</gml:name>
      <gml:axis>
        <gml:CoordinateSystemAxis gml:id="dateTime" uom="not-applicable">
          <gml:identifier codeSpace="OGC">dateTime</gml:identifier>
          <gml:axisAbbrev>T</gml:axisAbbrev>
          <gml:axisDirection codeSpace="OGC">future</gml:axisDirection>
        </gml:CoordinateSystemAxis>
      </gml:axis>
    </gml:TimeCS>
  </gml:timeCS>
  <gml:temporalDatum>
    <gml:TemporalDatum gml:id="gregorian">
      <gml:identifier codeSpace="OGC">gregorian</gml:identifier>
      <gml:name>Gregorian calendar</gml:name>
      <gml:scope>The Gregorian calendar has a reference point that assigns 20 May 1875 to the calendar day that the “Convention du Mètre” was signed in Paris.</gml:scope>
      <gml:origin>1875-05-20T00:00:00Z</gml:origin>
    </gml:TemporalDatum>
  </gml:temporalDatum>
</gml:TemporalCRS>