summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/gml/wcsDataTypeIdentifiers.xml
blob: bf10663fae3578a84db6ddbc541c4efe0f20a165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?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>