pyogrio 0.10.0__cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyogrio might be problematic. Click here for more details.
- pyogrio/__init__.py +55 -0
- pyogrio/_compat.py +47 -0
- pyogrio/_env.py +59 -0
- pyogrio/_err.cpython-313-x86_64-linux-gnu.so +0 -0
- pyogrio/_geometry.cpython-313-x86_64-linux-gnu.so +0 -0
- pyogrio/_io.cpython-313-x86_64-linux-gnu.so +0 -0
- pyogrio/_ogr.cpython-313-x86_64-linux-gnu.so +0 -0
- pyogrio/_version.py +21 -0
- pyogrio/_vsi.cpython-313-x86_64-linux-gnu.so +0 -0
- pyogrio/core.py +386 -0
- pyogrio/errors.py +25 -0
- pyogrio/gdal_data/GDAL-targets-release.cmake +19 -0
- pyogrio/gdal_data/GDAL-targets.cmake +105 -0
- pyogrio/gdal_data/GDALConfig.cmake +24 -0
- pyogrio/gdal_data/GDALConfigVersion.cmake +85 -0
- pyogrio/gdal_data/GDALLogoBW.svg +138 -0
- pyogrio/gdal_data/GDALLogoColor.svg +126 -0
- pyogrio/gdal_data/GDALLogoGS.svg +126 -0
- pyogrio/gdal_data/LICENSE.TXT +467 -0
- pyogrio/gdal_data/MM_m_idofic.csv +321 -0
- pyogrio/gdal_data/copyright +467 -0
- pyogrio/gdal_data/cubewerx_extra.wkt +48 -0
- pyogrio/gdal_data/default.rsc +0 -0
- pyogrio/gdal_data/ecw_cs.wkt +1453 -0
- pyogrio/gdal_data/eedaconf.json +23 -0
- pyogrio/gdal_data/epsg.wkt +1 -0
- pyogrio/gdal_data/esri_StatePlane_extra.wkt +631 -0
- pyogrio/gdal_data/gdalicon.png +0 -0
- pyogrio/gdal_data/gdalinfo_output.schema.json +346 -0
- pyogrio/gdal_data/gdalmdiminfo_output.schema.json +321 -0
- pyogrio/gdal_data/gdaltileindex.xsd +269 -0
- pyogrio/gdal_data/gdalvrt.xsd +880 -0
- pyogrio/gdal_data/gfs.xsd +246 -0
- pyogrio/gdal_data/gml_registry.xml +117 -0
- pyogrio/gdal_data/gml_registry.xsd +66 -0
- pyogrio/gdal_data/grib2_center.csv +251 -0
- pyogrio/gdal_data/grib2_process.csv +102 -0
- pyogrio/gdal_data/grib2_subcenter.csv +63 -0
- pyogrio/gdal_data/grib2_table_4_2_0_0.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_1.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_13.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_14.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_15.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_16.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_17.csv +11 -0
- pyogrio/gdal_data/grib2_table_4_2_0_18.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_19.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_190.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_191.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_2.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_20.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_21.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_3.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_4.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_5.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_6.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_0_7.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_10_0.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_10_1.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_10_191.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_10_2.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_10_3.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_10_4.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_1_0.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_1_1.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_1_2.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_20_0.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_20_1.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_20_2.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_2_0.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_2_3.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_2_4.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_2_5.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_2_6.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_3_0.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_3_1.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_3_2.csv +28 -0
- pyogrio/gdal_data/grib2_table_4_2_3_3.csv +8 -0
- pyogrio/gdal_data/grib2_table_4_2_3_4.csv +14 -0
- pyogrio/gdal_data/grib2_table_4_2_3_5.csv +11 -0
- pyogrio/gdal_data/grib2_table_4_2_3_6.csv +11 -0
- pyogrio/gdal_data/grib2_table_4_2_4_0.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_4_1.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_4_10.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_4_2.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_4_3.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_4_4.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_4_5.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_4_6.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_4_7.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_4_8.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_4_9.csv +261 -0
- pyogrio/gdal_data/grib2_table_4_2_local_Canada.csv +5 -0
- pyogrio/gdal_data/grib2_table_4_2_local_HPC.csv +2 -0
- pyogrio/gdal_data/grib2_table_4_2_local_MRMS.csv +175 -0
- pyogrio/gdal_data/grib2_table_4_2_local_NCEP.csv +401 -0
- pyogrio/gdal_data/grib2_table_4_2_local_NDFD.csv +38 -0
- pyogrio/gdal_data/grib2_table_4_2_local_index.csv +7 -0
- pyogrio/gdal_data/grib2_table_4_5.csv +261 -0
- pyogrio/gdal_data/grib2_table_versions.csv +3 -0
- pyogrio/gdal_data/gt_datum.csv +229 -0
- pyogrio/gdal_data/gt_ellips.csv +24 -0
- pyogrio/gdal_data/header.dxf +1124 -0
- pyogrio/gdal_data/inspire_cp_BasicPropertyUnit.gfs +57 -0
- pyogrio/gdal_data/inspire_cp_CadastralBoundary.gfs +60 -0
- pyogrio/gdal_data/inspire_cp_CadastralParcel.gfs +81 -0
- pyogrio/gdal_data/inspire_cp_CadastralZoning.gfs +161 -0
- pyogrio/gdal_data/jpfgdgml_AdmArea.gfs +59 -0
- pyogrio/gdal_data/jpfgdgml_AdmBdry.gfs +49 -0
- pyogrio/gdal_data/jpfgdgml_AdmPt.gfs +59 -0
- pyogrio/gdal_data/jpfgdgml_BldA.gfs +54 -0
- pyogrio/gdal_data/jpfgdgml_BldL.gfs +54 -0
- pyogrio/gdal_data/jpfgdgml_Cntr.gfs +54 -0
- pyogrio/gdal_data/jpfgdgml_CommBdry.gfs +49 -0
- pyogrio/gdal_data/jpfgdgml_CommPt.gfs +59 -0
- pyogrio/gdal_data/jpfgdgml_Cstline.gfs +54 -0
- pyogrio/gdal_data/jpfgdgml_ElevPt.gfs +54 -0
- pyogrio/gdal_data/jpfgdgml_GCP.gfs +94 -0
- pyogrio/gdal_data/jpfgdgml_LeveeEdge.gfs +49 -0
- pyogrio/gdal_data/jpfgdgml_RailCL.gfs +54 -0
- pyogrio/gdal_data/jpfgdgml_RdASL.gfs +44 -0
- pyogrio/gdal_data/jpfgdgml_RdArea.gfs +54 -0
- pyogrio/gdal_data/jpfgdgml_RdCompt.gfs +59 -0
- pyogrio/gdal_data/jpfgdgml_RdEdg.gfs +59 -0
- pyogrio/gdal_data/jpfgdgml_RdMgtBdry.gfs +49 -0
- pyogrio/gdal_data/jpfgdgml_RdSgmtA.gfs +59 -0
- pyogrio/gdal_data/jpfgdgml_RvrMgtBdry.gfs +49 -0
- pyogrio/gdal_data/jpfgdgml_SBAPt.gfs +49 -0
- pyogrio/gdal_data/jpfgdgml_SBArea.gfs +54 -0
- pyogrio/gdal_data/jpfgdgml_SBBdry.gfs +44 -0
- pyogrio/gdal_data/jpfgdgml_WA.gfs +54 -0
- pyogrio/gdal_data/jpfgdgml_WL.gfs +54 -0
- pyogrio/gdal_data/jpfgdgml_WStrA.gfs +54 -0
- pyogrio/gdal_data/jpfgdgml_WStrL.gfs +54 -0
- pyogrio/gdal_data/nitf_spec.xml +3306 -0
- pyogrio/gdal_data/nitf_spec.xsd +189 -0
- pyogrio/gdal_data/ogrinfo_output.schema.json +528 -0
- pyogrio/gdal_data/ogrvrt.xsd +546 -0
- pyogrio/gdal_data/osmconf.ini +132 -0
- pyogrio/gdal_data/ozi_datum.csv +131 -0
- pyogrio/gdal_data/ozi_ellips.csv +35 -0
- pyogrio/gdal_data/pci_datum.txt +530 -0
- pyogrio/gdal_data/pci_ellips.txt +129 -0
- pyogrio/gdal_data/pdfcomposition.xsd +721 -0
- pyogrio/gdal_data/pds4_template.xml +65 -0
- pyogrio/gdal_data/plscenesconf.json +1985 -0
- pyogrio/gdal_data/ruian_vf_ob_v1.gfs +1455 -0
- pyogrio/gdal_data/ruian_vf_st_uvoh_v1.gfs +86 -0
- pyogrio/gdal_data/ruian_vf_st_v1.gfs +1489 -0
- pyogrio/gdal_data/ruian_vf_v1.gfs +2126 -0
- pyogrio/gdal_data/s57agencies.csv +249 -0
- pyogrio/gdal_data/s57attributes.csv +484 -0
- pyogrio/gdal_data/s57expectedinput.csv +1008 -0
- pyogrio/gdal_data/s57objectclasses.csv +287 -0
- pyogrio/gdal_data/seed_2d.dgn +0 -0
- pyogrio/gdal_data/seed_3d.dgn +0 -0
- pyogrio/gdal_data/stateplane.csv +259 -0
- pyogrio/gdal_data/tms_LINZAntarticaMapTileGrid.json +190 -0
- pyogrio/gdal_data/tms_MapML_APSTILE.json +268 -0
- pyogrio/gdal_data/tms_MapML_CBMTILE.json +346 -0
- pyogrio/gdal_data/tms_NZTM2000.json +243 -0
- pyogrio/gdal_data/trailer.dxf +434 -0
- pyogrio/gdal_data/usage +4 -0
- pyogrio/gdal_data/vcpkg-cmake-wrapper.cmake +23 -0
- pyogrio/gdal_data/vcpkg.spdx.json +264 -0
- pyogrio/gdal_data/vcpkg_abi_info.txt +41 -0
- pyogrio/gdal_data/vdv452.xml +367 -0
- pyogrio/gdal_data/vdv452.xsd +63 -0
- pyogrio/gdal_data/vicar.json +164 -0
- pyogrio/geopandas.py +683 -0
- pyogrio/proj_data/CH +22 -0
- pyogrio/proj_data/GL27 +23 -0
- pyogrio/proj_data/ITRF2000 +24 -0
- pyogrio/proj_data/ITRF2008 +94 -0
- pyogrio/proj_data/ITRF2014 +55 -0
- pyogrio/proj_data/copyright +34 -0
- pyogrio/proj_data/deformation_model.schema.json +582 -0
- pyogrio/proj_data/nad.lst +142 -0
- pyogrio/proj_data/nad27 +810 -0
- pyogrio/proj_data/nad83 +745 -0
- pyogrio/proj_data/other.extra +53 -0
- pyogrio/proj_data/proj-config-version.cmake +44 -0
- pyogrio/proj_data/proj-config.cmake +79 -0
- pyogrio/proj_data/proj-targets-release.cmake +19 -0
- pyogrio/proj_data/proj-targets.cmake +107 -0
- pyogrio/proj_data/proj.db +0 -0
- pyogrio/proj_data/proj.ini +51 -0
- pyogrio/proj_data/proj4-targets-release.cmake +19 -0
- pyogrio/proj_data/proj4-targets.cmake +107 -0
- pyogrio/proj_data/projjson.schema.json +1174 -0
- pyogrio/proj_data/triangulation.schema.json +214 -0
- pyogrio/proj_data/usage +4 -0
- pyogrio/proj_data/vcpkg.spdx.json +198 -0
- pyogrio/proj_data/vcpkg_abi_info.txt +27 -0
- pyogrio/proj_data/world +214 -0
- pyogrio/raw.py +887 -0
- pyogrio/tests/__init__.py +0 -0
- pyogrio/tests/conftest.py +398 -0
- pyogrio/tests/fixtures/README.md +108 -0
- pyogrio/tests/fixtures/curve.gpkg +0 -0
- pyogrio/tests/fixtures/curvepolygon.gpkg +0 -0
- pyogrio/tests/fixtures/line_zm.gpkg +0 -0
- pyogrio/tests/fixtures/multisurface.gpkg +0 -0
- pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.cpg +1 -0
- pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.dbf +0 -0
- pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.prj +1 -0
- pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shp +0 -0
- pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shx +0 -0
- pyogrio/tests/fixtures/sample.osm.pbf +0 -0
- pyogrio/tests/fixtures/test_gpkg_nulls.gpkg +0 -0
- pyogrio/tests/test_arrow.py +1195 -0
- pyogrio/tests/test_core.py +678 -0
- pyogrio/tests/test_geopandas_io.py +2314 -0
- pyogrio/tests/test_path.py +364 -0
- pyogrio/tests/test_raw_io.py +1515 -0
- pyogrio/tests/test_util.py +56 -0
- pyogrio/util.py +247 -0
- pyogrio-0.10.0.dist-info/LICENSE +21 -0
- pyogrio-0.10.0.dist-info/METADATA +129 -0
- pyogrio-0.10.0.dist-info/RECORD +223 -0
- pyogrio-0.10.0.dist-info/WHEEL +6 -0
- pyogrio-0.10.0.dist-info/top_level.txt +1 -0
- pyogrio.libs/libgdal-2d56d59d.so.35.3.9.1 +0 -0
|
@@ -0,0 +1,880 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!--
|
|
3
|
+
/******************************************************************************
|
|
4
|
+
* $Id$
|
|
5
|
+
*
|
|
6
|
+
* Project: GDAL/OGR
|
|
7
|
+
* Purpose: XML Schema for GDAL VRT files.
|
|
8
|
+
* Author: Even Rouault, <even dot rouault at spatialys dot com>
|
|
9
|
+
*
|
|
10
|
+
**********************************************************************
|
|
11
|
+
* Copyright (c) 2015, Even Rouault
|
|
12
|
+
*
|
|
13
|
+
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
14
|
+
* copy of this software and associated documentation files (the "Software"),
|
|
15
|
+
* to deal in the Software without restriction, including without limitation
|
|
16
|
+
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
17
|
+
* and/or sell copies of the Software, and to permit persons to whom the
|
|
18
|
+
* Software is furnished to do so, subject to the following conditions:
|
|
19
|
+
*
|
|
20
|
+
* The above copyright notice and this permission notice shall be included
|
|
21
|
+
* in all copies or substantial portions of the Software.
|
|
22
|
+
*
|
|
23
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
24
|
+
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
25
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
26
|
+
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
28
|
+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
29
|
+
* DEALINGS IN THE SOFTWARE.
|
|
30
|
+
****************************************************************************/
|
|
31
|
+
-->
|
|
32
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="1.0">
|
|
33
|
+
<xs:element name="VRTDataset" type="VRTDatasetType">
|
|
34
|
+
<xs:annotation>
|
|
35
|
+
<xs:documentation>Root element</xs:documentation>
|
|
36
|
+
</xs:annotation>
|
|
37
|
+
</xs:element>
|
|
38
|
+
|
|
39
|
+
<xs:complexType name="VRTDatasetType">
|
|
40
|
+
<xs:sequence>
|
|
41
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
42
|
+
<xs:element name="SRS" type="SRSType"/>
|
|
43
|
+
<xs:element name="GeoTransform" type="xs:string"/>
|
|
44
|
+
<xs:element name="GCPList" type="GCPListType"/>
|
|
45
|
+
<xs:element name="BlockXSize" type="nonNegativeInteger32"/>
|
|
46
|
+
<xs:element name="BlockYSize" type="nonNegativeInteger32"/>
|
|
47
|
+
<xs:element name="Metadata" type="MetadataType">
|
|
48
|
+
<xs:annotation>
|
|
49
|
+
<xs:documentation>May be repeated</xs:documentation>
|
|
50
|
+
</xs:annotation>
|
|
51
|
+
</xs:element>
|
|
52
|
+
<xs:element name="VRTRasterBand" type="VRTRasterBandType">
|
|
53
|
+
<xs:annotation>
|
|
54
|
+
<xs:documentation>May be repeated</xs:documentation>
|
|
55
|
+
</xs:annotation>
|
|
56
|
+
</xs:element>
|
|
57
|
+
<xs:element name="MaskBand" type="MaskBandType"/>
|
|
58
|
+
<xs:element name="GDALWarpOptions" type="GDALWarpOptionsType">
|
|
59
|
+
<xs:annotation>
|
|
60
|
+
<xs:documentation>Allowed only if subClass="VRTWarpedDataset"</xs:documentation>
|
|
61
|
+
</xs:annotation>
|
|
62
|
+
</xs:element>
|
|
63
|
+
<xs:element name="PansharpeningOptions" type="PansharpeningOptionsType">
|
|
64
|
+
<xs:annotation>
|
|
65
|
+
<xs:documentation>Allowed only if subClass="VRTPansharpenedDataset"</xs:documentation>
|
|
66
|
+
</xs:annotation>
|
|
67
|
+
</xs:element>
|
|
68
|
+
<xs:element name="Input" type="InputType">
|
|
69
|
+
<xs:annotation>
|
|
70
|
+
<xs:documentation>Allowed only if subClass="VRTProcessedDataset"</xs:documentation>
|
|
71
|
+
</xs:annotation>
|
|
72
|
+
</xs:element>
|
|
73
|
+
<xs:element name="ProcessingSteps" type="ProcessingStepsType">
|
|
74
|
+
<xs:annotation>
|
|
75
|
+
<xs:documentation>Allowed only if subClass="VRTProcessedDataset"</xs:documentation>
|
|
76
|
+
</xs:annotation>
|
|
77
|
+
</xs:element>
|
|
78
|
+
<xs:element name="Group" type="GroupType">
|
|
79
|
+
<xs:annotation>
|
|
80
|
+
<xs:documentation>only for multidimensional dataset</xs:documentation>
|
|
81
|
+
</xs:annotation>
|
|
82
|
+
</xs:element>
|
|
83
|
+
<xs:element name="OverviewList" type="OverviewListType"/>
|
|
84
|
+
</xs:choice>
|
|
85
|
+
</xs:sequence>
|
|
86
|
+
<xs:attribute name="subClass" type="DatasetSubclassType"/>
|
|
87
|
+
<xs:attribute name="rasterXSize" type="nonNegativeInteger32"/>
|
|
88
|
+
<xs:attribute name="rasterYSize" type="nonNegativeInteger32"/>
|
|
89
|
+
</xs:complexType>
|
|
90
|
+
|
|
91
|
+
<xs:simpleType name="DatasetSubclassType">
|
|
92
|
+
<xs:restriction base="xs:string">
|
|
93
|
+
<xs:enumeration value="VRTWarpedDataset"/>
|
|
94
|
+
<xs:enumeration value="VRTPansharpenedDataset"/>
|
|
95
|
+
<xs:enumeration value="VRTProcessedDataset">
|
|
96
|
+
<xs:annotation>
|
|
97
|
+
<xs:documentation>Added in GDAL 3.9</xs:documentation>
|
|
98
|
+
</xs:annotation>
|
|
99
|
+
</xs:enumeration>
|
|
100
|
+
</xs:restriction>
|
|
101
|
+
</xs:simpleType>
|
|
102
|
+
|
|
103
|
+
<xs:complexType name="OverviewListType">
|
|
104
|
+
<xs:simpleContent>
|
|
105
|
+
<xs:extension base="integerList">
|
|
106
|
+
<xs:attribute name="resampling" type="xs:string"/>
|
|
107
|
+
</xs:extension>
|
|
108
|
+
</xs:simpleContent>
|
|
109
|
+
</xs:complexType>
|
|
110
|
+
|
|
111
|
+
<xs:simpleType name="integerList">
|
|
112
|
+
<xs:list itemType="xs:integer"/>
|
|
113
|
+
</xs:simpleType>
|
|
114
|
+
|
|
115
|
+
<xs:complexType name="SRSType">
|
|
116
|
+
<xs:simpleContent>
|
|
117
|
+
<xs:extension base="xs:string">
|
|
118
|
+
<xs:attribute name="dataAxisToSRSAxisMapping" type="xs:string"/>
|
|
119
|
+
<xs:attribute name="coordinateEpoch" type="xs:float"/>
|
|
120
|
+
</xs:extension>
|
|
121
|
+
</xs:simpleContent>
|
|
122
|
+
</xs:complexType>
|
|
123
|
+
|
|
124
|
+
<xs:simpleType name="nonNegativeInteger32">
|
|
125
|
+
<xs:restriction base="xs:nonNegativeInteger">
|
|
126
|
+
<xs:maxInclusive value="2147483647"/>
|
|
127
|
+
</xs:restriction>
|
|
128
|
+
</xs:simpleType>
|
|
129
|
+
|
|
130
|
+
<xs:complexType name="GCPListType">
|
|
131
|
+
<xs:sequence>
|
|
132
|
+
<xs:element name="GCP" type="GCPType" minOccurs="0" maxOccurs="unbounded"/>
|
|
133
|
+
</xs:sequence>
|
|
134
|
+
<xs:attribute name="Projection" type="xs:string"/>
|
|
135
|
+
<xs:attribute name="dataAxisToSRSAxisMapping" type="xs:string"/>
|
|
136
|
+
</xs:complexType>
|
|
137
|
+
|
|
138
|
+
<xs:complexType name="GCPType">
|
|
139
|
+
<xs:attribute name="Id" type="xs:string"/>
|
|
140
|
+
<xs:attribute name="Info" type="xs:string"/>
|
|
141
|
+
<xs:attribute name="Pixel" type="xs:double" use="required"/>
|
|
142
|
+
<xs:attribute name="Line" type="xs:double" use="required"/>
|
|
143
|
+
<xs:attribute name="X" type="xs:double" use="required"/>
|
|
144
|
+
<xs:attribute name="Y" type="xs:double" use="required"/>
|
|
145
|
+
<xs:attribute name="Z" type="xs:double"/>
|
|
146
|
+
<xs:attribute name="GCPZ" type="xs:double"/> <!-- deprecated -->
|
|
147
|
+
</xs:complexType>
|
|
148
|
+
|
|
149
|
+
<xs:complexType name="MetadataType">
|
|
150
|
+
<xs:sequence>
|
|
151
|
+
<!--<xs:choice>-->
|
|
152
|
+
<!--<xs:element name="MDI" type="MDIType" minOccurs="0" maxOccurs="unbounded"/>-->
|
|
153
|
+
<xs:any processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
|
|
154
|
+
<!--</xs:choice>-->
|
|
155
|
+
</xs:sequence>
|
|
156
|
+
<xs:attribute name="domain" type="xs:string"/>
|
|
157
|
+
<xs:attribute name="format" type="xs:string"/>
|
|
158
|
+
</xs:complexType>
|
|
159
|
+
|
|
160
|
+
<xs:complexType name="GDALWarpOptionsType">
|
|
161
|
+
<xs:sequence>
|
|
162
|
+
<xs:any processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
|
|
163
|
+
</xs:sequence>
|
|
164
|
+
</xs:complexType>
|
|
165
|
+
|
|
166
|
+
<xs:complexType name="PansharpeningOptionsType">
|
|
167
|
+
<xs:sequence>
|
|
168
|
+
<xs:element name="Algorithm" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
169
|
+
<xs:element name="AlgorithmOptions" type="AlgorithmOptionsType" minOccurs="0" maxOccurs="1"/>
|
|
170
|
+
<xs:element name="Resampling" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
171
|
+
<xs:element name="NumThreads" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
172
|
+
<xs:element name="BitDepth" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
173
|
+
<xs:element name="NoData" type="NoDataOrNoneType" minOccurs="0" maxOccurs="1"/>
|
|
174
|
+
<xs:element name="SpatialExtentAdjustment" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
175
|
+
<xs:element name="PanchroBand" type="PanchroBandType" minOccurs="1" maxOccurs="1"/>
|
|
176
|
+
<xs:element name="SpectralBand" type="SpectralBandType" minOccurs="1" maxOccurs="unbounded"/>
|
|
177
|
+
</xs:sequence>
|
|
178
|
+
</xs:complexType>
|
|
179
|
+
|
|
180
|
+
<xs:simpleType name="NoDataOrNoneType">
|
|
181
|
+
<xs:union memberTypes="xs:double xs:string" />
|
|
182
|
+
</xs:simpleType>
|
|
183
|
+
|
|
184
|
+
<xs:complexType name="PanchroBandType">
|
|
185
|
+
<xs:sequence>
|
|
186
|
+
<xs:element name="SourceFilename" type="SourceFilenameType"/>
|
|
187
|
+
<xs:element name="OpenOptions" type="OpenOptionsType"/>
|
|
188
|
+
<xs:element name="SourceBand" type="xs:string"/> <!-- should be refined into xs:nonNegativeInteger or mask,xs:nonNegativeInteger -->
|
|
189
|
+
</xs:sequence>
|
|
190
|
+
</xs:complexType>
|
|
191
|
+
|
|
192
|
+
<xs:complexType name="SpectralBandType">
|
|
193
|
+
<xs:sequence>
|
|
194
|
+
<xs:element name="SourceFilename" type="SourceFilenameType"/>
|
|
195
|
+
<xs:element name="OpenOptions" type="OpenOptionsType"/>
|
|
196
|
+
<xs:element name="SourceBand" type="xs:string"/> <!-- should be refined into xs:nonNegativeInteger or mask,xs:nonNegativeInteger -->
|
|
197
|
+
</xs:sequence>
|
|
198
|
+
<xs:attribute name="dstBand" type="xs:nonNegativeInteger"/>
|
|
199
|
+
</xs:complexType>
|
|
200
|
+
|
|
201
|
+
<xs:complexType name="AlgorithmOptionsType">
|
|
202
|
+
<xs:sequence>
|
|
203
|
+
<xs:any processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
|
|
204
|
+
</xs:sequence>
|
|
205
|
+
</xs:complexType>
|
|
206
|
+
|
|
207
|
+
<xs:complexType name="InputType">
|
|
208
|
+
<xs:sequence>
|
|
209
|
+
<xs:choice minOccurs="0" maxOccurs="1">
|
|
210
|
+
<xs:element name="SourceFilename" type="SourceFilenameType"/>
|
|
211
|
+
<xs:element name="VRTDataset" type="VRTDatasetType"/>
|
|
212
|
+
</xs:choice>
|
|
213
|
+
</xs:sequence>
|
|
214
|
+
</xs:complexType>
|
|
215
|
+
|
|
216
|
+
<xs:complexType name="ProcessingStepsType">
|
|
217
|
+
<xs:sequence minOccurs="1" maxOccurs="unbounded">
|
|
218
|
+
<xs:element name="Step" type="ProcessingStepType"/>
|
|
219
|
+
</xs:sequence>
|
|
220
|
+
</xs:complexType>
|
|
221
|
+
|
|
222
|
+
<xs:complexType name="ProcessingStepType">
|
|
223
|
+
<xs:annotation>
|
|
224
|
+
<xs:documentation>Processing step of a VRTPansharpenedDataset</xs:documentation>
|
|
225
|
+
</xs:annotation>
|
|
226
|
+
<xs:sequence>
|
|
227
|
+
<xs:element name="Algorithm" type="xs:string" minOccurs="1">
|
|
228
|
+
<xs:annotation>
|
|
229
|
+
<xs:documentation>Builtin allowed names are BandAffineCombination, LUT, LocalScaleOffset, Trimming. More algorithms can be registered at run-time.</xs:documentation>
|
|
230
|
+
</xs:annotation>
|
|
231
|
+
</xs:element>
|
|
232
|
+
<xs:element name="Argument" type="ArgumentType" maxOccurs="unbounded"/>
|
|
233
|
+
</xs:sequence>
|
|
234
|
+
<xs:attribute name="name" type="xs:string"/>
|
|
235
|
+
</xs:complexType>
|
|
236
|
+
|
|
237
|
+
<xs:complexType name="ArgumentType">
|
|
238
|
+
<xs:annotation>
|
|
239
|
+
<xs:documentation>Argument of a processing function</xs:documentation>
|
|
240
|
+
</xs:annotation>
|
|
241
|
+
<xs:simpleContent>
|
|
242
|
+
<xs:extension base="xs:string">
|
|
243
|
+
<xs:attribute name="name" type="xs:string" use="required">
|
|
244
|
+
<xs:annotation>
|
|
245
|
+
<xs:documentation>Allowed names are specific of each processing function</xs:documentation>
|
|
246
|
+
</xs:annotation>
|
|
247
|
+
</xs:attribute>
|
|
248
|
+
</xs:extension>
|
|
249
|
+
</xs:simpleContent>
|
|
250
|
+
</xs:complexType>
|
|
251
|
+
|
|
252
|
+
<xs:complexType name="MDIType">
|
|
253
|
+
<xs:simpleContent>
|
|
254
|
+
<xs:extension base="xs:string">
|
|
255
|
+
<xs:attribute name="key" type="xs:string" use="required"/>
|
|
256
|
+
</xs:extension>
|
|
257
|
+
</xs:simpleContent>
|
|
258
|
+
</xs:complexType>
|
|
259
|
+
|
|
260
|
+
<xs:complexType name="VRTRasterBandType">
|
|
261
|
+
<xs:sequence>
|
|
262
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
263
|
+
<xs:element name="Description" type="xs:string"/>
|
|
264
|
+
<xs:element name="UnitType" type="xs:string"/>
|
|
265
|
+
<xs:element name="Offset" type="xs:double"/>
|
|
266
|
+
<xs:element name="Scale" type="xs:double"/>
|
|
267
|
+
<xs:element name="CategoryNames" type="CategoryNamesType"/>
|
|
268
|
+
<xs:element name="ColorTable" type="ColorTableType"/>
|
|
269
|
+
<xs:element name="GDALRasterAttributeTable" type="GDALRasterAttributeTableType"/>
|
|
270
|
+
<xs:element name="NoDataValue" type="DoubleOrNanType"/>
|
|
271
|
+
<xs:element name="NodataValue" type="xs:double"/> <!-- typo: deprecated -->
|
|
272
|
+
<xs:element name="HideNoDataValue" type="ZeroOrOne"/>
|
|
273
|
+
<xs:element name="Metadata" type="MetadataType"/>
|
|
274
|
+
<xs:element name="ColorInterp" type="ColorInterpType"/>
|
|
275
|
+
<xs:element name="Overview" type="OverviewType"/>
|
|
276
|
+
<xs:element name="MaskBand" type="MaskBandType"/>
|
|
277
|
+
<xs:element name="Histograms" type="HistogramsType"/>
|
|
278
|
+
|
|
279
|
+
<!-- for a VRTSourcedRasterBand. Each element may be repeated -->
|
|
280
|
+
<xs:element name="SimpleSource" type="SimpleSourceType"/>
|
|
281
|
+
<xs:element name="ComplexSource" type="ComplexSourceType"/>
|
|
282
|
+
<xs:element name="AveragedSource" type="SimpleSourceType"/>
|
|
283
|
+
<xs:element name="NoDataFromMaskSource" type="NoDataFromMaskSourceType"/>
|
|
284
|
+
<xs:element name="KernelFilteredSource" type="KernelFilteredSourceType"/>
|
|
285
|
+
<xs:element name="ArraySource" type="ArraySourceType"/>
|
|
286
|
+
|
|
287
|
+
<!-- for a VRTDerivedRasterBand -->
|
|
288
|
+
<xs:element name="PixelFunctionType" type="xs:string"/>
|
|
289
|
+
<xs:element name="SourceTransferType" type="DataTypeType"/>
|
|
290
|
+
<xs:element name="PixelFunctionLanguage" type="xs:string"/>
|
|
291
|
+
<xs:element name="PixelFunctionCode" type="xs:string"/>
|
|
292
|
+
<xs:element name="PixelFunctionArguments">
|
|
293
|
+
<xs:complexType>
|
|
294
|
+
<xs:anyAttribute processContents="lax"/>
|
|
295
|
+
</xs:complexType>
|
|
296
|
+
</xs:element>
|
|
297
|
+
<xs:element name="BufferRadius" type="xs:nonNegativeInteger"/>
|
|
298
|
+
<xs:element name="SkipNonContributingSources" type="xs:boolean"/>
|
|
299
|
+
|
|
300
|
+
<!-- for a VRTRawRasterBand -->
|
|
301
|
+
<xs:element name="SourceFilename" type="SourceFilenameType"/>
|
|
302
|
+
<xs:element name="ImageOffset" type="xs:integer"/>
|
|
303
|
+
<xs:element name="PixelOffset" type="xs:integer"/>
|
|
304
|
+
<xs:element name="LineOffset" type="xs:integer"/>
|
|
305
|
+
<xs:element name="ByteOrder" type="xs:string"/>
|
|
306
|
+
</xs:choice>
|
|
307
|
+
</xs:sequence>
|
|
308
|
+
<xs:attribute name="dataType" type="DataTypeType"/>
|
|
309
|
+
<xs:attribute name="band" type="xs:unsignedInt"/>
|
|
310
|
+
<xs:attribute name="blockXSize" type="nonNegativeInteger32"/>
|
|
311
|
+
<xs:attribute name="blockYSize" type="nonNegativeInteger32"/>
|
|
312
|
+
<xs:attribute name="subClass" type="VRTRasterBandSubClassType"/>
|
|
313
|
+
</xs:complexType>
|
|
314
|
+
|
|
315
|
+
<xs:simpleType name="ZeroOrOne">
|
|
316
|
+
<xs:restriction base="xs:integer">
|
|
317
|
+
<xs:enumeration value="0"/>
|
|
318
|
+
<xs:enumeration value="1"/>
|
|
319
|
+
</xs:restriction>
|
|
320
|
+
</xs:simpleType>
|
|
321
|
+
|
|
322
|
+
<xs:simpleType name="VRTRasterBandSubClassType">
|
|
323
|
+
<xs:restriction base="xs:string">
|
|
324
|
+
<xs:enumeration value="VRTWarpedRasterBand"/>
|
|
325
|
+
<xs:enumeration value="VRTDerivedRasterBand"/>
|
|
326
|
+
<xs:enumeration value="VRTRawRasterBand"/>
|
|
327
|
+
<xs:enumeration value="VRTPansharpenedRasterBand"/>
|
|
328
|
+
<xs:enumeration value="VRTProcessedRasterBand"/>
|
|
329
|
+
</xs:restriction>
|
|
330
|
+
</xs:simpleType>
|
|
331
|
+
|
|
332
|
+
<xs:complexType name="MaskBandType">
|
|
333
|
+
<xs:sequence minOccurs="1" maxOccurs="1">
|
|
334
|
+
<xs:element name="VRTRasterBand" type="VRTRasterBandType"/>
|
|
335
|
+
</xs:sequence>
|
|
336
|
+
</xs:complexType>
|
|
337
|
+
|
|
338
|
+
<xs:complexType name="HistogramsType">
|
|
339
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
340
|
+
<xs:element name="HistItem" type="HistItemType"/>
|
|
341
|
+
</xs:sequence>
|
|
342
|
+
</xs:complexType>
|
|
343
|
+
|
|
344
|
+
<xs:complexType name="HistItemType">
|
|
345
|
+
<xs:sequence>
|
|
346
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
347
|
+
<xs:element name="HistMin" type="xs:double"/>
|
|
348
|
+
<xs:element name="HistMax" type="xs:double"/>
|
|
349
|
+
<xs:element name="BucketCount" type="xs:integer"/>
|
|
350
|
+
<xs:element name="IncludeOutOfRange" type="ZeroOrOne"/>
|
|
351
|
+
<xs:element name="Approximate" type="ZeroOrOne"/>
|
|
352
|
+
<xs:element name="HistCounts" type="xs:string"/>
|
|
353
|
+
</xs:choice>
|
|
354
|
+
</xs:sequence>
|
|
355
|
+
</xs:complexType>
|
|
356
|
+
|
|
357
|
+
<xs:complexType name="CategoryNamesType">
|
|
358
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
359
|
+
<xs:element name="Category" type="xs:string"/>
|
|
360
|
+
</xs:sequence>
|
|
361
|
+
</xs:complexType>
|
|
362
|
+
|
|
363
|
+
<xs:complexType name="ColorTableType">
|
|
364
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
365
|
+
<xs:element name="Entry" type="ColorTableEntryType"/>
|
|
366
|
+
</xs:sequence>
|
|
367
|
+
</xs:complexType>
|
|
368
|
+
|
|
369
|
+
<xs:complexType name="GDALRasterAttributeTableType">
|
|
370
|
+
<xs:sequence>
|
|
371
|
+
<xs:element name="FieldDefn" type="FieldDefnType" minOccurs="0" maxOccurs="unbounded"/>
|
|
372
|
+
<xs:element name="Row" type="RowType" minOccurs="0" maxOccurs="unbounded"/>
|
|
373
|
+
</xs:sequence>
|
|
374
|
+
</xs:complexType>
|
|
375
|
+
|
|
376
|
+
<xs:complexType name="FieldDefnType">
|
|
377
|
+
<xs:sequence>
|
|
378
|
+
<xs:element name="Name" type="xs:string"/>
|
|
379
|
+
<xs:element name="Type" type="xs:unsignedInt"/>
|
|
380
|
+
<xs:element name="Usage" type="xs:unsignedInt"/>
|
|
381
|
+
</xs:sequence>
|
|
382
|
+
<xs:attribute name="index" type="xs:unsignedInt" use="required"/>
|
|
383
|
+
</xs:complexType>
|
|
384
|
+
|
|
385
|
+
<xs:complexType name="RowType">
|
|
386
|
+
<xs:sequence>
|
|
387
|
+
<xs:element name="F" type="xs:anyType" minOccurs="0" maxOccurs="unbounded"/>
|
|
388
|
+
</xs:sequence>
|
|
389
|
+
<xs:attribute name="index" type="xs:unsignedInt" use="required"/>
|
|
390
|
+
</xs:complexType>
|
|
391
|
+
|
|
392
|
+
<xs:complexType name="OverviewType">
|
|
393
|
+
<xs:sequence>
|
|
394
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
395
|
+
<xs:element name="SourceFilename" type="SourceFilenameType"/>
|
|
396
|
+
<xs:element name="SourceBand" type="xs:string"/> <!-- should be refined into xs:nonNegativeInteger or mask,xs:nonNegativeInteger -->
|
|
397
|
+
</xs:choice>
|
|
398
|
+
</xs:sequence>
|
|
399
|
+
</xs:complexType>
|
|
400
|
+
|
|
401
|
+
<xs:complexType name="ColorTableEntryType">
|
|
402
|
+
<xs:attribute name="c1" type="xs:unsignedInt" use="required"/>
|
|
403
|
+
<xs:attribute name="c2" type="xs:unsignedInt" use="required" />
|
|
404
|
+
<xs:attribute name="c3" type="xs:unsignedInt" use="required" />
|
|
405
|
+
<xs:attribute name="c4" type="xs:unsignedInt" />
|
|
406
|
+
</xs:complexType>
|
|
407
|
+
|
|
408
|
+
<xs:simpleType name="DataTypeType">
|
|
409
|
+
<xs:restriction base="xs:string">
|
|
410
|
+
<xs:enumeration value="Byte"/>
|
|
411
|
+
<xs:enumeration value="UInt16"/>
|
|
412
|
+
<xs:enumeration value="Int16"/>
|
|
413
|
+
<xs:enumeration value="UInt32"/>
|
|
414
|
+
<xs:enumeration value="Int32"/>
|
|
415
|
+
<xs:enumeration value="UInt64"/>
|
|
416
|
+
<xs:enumeration value="Int64"/>
|
|
417
|
+
<xs:enumeration value="Float32"/>
|
|
418
|
+
<xs:enumeration value="Float64"/>
|
|
419
|
+
<xs:enumeration value="CInt16"/>
|
|
420
|
+
<xs:enumeration value="CInt32"/>
|
|
421
|
+
<xs:enumeration value="CFloat32"/>
|
|
422
|
+
<xs:enumeration value="CFloat64"/>
|
|
423
|
+
</xs:restriction>
|
|
424
|
+
</xs:simpleType>
|
|
425
|
+
|
|
426
|
+
<xs:simpleType name="ColorInterpType">
|
|
427
|
+
<xs:restriction base="xs:string">
|
|
428
|
+
<xs:enumeration value="Gray"/>
|
|
429
|
+
<xs:enumeration value="Palette"/>
|
|
430
|
+
<xs:enumeration value="Red"/>
|
|
431
|
+
<xs:enumeration value="Green"/>
|
|
432
|
+
<xs:enumeration value="Blue"/>
|
|
433
|
+
<xs:enumeration value="Alpha"/>
|
|
434
|
+
<xs:enumeration value="Hue"/>
|
|
435
|
+
<xs:enumeration value="Saturation"/>
|
|
436
|
+
<xs:enumeration value="Lightness"/>
|
|
437
|
+
<xs:enumeration value="Cyan"/>
|
|
438
|
+
<xs:enumeration value="Magenta"/>
|
|
439
|
+
<xs:enumeration value="Yellow"/>
|
|
440
|
+
<xs:enumeration value="Black"/>
|
|
441
|
+
<xs:enumeration value="YCbCr_Y"/>
|
|
442
|
+
<xs:enumeration value="YCbCr_Cb"/>
|
|
443
|
+
<xs:enumeration value="YCbCr_Cr"/>
|
|
444
|
+
<xs:enumeration value="Undefined"/>
|
|
445
|
+
</xs:restriction>
|
|
446
|
+
</xs:simpleType>
|
|
447
|
+
|
|
448
|
+
<xs:group name="SimpleSourceElementsGroup">
|
|
449
|
+
<xs:sequence>
|
|
450
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
451
|
+
<xs:element name="SourceFilename" type="SourceFilenameType"/>
|
|
452
|
+
<xs:element name="OpenOptions" type="OpenOptionsType"/>
|
|
453
|
+
<xs:element name="SourceBand" type="xs:string"/> <!-- should be refined into xs:nonNegativeInteger or mask,xs:nonNegativeInteger -->
|
|
454
|
+
<xs:element name="SourceProperties" type="SourcePropertiesType"/>
|
|
455
|
+
<xs:element name="SrcRect" type="RectType"/>
|
|
456
|
+
<xs:element name="DstRect" type="RectType"/>
|
|
457
|
+
</xs:choice>
|
|
458
|
+
</xs:sequence>
|
|
459
|
+
</xs:group>
|
|
460
|
+
|
|
461
|
+
<xs:complexType name="OpenOptionsType">
|
|
462
|
+
<xs:sequence>
|
|
463
|
+
<xs:element name="OOI" type="OOIType" minOccurs="0" maxOccurs="unbounded"/>
|
|
464
|
+
</xs:sequence>
|
|
465
|
+
</xs:complexType>
|
|
466
|
+
|
|
467
|
+
<xs:complexType name="OOIType">
|
|
468
|
+
<xs:simpleContent>
|
|
469
|
+
<xs:extension base="xs:string">
|
|
470
|
+
<xs:attribute name="key" type="xs:string" use="required"/>
|
|
471
|
+
</xs:extension>
|
|
472
|
+
</xs:simpleContent>
|
|
473
|
+
</xs:complexType>
|
|
474
|
+
|
|
475
|
+
<xs:complexType name="SimpleSourceType">
|
|
476
|
+
<xs:group ref="SimpleSourceElementsGroup"/>
|
|
477
|
+
<xs:attribute name="resampling" type="xs:string"/>
|
|
478
|
+
</xs:complexType>
|
|
479
|
+
|
|
480
|
+
<xs:group name="ComplexSourceElementsGroup">
|
|
481
|
+
<xs:sequence>
|
|
482
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
483
|
+
<xs:group ref="SimpleSourceElementsGroup"/>
|
|
484
|
+
<xs:element name="ScaleOffset" type="xs:double"/>
|
|
485
|
+
<xs:element name="ScaleRatio" type="xs:double"/>
|
|
486
|
+
<xs:element name="ColorTableComponent" type="xs:nonNegativeInteger"/>
|
|
487
|
+
<xs:element name="Exponent" type="xs:double"/>
|
|
488
|
+
<xs:element name="SrcMin" type="xs:double"/>
|
|
489
|
+
<xs:element name="SrcMax" type="xs:double"/>
|
|
490
|
+
<xs:element name="DstMin" type="xs:double"/>
|
|
491
|
+
<xs:element name="DstMax" type="xs:double"/>
|
|
492
|
+
<xs:element name="NODATA" type="DoubleOrNanType"/> <!-- NODATA and UseMaskBand are mutually exclusive -->
|
|
493
|
+
<xs:element name="UseMaskBand" type="xs:boolean"/> <!-- NODATA and UseMaskBand are mutually exclusive -->
|
|
494
|
+
<xs:element name="LUT" type="xs:string"/>
|
|
495
|
+
</xs:choice>
|
|
496
|
+
</xs:sequence>
|
|
497
|
+
</xs:group>
|
|
498
|
+
|
|
499
|
+
<xs:complexType name="ComplexSourceType">
|
|
500
|
+
<xs:group ref="ComplexSourceElementsGroup"/>
|
|
501
|
+
<xs:attribute name="resampling" type="xs:string"/>
|
|
502
|
+
</xs:complexType>
|
|
503
|
+
|
|
504
|
+
<xs:group name="NoDataFromMaskSourceElementsGroup">
|
|
505
|
+
<xs:sequence>
|
|
506
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
507
|
+
<xs:group ref="SimpleSourceElementsGroup"/>
|
|
508
|
+
<xs:element name="NODATA" type="DoubleOrNanType"/> <!-- NODATA and UseMaskBand are mutually exclusive -->
|
|
509
|
+
<xs:element name="MaskValueThreshold" type="xs:double"/>
|
|
510
|
+
<xs:element name="RemappedValue" type="xs:double"/>
|
|
511
|
+
</xs:choice>
|
|
512
|
+
</xs:sequence>
|
|
513
|
+
</xs:group>
|
|
514
|
+
|
|
515
|
+
<xs:complexType name="NoDataFromMaskSourceType">
|
|
516
|
+
<xs:group ref="NoDataFromMaskSourceElementsGroup"/>
|
|
517
|
+
</xs:complexType>
|
|
518
|
+
|
|
519
|
+
<xs:complexType name="KernelFilteredSourceType">
|
|
520
|
+
<xs:sequence>
|
|
521
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
522
|
+
<xs:group ref="ComplexSourceElementsGroup"/>
|
|
523
|
+
<xs:element name="Kernel" type="KernelType"/>
|
|
524
|
+
</xs:choice>
|
|
525
|
+
</xs:sequence>
|
|
526
|
+
<xs:attribute name="resampling" type="xs:string"/>
|
|
527
|
+
</xs:complexType>
|
|
528
|
+
|
|
529
|
+
<xs:complexType name="KernelType">
|
|
530
|
+
<xs:all>
|
|
531
|
+
<xs:element name="Size" type="xs:nonNegativeInteger"/>
|
|
532
|
+
<xs:element name="Coefs" type="xs:string"/>
|
|
533
|
+
</xs:all>
|
|
534
|
+
|
|
535
|
+
<xs:attribute name="normalized" type="ZeroOrOne"/>
|
|
536
|
+
</xs:complexType>
|
|
537
|
+
|
|
538
|
+
<xs:simpleType name="DoubleOrNanType">
|
|
539
|
+
<xs:union memberTypes="xs:double NANType" />
|
|
540
|
+
</xs:simpleType>
|
|
541
|
+
|
|
542
|
+
<xs:simpleType name="NANType">
|
|
543
|
+
<xs:restriction base="xs:string">
|
|
544
|
+
<xs:enumeration value="nan"/>
|
|
545
|
+
<xs:enumeration value="NAN"/>
|
|
546
|
+
</xs:restriction>
|
|
547
|
+
</xs:simpleType>
|
|
548
|
+
|
|
549
|
+
<xs:complexType name="ArraySourceType">
|
|
550
|
+
<xs:sequence>
|
|
551
|
+
<xs:element ref="AbstractArray"/>
|
|
552
|
+
<xs:element name="SrcRect" type="RectType" minOccurs="0"/>
|
|
553
|
+
<xs:element name="DstRect" type="RectType" minOccurs="0"/>
|
|
554
|
+
</xs:sequence>
|
|
555
|
+
</xs:complexType>
|
|
556
|
+
|
|
557
|
+
<xs:element name="AbstractArray" type="AbstractArrayType" abstract="true"/>
|
|
558
|
+
|
|
559
|
+
<xs:complexType name="AbstractArrayType"/>
|
|
560
|
+
|
|
561
|
+
<xs:element name="SingleSourceArray" substitutionGroup="AbstractArray" type="SingleSourceArrayType"/>
|
|
562
|
+
|
|
563
|
+
<xs:complexType name="SingleSourceArrayType">
|
|
564
|
+
<xs:complexContent>
|
|
565
|
+
<xs:extension base="AbstractArrayType">
|
|
566
|
+
<xs:sequence>
|
|
567
|
+
<xs:element name="SourceFilename" type="SourceFilenameType"/>
|
|
568
|
+
<xs:element name="SourceArray" type="xs:string"/>
|
|
569
|
+
</xs:sequence>
|
|
570
|
+
</xs:extension>
|
|
571
|
+
</xs:complexContent>
|
|
572
|
+
</xs:complexType>
|
|
573
|
+
|
|
574
|
+
<xs:complexType name="SourceFilenameType">
|
|
575
|
+
<xs:simpleContent>
|
|
576
|
+
<xs:extension base="xs:string">
|
|
577
|
+
<xs:attribute name="relativeToVRT" type="ZeroOrOne" />
|
|
578
|
+
<xs:attribute name="relativetoVRT" type="ZeroOrOne" /> <!-- typo: deprecated -->
|
|
579
|
+
<xs:attribute name="shared" type="OGRBooleanType"/>
|
|
580
|
+
</xs:extension>
|
|
581
|
+
</xs:simpleContent>
|
|
582
|
+
</xs:complexType>
|
|
583
|
+
|
|
584
|
+
<xs:simpleType name="OGRBooleanType">
|
|
585
|
+
<xs:restriction base="xs:string">
|
|
586
|
+
<xs:enumeration value="1"/>
|
|
587
|
+
<xs:enumeration value="0"/>
|
|
588
|
+
<xs:enumeration value="ON"/>
|
|
589
|
+
<xs:enumeration value="OFF"/>
|
|
590
|
+
<xs:enumeration value="on"/>
|
|
591
|
+
<xs:enumeration value="off"/>
|
|
592
|
+
<xs:enumeration value="YES"/>
|
|
593
|
+
<xs:enumeration value="NO"/>
|
|
594
|
+
<xs:enumeration value="yes"/>
|
|
595
|
+
<xs:enumeration value="no"/>
|
|
596
|
+
<xs:enumeration value="TRUE"/>
|
|
597
|
+
<xs:enumeration value="FALSE"/>
|
|
598
|
+
<xs:enumeration value="true"/>
|
|
599
|
+
<xs:enumeration value="false"/>
|
|
600
|
+
<xs:enumeration value="True"/>
|
|
601
|
+
<xs:enumeration value="False"/>
|
|
602
|
+
</xs:restriction>
|
|
603
|
+
</xs:simpleType>
|
|
604
|
+
|
|
605
|
+
<xs:complexType name="SourcePropertiesType">
|
|
606
|
+
<xs:attribute name="RasterXSize" type="nonNegativeInteger32" />
|
|
607
|
+
<xs:attribute name="RasterYSize" type="nonNegativeInteger32" />
|
|
608
|
+
<xs:attribute name="DataType" type="DataTypeType" />
|
|
609
|
+
<xs:attribute name="BlockXSize" type="nonNegativeInteger32" />
|
|
610
|
+
<xs:attribute name="BlockYSize" type="nonNegativeInteger32" />
|
|
611
|
+
</xs:complexType>
|
|
612
|
+
|
|
613
|
+
<xs:complexType name="RectType">
|
|
614
|
+
<xs:attribute name="xOff" type="xs:double" />
|
|
615
|
+
<xs:attribute name="yOff" type="xs:double" />
|
|
616
|
+
<xs:attribute name="xSize" type="nonNegativeDouble" />
|
|
617
|
+
<xs:attribute name="ySize" type="nonNegativeDouble" />
|
|
618
|
+
</xs:complexType>
|
|
619
|
+
|
|
620
|
+
<xs:simpleType name="nonNegativeDouble">
|
|
621
|
+
<xs:restriction base="xs:double">
|
|
622
|
+
<xs:minExclusive value="0.0"/>
|
|
623
|
+
</xs:restriction>
|
|
624
|
+
</xs:simpleType>
|
|
625
|
+
|
|
626
|
+
<xs:complexType name="GroupType">
|
|
627
|
+
<xs:sequence>
|
|
628
|
+
<xs:element name="Dimension" type="DimensionType" minOccurs="0" maxOccurs="unbounded"/>
|
|
629
|
+
<xs:element name="Attribute" type="AttributeType" minOccurs="0" maxOccurs="unbounded"/>
|
|
630
|
+
<xs:element name="Array" type="ArrayType" minOccurs="0" maxOccurs="unbounded"/>
|
|
631
|
+
<xs:element name="Group" type="GroupType" minOccurs="0" maxOccurs="unbounded"/>
|
|
632
|
+
</xs:sequence>
|
|
633
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
|
634
|
+
</xs:complexType>
|
|
635
|
+
|
|
636
|
+
<xs:complexType name="ArrayType">
|
|
637
|
+
<xs:sequence>
|
|
638
|
+
<xs:element name="DataType" type="xs:string" minOccurs="1" maxOccurs="1"/>
|
|
639
|
+
<xs:sequence>
|
|
640
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
641
|
+
<xs:element name="Dimension" type="DimensionType"/>
|
|
642
|
+
<xs:element name="DimensionRef" type="DimensionRefType"/>
|
|
643
|
+
</xs:choice>
|
|
644
|
+
</xs:sequence>
|
|
645
|
+
<xs:element name="SRS" type="SRSType" minOccurs="0" maxOccurs="1"/>
|
|
646
|
+
<xs:element name="Unit" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
|
647
|
+
<xs:element name="NoDataValue" type="DoubleOrNanType" minOccurs="0" maxOccurs="1"/>
|
|
648
|
+
<xs:element name="Offset" type="xs:double" minOccurs="0" maxOccurs="1"/>
|
|
649
|
+
<xs:element name="Scale" type="xs:double" minOccurs="0" maxOccurs="1"/>
|
|
650
|
+
<xs:choice>
|
|
651
|
+
<xs:element name="RegularlySpacedValues" type="RegularlySpacedValuesType" minOccurs="0" maxOccurs="1"/>
|
|
652
|
+
<xs:sequence>
|
|
653
|
+
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
654
|
+
<xs:element name="ConstantValue" type="ConstantValueType"/>
|
|
655
|
+
<xs:element name="InlineValues" type="InlineValuesType"/>
|
|
656
|
+
<xs:element name="InlineValuesWithValueElement" type="InlineValuesWithValueElementType"/>
|
|
657
|
+
<xs:element name="Source" type="SourceType"/>
|
|
658
|
+
</xs:choice>
|
|
659
|
+
</xs:sequence>
|
|
660
|
+
</xs:choice>
|
|
661
|
+
<xs:element name="Attribute" type="AttributeType" minOccurs="0" maxOccurs="unbounded"/>
|
|
662
|
+
</xs:sequence>
|
|
663
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
|
664
|
+
</xs:complexType>
|
|
665
|
+
|
|
666
|
+
<xs:complexType name="RegularlySpacedValuesType">
|
|
667
|
+
<xs:attribute name="start" type="xs:double" use="required"/>
|
|
668
|
+
<xs:attribute name="increment" type="xs:double" use="required"/>
|
|
669
|
+
</xs:complexType>
|
|
670
|
+
|
|
671
|
+
<xs:complexType name="ConstantValueType">
|
|
672
|
+
<xs:simpleContent>
|
|
673
|
+
<xs:extension base="xs:string">
|
|
674
|
+
<xs:attribute name="offset" type="xs:string"/>
|
|
675
|
+
<xs:attribute name="count" type="xs:string"/>
|
|
676
|
+
</xs:extension>
|
|
677
|
+
</xs:simpleContent>
|
|
678
|
+
</xs:complexType>
|
|
679
|
+
|
|
680
|
+
<xs:complexType name="InlineValuesType">
|
|
681
|
+
<xs:simpleContent>
|
|
682
|
+
<xs:extension base="xs:string">
|
|
683
|
+
<xs:attribute name="offset" type="xs:string"/>
|
|
684
|
+
<xs:attribute name="count" type="xs:string"/>
|
|
685
|
+
</xs:extension>
|
|
686
|
+
</xs:simpleContent>
|
|
687
|
+
</xs:complexType>
|
|
688
|
+
|
|
689
|
+
<xs:complexType name="InlineValuesWithValueElementType">
|
|
690
|
+
<xs:sequence>
|
|
691
|
+
<xs:element name="Value" type="xs:string" minOccurs="1" maxOccurs="unbounded"/>
|
|
692
|
+
</xs:sequence>
|
|
693
|
+
<xs:attribute name="offset" type="xs:string"/>
|
|
694
|
+
<xs:attribute name="count" type="xs:string"/>
|
|
695
|
+
</xs:complexType>
|
|
696
|
+
|
|
697
|
+
<xs:complexType name="SourceType">
|
|
698
|
+
<xs:sequence>
|
|
699
|
+
<xs:element name="SourceFilename" type="SourceFilenameType"/>
|
|
700
|
+
<xs:choice>
|
|
701
|
+
<xs:element name="SourceArray" type="xs:string"/>
|
|
702
|
+
<xs:element name="SourceBand" type="xs:string"/>
|
|
703
|
+
</xs:choice>
|
|
704
|
+
<xs:element name="SourceTranspose" type="xs:string" minOccurs="0"/>
|
|
705
|
+
<xs:element name="SourceView" type="xs:string" minOccurs="0"/>
|
|
706
|
+
<xs:element name="SourceSlab" type="SourceSlabType" minOccurs="0"/>
|
|
707
|
+
<xs:element name="DestSlab" type="DestSlabType" minOccurs="0"/>
|
|
708
|
+
</xs:sequence>
|
|
709
|
+
</xs:complexType>
|
|
710
|
+
|
|
711
|
+
<xs:complexType name="SourceSlabType">
|
|
712
|
+
<xs:sequence/>
|
|
713
|
+
<xs:attribute name="offset" type="xs:string"/>
|
|
714
|
+
<xs:attribute name="count" type="xs:string"/>
|
|
715
|
+
<xs:attribute name="step" type="xs:string"/>
|
|
716
|
+
</xs:complexType>
|
|
717
|
+
|
|
718
|
+
<xs:complexType name="DestSlabType">
|
|
719
|
+
<xs:sequence/>
|
|
720
|
+
<xs:attribute name="offset" type="xs:string"/>
|
|
721
|
+
</xs:complexType>
|
|
722
|
+
|
|
723
|
+
<xs:complexType name="AttributeType">
|
|
724
|
+
<xs:sequence>
|
|
725
|
+
<xs:element name="DataType" type="xs:string" minOccurs="1" maxOccurs="1"/>
|
|
726
|
+
<xs:element name="Value" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
|
727
|
+
</xs:sequence>
|
|
728
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
|
729
|
+
</xs:complexType>
|
|
730
|
+
|
|
731
|
+
<xs:complexType name="DimensionType">
|
|
732
|
+
<xs:sequence/>
|
|
733
|
+
<xs:attribute name="name" type="xs:string" use="required"/>
|
|
734
|
+
<xs:attribute name="type" type="xs:string"/>
|
|
735
|
+
<xs:attribute name="direction" type="xs:string"/>
|
|
736
|
+
<xs:attribute name="size" type="xs:nonNegativeInteger" use="required"/>
|
|
737
|
+
<xs:attribute name="indexingVariable" type="xs:string"/>
|
|
738
|
+
</xs:complexType>
|
|
739
|
+
|
|
740
|
+
<xs:complexType name="DimensionRefType">
|
|
741
|
+
<xs:sequence/>
|
|
742
|
+
<xs:attribute name="ref" type="xs:string" use="required"/>
|
|
743
|
+
</xs:complexType>
|
|
744
|
+
|
|
745
|
+
<xs:element name="DerivedArray" substitutionGroup="AbstractArray" type="DerivedArrayType"/>
|
|
746
|
+
|
|
747
|
+
<xs:complexType name="DerivedArrayType">
|
|
748
|
+
<xs:complexContent>
|
|
749
|
+
<xs:extension base="AbstractArrayType">
|
|
750
|
+
<xs:sequence>
|
|
751
|
+
<xs:element ref="AbstractArray"/>
|
|
752
|
+
<xs:element name="Step" type="StepType" minOccurs="0" maxOccurs="unbounded"/>
|
|
753
|
+
</xs:sequence>
|
|
754
|
+
</xs:extension>
|
|
755
|
+
</xs:complexContent>
|
|
756
|
+
</xs:complexType>
|
|
757
|
+
|
|
758
|
+
<xs:complexType name="StepType">
|
|
759
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
760
|
+
<xs:element ref="AbstractStep"/>
|
|
761
|
+
</xs:sequence>
|
|
762
|
+
</xs:complexType>
|
|
763
|
+
|
|
764
|
+
<xs:element name="AbstractStep" type="AbstractStepType" abstract="true"/>
|
|
765
|
+
|
|
766
|
+
<xs:complexType name="AbstractStepType"/>
|
|
767
|
+
|
|
768
|
+
<xs:element name="View" substitutionGroup="AbstractStep" type="ViewType"/>
|
|
769
|
+
|
|
770
|
+
<xs:complexType name="ViewType">
|
|
771
|
+
<xs:complexContent>
|
|
772
|
+
<xs:extension base="AbstractStepType">
|
|
773
|
+
<xs:attribute name="expr" type="xs:string" use="required"/>
|
|
774
|
+
</xs:extension>
|
|
775
|
+
</xs:complexContent>
|
|
776
|
+
</xs:complexType>
|
|
777
|
+
|
|
778
|
+
<xs:element name="Transpose" substitutionGroup="AbstractStep" type="TransposeType"/>
|
|
779
|
+
|
|
780
|
+
<xs:complexType name="TransposeType">
|
|
781
|
+
<xs:complexContent>
|
|
782
|
+
<xs:extension base="AbstractStepType">
|
|
783
|
+
<xs:attribute name="newOrder" type="CommaSeparatedListOfIntegerType" use="required"/>
|
|
784
|
+
</xs:extension>
|
|
785
|
+
</xs:complexContent>
|
|
786
|
+
</xs:complexType>
|
|
787
|
+
|
|
788
|
+
<xs:simpleType name="CommaSeparatedListOfIntegerType">
|
|
789
|
+
<xs:restriction base="xs:string">
|
|
790
|
+
<xs:pattern value="(\d)+(,(\d)+).*"/>
|
|
791
|
+
</xs:restriction>
|
|
792
|
+
</xs:simpleType>
|
|
793
|
+
|
|
794
|
+
<xs:element name="Resample" substitutionGroup="AbstractStep" type="ResampleType"/>
|
|
795
|
+
|
|
796
|
+
<xs:complexType name="ResampleType">
|
|
797
|
+
<xs:complexContent>
|
|
798
|
+
<xs:extension base="AbstractStepType">
|
|
799
|
+
<xs:sequence>
|
|
800
|
+
<xs:element name="Dimension" type="DimensionType" minOccurs="0" maxOccurs="unbounded"/>
|
|
801
|
+
<xs:element name="ResampleAlg" type="ResampleAlgType" minOccurs="0"/>
|
|
802
|
+
<xs:element name="SRS" type="SRSType" minOccurs="0"/>
|
|
803
|
+
<xs:element name="Option" type="OptionType" minOccurs="0" maxOccurs="unbounded"/>
|
|
804
|
+
</xs:sequence>
|
|
805
|
+
</xs:extension>
|
|
806
|
+
</xs:complexContent>
|
|
807
|
+
</xs:complexType>
|
|
808
|
+
|
|
809
|
+
<xs:simpleType name="ResampleAlgType">
|
|
810
|
+
<xs:restriction base="xs:string">
|
|
811
|
+
<xs:enumeration value="NearestNeighbour"/>
|
|
812
|
+
<xs:enumeration value="Bilinear"/>
|
|
813
|
+
<xs:enumeration value="Cubic"/>
|
|
814
|
+
<xs:enumeration value="CubicSpline"/>
|
|
815
|
+
<xs:enumeration value="Lanczos"/>
|
|
816
|
+
<xs:enumeration value="Average"/>
|
|
817
|
+
<xs:enumeration value="RMS"/>
|
|
818
|
+
<xs:enumeration value="Mode"/>
|
|
819
|
+
<xs:enumeration value="Gauss"/>
|
|
820
|
+
</xs:restriction>
|
|
821
|
+
</xs:simpleType>
|
|
822
|
+
|
|
823
|
+
<xs:complexType name="OptionType">
|
|
824
|
+
<xs:simpleContent>
|
|
825
|
+
<xs:extension base="xs:string">
|
|
826
|
+
<xs:attribute name="name" type="xs:string"/>
|
|
827
|
+
</xs:extension>
|
|
828
|
+
</xs:simpleContent>
|
|
829
|
+
</xs:complexType>
|
|
830
|
+
|
|
831
|
+
<xs:element name="Grid" substitutionGroup="AbstractStep" type="GridType"/>
|
|
832
|
+
|
|
833
|
+
<xs:complexType name="GridType">
|
|
834
|
+
<xs:complexContent>
|
|
835
|
+
<xs:extension base="AbstractStepType">
|
|
836
|
+
<xs:sequence>
|
|
837
|
+
<xs:element name="GridOptions" type="xs:string" minOccurs="1"/>
|
|
838
|
+
<xs:element name="XArray" minOccurs="0">
|
|
839
|
+
<xs:complexType>
|
|
840
|
+
<xs:sequence>
|
|
841
|
+
<xs:element ref="AbstractArray"/>
|
|
842
|
+
</xs:sequence>
|
|
843
|
+
</xs:complexType>
|
|
844
|
+
</xs:element>
|
|
845
|
+
<xs:element name="YArray" minOccurs="0">
|
|
846
|
+
<xs:complexType>
|
|
847
|
+
<xs:sequence>
|
|
848
|
+
<xs:element ref="AbstractArray"/>
|
|
849
|
+
</xs:sequence>
|
|
850
|
+
</xs:complexType>
|
|
851
|
+
</xs:element>
|
|
852
|
+
<xs:element name="Option" type="OptionType" minOccurs="0" maxOccurs="unbounded"/>
|
|
853
|
+
</xs:sequence>
|
|
854
|
+
</xs:extension>
|
|
855
|
+
</xs:complexContent>
|
|
856
|
+
</xs:complexType>
|
|
857
|
+
|
|
858
|
+
<xs:element name="GetMask" substitutionGroup="AbstractStep" type="GetMaskType"/>
|
|
859
|
+
|
|
860
|
+
<xs:complexType name="GetMaskType">
|
|
861
|
+
<xs:complexContent>
|
|
862
|
+
<xs:extension base="AbstractStepType">
|
|
863
|
+
<xs:sequence>
|
|
864
|
+
<xs:element name="Option" type="OptionType" minOccurs="0" maxOccurs="unbounded"/>
|
|
865
|
+
</xs:sequence>
|
|
866
|
+
</xs:extension>
|
|
867
|
+
</xs:complexContent>
|
|
868
|
+
</xs:complexType>
|
|
869
|
+
|
|
870
|
+
<xs:element name="GetUnscaled" substitutionGroup="AbstractStep" type="GetUnscaledType"/>
|
|
871
|
+
|
|
872
|
+
<xs:complexType name="GetUnscaledType">
|
|
873
|
+
<xs:complexContent>
|
|
874
|
+
<xs:extension base="AbstractStepType">
|
|
875
|
+
<xs:sequence/>
|
|
876
|
+
</xs:extension>
|
|
877
|
+
</xs:complexContent>
|
|
878
|
+
</xs:complexType>
|
|
879
|
+
|
|
880
|
+
</xs:schema>
|