Changes between Version 13 and Version 14 of GmlDefinitions
- Timestamp:
- Nov 9, 2012, 11:38:46 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GmlDefinitions
v13 v14 252 252 <description/> <!-- [0..1] Text description of the object (simple string) --> 253 253 <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> 255 255 <name/> <!-- [0..*] One or more descriptive names --> 256 256 <remarks>string</remarks> <!-- [0..1] --> … … 286 286 <!-- point in the specified time units from a specified time origin. A TimeCS shall have *one* axis property element. --> 287 287 <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> 289 289 <axis> 290 290 <!-- UoM can be a URI identifier, but as well directly a string that defines it. --> 291 291 <!-- As reference, visit: http://aurora.regenstrief.org/~ucum/ucum.html#iso1000 --> 292 292 <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> 294 294 <!-- axisAbbrev [string] is the abbreviation used for this coordinate system axis; --> 295 295 <!-- this abbreviation is also used to identify the coordinates in the coordinate tuple. --> … … 308 308 <temporalDatum> <!-- "association role" --> 309 309 <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> 311 311 <scope>string</scope> 312 312 <origin>(origin timestamp)</origin> … … 345 345 <identifier codeSpace="http://www.opengeospatial.org">urn:ogc:def:axis:OGC:0.1:days</identifier> 346 346 <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! --> 348 348 <axisDirection codeSpace="http://www.wikipedia.org">future</axisDirection> 349 349 </CoordinateSystemAxis> … … 365 365 <TemporalCRS xmlns="http://www.opengis.net/gml" xmlns:gmd="http://www.isotc211.org/2005/gmd" id="2000-mins-CRS"> 366 366 <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> 369 368 <name>Minutes from 2000</name> 370 369 <domainOfValidity> … … 388 387 <timeCS> 389 388 <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> 392 390 <axis> 393 391 <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> 395 393 <axisAbbrev>t</axisAbbrev> 396 <!-- "wikipedia" codespace is a joke but.. actually can give information of what "future" is! -->397 394 <axisDirection codeSpace="http://www.wikipedia.org">future</axisDirection> 398 395 </CoordinateSystemAxis> … … 402 399 <temporalDatum> 403 400 <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> 406 402 <origin>2000-01-01T00:00</origin> 407 403 </TemporalDatum>