Changes between Version 13 and Version 14 of GmlDefinitions


Ignore:
Timestamp:
Nov 9, 2012, 11:38:46 AM (11 years ago)
Author:
Piero Campalani
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GmlDefinitions

    v13 v14  
    252252   <description/>           <!-- [0..1] Text description of the object (simple string) -->
    253253   <descriptionReference/>  <!-- [0..1] xlink:href attribute that references the an external description -->
    254    <identifier codeSpace="http://www.opengeospatial.org">(resolver)/def/crs/(AUTH)/(VERSION)/(CODE)</identifier>
     254   <identifier codeSpace="http://www.opengeospatial.org">ogc:def:crs:(AUTH):(VERSION):(CODE)</identifier>
    255255   <name/>                        <!-- [0..*] One or more descriptive names -->
    256256   <remarks>string</remarks>  <!-- [0..1] -->
     
    286286      <!-- point in the specified time units from a specified time origin. A TimeCS shall have *one* axis property element.  -->
    287287      <TimeCS id="ID">
    288          <identifier codeSpace="http://www.opengeospatial.org">(resolver)/def/cs/(AUTH)/(VERSION)/(CODE)</identifier>
     288         <identifier codeSpace="http://www.opengeospatial.org">ogc:def:cs:(AUTH):(VERSION):(CODE)</identifier>
    289289         <axis>
    290290               <!-- UoM can be a URI identifier, but as well directly a string that defines it. -->
    291291               <!-- As reference, visit: http://aurora.regenstrief.org/~ucum/ucum.html#iso1000  -->
    292292               <CoordinateSystemAxis id="ID" uom="(uom)">
    293                <identifier codeSpace="http://www.opengeospatial.org">(resolver)/def/axis/(AUTH)/(VERSION)/(CODE)</identifier>
     293               <identifier codeSpace="http://www.opengeospatial.org">ogc:def:axis:(AUTH):(VERSION):(CODE)</identifier>
    294294               <!-- axisAbbrev [string] is the abbreviation used for this coordinate system axis;   -->
    295295               <!-- this abbreviation is also used to identify the coordinates in the coordinate tuple. -->
     
    308308   <temporalDatum> <!-- "association role" -->
    309309      <TemporalDatum id="ID"> <!-- A TemporalDatum defines the origin of a Temporal Reference System. -->
    310          <identifier codeSpace="http://www.opengeospatial.org">(resolver)/def/datum/(AUTH)/(VERSION)/(CODE)</identifier>
     310         <identifier codeSpace="http://www.opengeospatial.org">ogc:def:datum:(AUTH):(VERSION):(CODE)</identifier>
    311311         <scope>string</scope>
    312312         <origin>(origin timestamp)</origin>
     
    345345          <identifier codeSpace="http://www.opengeospatial.org">urn:ogc:def:axis:OGC:0.1:days</identifier>
    346346          <axisAbbrev>t</axisAbbrev>
    347           <!-- "wikipedia" codespace is a joke but.. actually can give information of what "future" is! -->
     347          <!-- "wikipedia" codespace seems a joke but.. actually can give information of what "future" is! -->
    348348          <axisDirection codeSpace="http://www.wikipedia.org">future</axisDirection>
    349349        </CoordinateSystemAxis>
     
    365365<TemporalCRS xmlns="http://www.opengis.net/gml" xmlns:gmd="http://www.isotc211.org/2005/gmd" id="2000-mins-CRS">
    366366   <description>Continuous count of minutes starting from Jan 1, 2000 (00h00)</description>
    367    <identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/2000-mins
    368    </identifier>
     367   <identifier codeSpace="http://www.opengeospatial.org">urn:ogc:def:crs:OGC:0.1:2000-mins</identifier>
    369368   <name>Minutes from 2000</name>
    370369   <domainOfValidity>
     
    388387   <timeCS>
    389388      <TimeCS id="minutes-CS">
    390          <identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/cs/OGC/0.1/minutes
    391          </identifier>
     389         <identifier codeSpace="http://www.opengeospatial.org">urn:ogc:def:cs:OGC:0.1:minutes</identifier>
    392390         <axis>
    393391               <CoordinateSystemAxis id="minutes-axis" uom="min">
    394                <identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/axis/OGC/0.1/minutes</identifier>
     392               <identifier codeSpace="http://www.opengeospatial.org">urn:ogc:def:axis:OGC:0.1:minutes</identifier>
    395393               <axisAbbrev>t</axisAbbrev>
    396                <!-- "wikipedia" codespace is a joke but.. actually can give information of what "future" is! -->
    397394               <axisDirection codeSpace="http://www.wikipedia.org">future</axisDirection>
    398395            </CoordinateSystemAxis>
     
    402399   <temporalDatum>
    403400      <TemporalDatum id="2000-TD">
    404          <identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/datum/OGC/0.1/2000
    405          </identifier>
     401         <identifier codeSpace="http://www.opengeospatial.org">urn:ogc:def:datum:OGC:0.1:2000</identifier>
    406402         <origin>2000-01-01T00:00</origin>
    407403      </TemporalDatum>