summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/gml/wcsDataTypeIdentifiers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/gml/wcsDataTypeIdentifiers.xml')
-rw-r--r--petascope/src/petascope/wcs2/schemas/gml/wcsDataTypeIdentifiers.xml111
1 files changed, 0 insertions, 111 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/gml/wcsDataTypeIdentifiers.xml b/petascope/src/petascope/wcs2/schemas/gml/wcsDataTypeIdentifiers.xml
deleted file mode 100644
index bf10663..0000000
--- a/petascope/src/petascope/wcs2/schemas/gml/wcsDataTypeIdentifiers.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Dictionary xmlns="http://www.opengis.net/gml/3.2"
- xmlns:gml="http://www.opengis.net/gml/3.2"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd"
- gml:id="DataTypeIdentifiers">
- <description>This dictionary specifies the standard values for dataType, specified in the WCS 2.0 GML 3.2.1 application schema. This dataType is for values of a RangeField. In addition, this dictionary specifies definition URNs in the "ogc" URN namespace for these values. This dictionary uses a currently unspecified simple dictionary profile of GML 3.2.1.
- Definitions are compatible with XML Schema as of 28 October 2004 [http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/].
- Identifiers do not have an associated unit of measure.
- Last updated: 2010-jan-11
- Copyright (c) 2010 Open Geospatial Consortium, Inc. All Rights Reserved.
- To obtain additional rights of use, visit http://www.opengeospatial.org/legal/.
- </description>
- <identifier codeSpace="">DataTypeIdentifiers</identifier>
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="boolean">
- <description>Logical value; admissible values are "true" and "false" (in whatever case), as well as 0 (which shall represent "false") and 1 (which shall represent "true"). </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">boolean</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="integer">
- <description>Positive or negative integer number without any limitation on maximum and minimum values. For expressing certain value range limitations the specialized types byte, shortInteger, int, and LongInteger are available. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">long</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="unsignedInteger">
- <description>Non-negative integer number without any limitation on minimum values. For expressing certain value range limitations the specialized types unsignedByte, unsignedShort, unsignedInt, and unsignedLong are available. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">unsignedInteger</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="byte">
- <description>Positive or negative integer number with values between -128 anf 127. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">byte</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="unsignedByte">
- <description>Non-negative integer number with values between 0 and 255. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">unsignedByte</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="short">
- <description>Positive or negative integer number with values between -32768 and 32767, which allows for a representation with 16 bits. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">short</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="unsignedShort">
- <description>Non-negative integer number with values between 0 and 65535, which allows for a representation with 16 bits. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">unsignedShort</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="int">
- <description>Positive or negative integer number with values between -2147483648 and 2147483647, which allows for a representation with 32 bits. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">int</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="unsignedInt">
- <description>Non-negative integer number with values between 0 and 4294967295, which allows for a representation with 32 bits. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">unsignedInt</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="long">
- <description>Positive or negative integer number with values between -9223372036854775808 and 9223372036854775807, which allows for a representation with 64 bits. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">long</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="unsignedLong">
- <description>Non-negative integer number with values between 0 and 18446744073709551616, which allows for a representation with 64 bits. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">unsignedLong</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="float">
- <description>Single-precision floating point number according to IEEE 754-1985. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">double</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
- <dictionaryEntry>
- <Definition gml:id="double">
- <description>Double-precision floating point number according to IEEE 754-1985. </description>
- <identifier codeSpace="urn:ogc:def:dataType:OGC:1.1">double</identifier>
- </Definition>
- </dictionaryEntry>
- <!-- ===================================================== -->
-</Dictionary>
-