@stefanaki/wfs-ts 0.1.0

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.
Files changed (135) hide show
  1. package/README.md +129 -0
  2. package/dist/index.cjs +2357 -0
  3. package/dist/index.cjs.map +1 -0
  4. package/dist/index.d.cts +337 -0
  5. package/dist/index.d.ts +337 -0
  6. package/dist/index.js +2314 -0
  7. package/dist/index.js.map +1 -0
  8. package/namespaces/wfs11/schemas.opengis.net/filter/1.1.0/expr.xsd +67 -0
  9. package/namespaces/wfs11/schemas.opengis.net/filter/1.1.0/filter.xsd +265 -0
  10. package/namespaces/wfs11/schemas.opengis.net/filter/1.1.0/filterAll.xsd +26 -0
  11. package/namespaces/wfs11/schemas.opengis.net/filter/1.1.0/filterCapabilities.xsd +171 -0
  12. package/namespaces/wfs11/schemas.opengis.net/filter/1.1.0/sort.xsd +47 -0
  13. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/basicTypes.xsd +279 -0
  14. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/coordinateOperations.xsd +790 -0
  15. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/coordinateReferenceSystems.xsd +430 -0
  16. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/coordinateSystems.xsd +409 -0
  17. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/coverage.xsd +452 -0
  18. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/dataQuality.xsd +130 -0
  19. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/datums.xsd +485 -0
  20. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/defaultStyle.xsd +455 -0
  21. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/dictionary.xsd +138 -0
  22. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/direction.xsd +73 -0
  23. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/dynamicFeature.xsd +116 -0
  24. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/feature.xsd +200 -0
  25. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/geometryAggregates.xsd +431 -0
  26. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/geometryBasic0d1d.xsd +603 -0
  27. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/geometryBasic2d.xsd +214 -0
  28. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/geometryComplexes.xsd +142 -0
  29. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/geometryPrimitives.xsd +1610 -0
  30. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/gml.xsd +22 -0
  31. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/gmlBase.xsd +295 -0
  32. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/grids.xsd +77 -0
  33. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/measures.xsd +201 -0
  34. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/observation.xsd +97 -0
  35. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/referenceSystems.xsd +212 -0
  36. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/temporal.xsd +333 -0
  37. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/temporalReferenceSystems.xsd +252 -0
  38. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/temporalTopology.xsd +187 -0
  39. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/topology.xsd +460 -0
  40. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/units.xsd +171 -0
  41. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/valueObjects.xsd +362 -0
  42. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/smil/smil20-language.xsd +117 -0
  43. package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/smil/smil20.xsd +234 -0
  44. package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/ows19115subset.xsd +223 -0
  45. package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsAll.xsd +20 -0
  46. package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsCommon.xsd +156 -0
  47. package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsDataIdentification.xsd +113 -0
  48. package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd +68 -0
  49. package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsGetCapabilities.xsd +109 -0
  50. package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsOperationsMetadata.xsd +162 -0
  51. package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsServiceIdentification.xsd +56 -0
  52. package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsServiceProvider.xsd +47 -0
  53. package/namespaces/wfs11/schemas.opengis.net/wfs/1.1.0/wfs.xsd +1867 -0
  54. package/namespaces/wfs11/www.w3.org/1999/xlink.xsd +270 -0
  55. package/namespaces/wfs11/www.w3.org/2001/xml.xsd +287 -0
  56. package/namespaces/wfs11/www.w3.org/2009/01/xml.xsd +286 -0
  57. package/namespaces/wfs20/schemas.opengis.net/filter/2.0/expr.xsd +44 -0
  58. package/namespaces/wfs20/schemas.opengis.net/filter/2.0/filter.xsd +396 -0
  59. package/namespaces/wfs20/schemas.opengis.net/filter/2.0/filterAll.xsd +23 -0
  60. package/namespaces/wfs20/schemas.opengis.net/filter/2.0/filterCapabilities.xsd +286 -0
  61. package/namespaces/wfs20/schemas.opengis.net/filter/2.0/query.xsd +70 -0
  62. package/namespaces/wfs20/schemas.opengis.net/filter/2.0/sort.xsd +49 -0
  63. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/basicTypes.xsd +268 -0
  64. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/coordinateOperations.xsd +525 -0
  65. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/coordinateReferenceSystems.xsd +373 -0
  66. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/coordinateSystems.xsd +297 -0
  67. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/coverage.xsd +292 -0
  68. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/datums.xsd +287 -0
  69. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/deprecatedTypes.xsd +1133 -0
  70. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/dictionary.xsd +90 -0
  71. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/direction.xsd +84 -0
  72. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/dynamicFeature.xsd +109 -0
  73. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/feature.xsd +94 -0
  74. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/geometryAggregates.xsd +197 -0
  75. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/geometryBasic0d1d.xsd +277 -0
  76. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/geometryBasic2d.xsd +128 -0
  77. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/geometryComplexes.xsd +95 -0
  78. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd +850 -0
  79. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/gml.xsd +20 -0
  80. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/gmlBase.xsd +185 -0
  81. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/grids.xsd +64 -0
  82. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/measures.xsd +68 -0
  83. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/observation.xsd +95 -0
  84. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/referenceSystems.xsd +70 -0
  85. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/temporal.xsd +269 -0
  86. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/temporalReferenceSystems.xsd +189 -0
  87. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/temporalTopology.xsd +119 -0
  88. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/topology.xsd +386 -0
  89. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/units.xsd +162 -0
  90. package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/valueObjects.xsd +205 -0
  91. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gco/basicTypes.xsd +431 -0
  92. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gco/gco.xsd +12 -0
  93. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gco/gcoBase.xsd +63 -0
  94. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/applicationSchema.xsd +43 -0
  95. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd +276 -0
  96. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/constraints.xsd +107 -0
  97. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/content.xsd +190 -0
  98. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/dataQuality.xsd +556 -0
  99. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/distribution.xsd +203 -0
  100. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/extent.xsd +206 -0
  101. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/freeText.xsd +123 -0
  102. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd +12 -0
  103. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/identification.xsd +349 -0
  104. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/maintenance.xsd +87 -0
  105. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/metadataApplication.xsd +176 -0
  106. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/metadataEntity.xsd +71 -0
  107. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/metadataExtension.xsd +100 -0
  108. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/portrayalCatalogue.xsd +37 -0
  109. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/referenceSystem.xsd +101 -0
  110. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/spatialRepresentation.xsd +238 -0
  111. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gsr/gsr.xsd +12 -0
  112. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gsr/spatialReferencing.xsd +25 -0
  113. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gss/geometry.xsd +36 -0
  114. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gss/gss.xsd +12 -0
  115. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gts/gts.xsd +12 -0
  116. package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gts/temporalObjects.xsd +35 -0
  117. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/ows19115subset.xsd +236 -0
  118. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsAll.xsd +23 -0
  119. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsCommon.xsd +158 -0
  120. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsContents.xsd +87 -0
  121. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsDataIdentification.xsd +128 -0
  122. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsDomainType.xsd +280 -0
  123. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd +77 -0
  124. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsGetCapabilities.xsd +113 -0
  125. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsGetResourceByID.xsd +52 -0
  126. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsInputOutputData.xsd +60 -0
  127. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsManifest.xsd +125 -0
  128. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsOperationsMetadata.xsd +141 -0
  129. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsServiceIdentification.xsd +61 -0
  130. package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsServiceProvider.xsd +48 -0
  131. package/namespaces/wfs20/schemas.opengis.net/wfs/2.0/wfs.xsd +786 -0
  132. package/namespaces/wfs20/www.w3.org/1999/xlink.xsd +270 -0
  133. package/namespaces/wfs20/www.w3.org/2001/xml.xsd +287 -0
  134. package/namespaces/wfs20/www.w3.org/2009/01/xml.xsd +286 -0
  135. package/package.json +52 -0
@@ -0,0 +1,36 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gss="http://www.isotc211.org/2005/gss" targetNamespace="http://www.isotc211.org/2005/gss" elementFormDefault="qualified" version="2012-07-13">
3
+ <!-- ================================= Annotation ================================ -->
4
+ <xs:annotation>
5
+ <xs:documentation>Geographic Spatial Schema (GSS) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GSS includes all the definitions of http://www.isotc211.org/2005/gss namespace. The root document of this namespace is the file gss.xsd. This geometry.xsd schema contains the implementation of GM_Object and GM_Point. The encoding of these classes is mapped to ISO 19136 geometric types.</xs:documentation>
6
+ </xs:annotation>
7
+ <!-- ================================== Imports ================================== -->
8
+ <xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
9
+ <xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gco/gco.xsd"/>
10
+ <xs:include schemaLocation="gss.xsd"/>
11
+ <!-- ########################################################################### -->
12
+ <!-- ########################################################################### -->
13
+ <!-- ================================== Classes ================================= -->
14
+ <!-- ........................................................................ -->
15
+ <!--==XCGE: gml:Point==-->
16
+ <!-- ........................................................................ -->
17
+ <xs:complexType name="GM_Point_PropertyType">
18
+ <xs:sequence minOccurs="0">
19
+ <xs:element ref="gml:Point"/>
20
+ </xs:sequence>
21
+ <xs:attributeGroup ref="gco:ObjectReference"/>
22
+ <xs:attribute ref="gco:nilReason"/>
23
+ </xs:complexType>
24
+ <!-- =========================================================================== -->
25
+ <!-- ........................................................................ -->
26
+ <!--==XCGE: gml:AbstractGeometry==-->
27
+ <!-- ........................................................................ -->
28
+ <xs:complexType name="GM_Object_PropertyType">
29
+ <xs:sequence minOccurs="0">
30
+ <xs:element ref="gml:AbstractGeometry"/>
31
+ </xs:sequence>
32
+ <xs:attributeGroup ref="gco:ObjectReference"/>
33
+ <xs:attribute ref="gco:nilReason"/>
34
+ </xs:complexType>
35
+ <!-- =========================================================================== -->
36
+ </xs:schema>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <xs:schema targetNamespace="http://www.isotc211.org/2005/gss" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gss="http://www.isotc211.org/2005/gss" version="2012-07-13">
3
+ <!-- ================================= Annotation ================================ -->
4
+ <xs:annotation>
5
+ <xs:documentation>Geographic Spatial Schema (GSS) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GSS includes all the definitions of http://www.isotc211.org/2005/gss namespace. The root document of this namespace is the file gss.xsd.</xs:documentation>
6
+ </xs:annotation>
7
+ <!-- ================================== Imports ================================== -->
8
+ <xs:include schemaLocation="geometry.xsd"/>
9
+ <!-- ########################################################################### -->
10
+ <!-- ########################################################################### -->
11
+ <!-- ================================== Classes ================================= -->
12
+ </xs:schema>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gts="http://www.isotc211.org/2005/gts" targetNamespace="http://www.isotc211.org/2005/gts" elementFormDefault="qualified" version="2012-07-13">
3
+ <!-- ================================= Annotation ================================ -->
4
+ <xs:annotation>
5
+ <xs:documentation>Geographic Temporal Schema (GTS) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GTS includes all the definitions of http://www.isotc211.org/2005/gts namespace. The root document of this namespace is the file gts.xsd.</xs:documentation>
6
+ </xs:annotation>
7
+ <!-- ================================== Imports ================================== -->
8
+ <xs:include schemaLocation="temporalObjects.xsd"/>
9
+ <!-- ########################################################################### -->
10
+ <!-- ########################################################################### -->
11
+ <!-- ================================== Classes ================================= -->
12
+ </xs:schema>
@@ -0,0 +1,35 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gts="http://www.isotc211.org/2005/gts" targetNamespace="http://www.isotc211.org/2005/gts" elementFormDefault="qualified" version="2012-07-13">
3
+ <!-- ================================= Annotation ================================ -->
4
+ <xs:annotation>
5
+ <xs:documentation>Geographic Temporal Schema (GTS) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GTS includes all the definitions of http://www.isotc211.org/2005/gts namespace. The root document of this namespace is the file gts.xsd. The temporalObjects.xsd schema contains the XML implementation of TM_Object, TM_Primitive and TM_PeriodDuration from ISO 19108. The encoding of these classes is mapped to ISO 19136 temporal types and W3C built-in types.</xs:documentation>
6
+ </xs:annotation>
7
+ <!-- ================================== Imports ================================== -->
8
+ <xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
9
+ <xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gco/gco.xsd"/>
10
+ <xs:include schemaLocation="gts.xsd"/>
11
+ <!-- ########################################################################### -->
12
+ <!-- ########################################################################### -->
13
+ <!-- ================================== Classes ================================= -->
14
+ <!-- ........................................................................ -->
15
+ <!--==XCGE: gml:AbstractTimePrimitive==-->
16
+ <!-- ........................................................................ -->
17
+ <xs:complexType name="TM_Primitive_PropertyType">
18
+ <xs:sequence minOccurs="0">
19
+ <xs:element ref="gml:AbstractTimePrimitive"/>
20
+ </xs:sequence>
21
+ <xs:attributeGroup ref="gco:ObjectReference"/>
22
+ <xs:attribute ref="gco:nilReason"/>
23
+ </xs:complexType>
24
+ <!-- =========================================================================== -->
25
+ <!-- ........................................................................ -->
26
+ <xs:element name="TM_PeriodDuration" type="xs:duration"/>
27
+ <!-- ........................................................................ -->
28
+ <xs:complexType name="TM_PeriodDuration_PropertyType">
29
+ <xs:sequence minOccurs="0">
30
+ <xs:element ref="gts:TM_PeriodDuration"/>
31
+ </xs:sequence>
32
+ <xs:attribute ref="gco:nilReason"/>
33
+ </xs:complexType>
34
+ <!-- =========================================================================== -->
35
+ </xs:schema>
@@ -0,0 +1,236 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <schema targetNamespace="http://www.opengis.net/ows/1.1"
3
+ xmlns:ows="http://www.opengis.net/ows/1.1"
4
+ xmlns:xlink="http://www.w3.org/1999/xlink"
5
+ xmlns="http://www.w3.org/2001/XMLSchema"
6
+ elementFormDefault="qualified" version="1.1.0.3" xml:lang="en">
7
+ <annotation>
8
+ <appinfo>ows19115subset.xsd</appinfo>
9
+ <documentation>This XML Schema Document encodes the parts of ISO 19115 used by the common "ServiceIdentification" and "ServiceProvider" sections of the GetCapabilities operation response, known as the service metadata XML document. The parts encoded here are the MD_Keywords, CI_ResponsibleParty, and related classes. The UML package prefixes were omitted from XML names, and the XML element names were all capitalized, for consistency with other OWS Schemas. This document also provides a simple coding of text in multiple languages, simplified from Annex J of ISO 19115.
10
+
11
+ OWS is an OGC Standard.
12
+ Copyright (c) 2006,2010 Open Geospatial Consortium.
13
+ To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
14
+ </documentation>
15
+ </annotation>
16
+ <!-- ==============================================================
17
+ includes and imports
18
+ ============================================================== -->
19
+ <include schemaLocation="owsAll.xsd"/>
20
+ <import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/1999/xlink.xsd"/>
21
+ <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
22
+ <!-- ==============================================================
23
+ elements and types
24
+ ============================================================== -->
25
+ <complexType name="LanguageStringType">
26
+ <annotation>
27
+ <documentation>Text string with the language of the string identified as recommended in the XML 1.0 W3C Recommendation, section 2.12. </documentation>
28
+ </annotation>
29
+ <simpleContent>
30
+ <extension base="string">
31
+ <attribute ref="xml:lang" use="optional"/>
32
+ </extension>
33
+ </simpleContent>
34
+ </complexType>
35
+ <!-- =========================================================== -->
36
+ <element name="Title" type="ows:LanguageStringType">
37
+ <annotation>
38
+ <documentation>Title of this resource, normally used for display to a human. </documentation>
39
+ </annotation>
40
+ </element>
41
+ <!-- =========================================================== -->
42
+ <element name="Abstract" type="ows:LanguageStringType">
43
+ <annotation>
44
+ <documentation>Brief narrative description of this resource, normally used for display to a human. </documentation>
45
+ </annotation>
46
+ </element>
47
+ <!-- =========================================================== -->
48
+ <element name="Keywords" type="ows:KeywordsType"/>
49
+ <!-- =========================================================== -->
50
+ <complexType name="KeywordsType">
51
+ <annotation>
52
+ <documentation>Unordered list of one or more commonly used or formalised word(s) or phrase(s) used to describe the subject. When needed, the optional "type" can name the type of the associated list of keywords that shall all have the same type. Also when needed, the codeSpace attribute of that "type" can reference the type name authority and/or thesaurus.
53
+ If the xml:lang attribute is not included in a Keyword element, then no language is specified for that element unless specified by another means. All Keyword elements in the same Keywords element that share the same xml:lang attribute value represent different keywords in that language. </documentation>
54
+ <documentation>For OWS use, the optional thesaurusName element was omitted as being complex information that could be referenced by the codeSpace attribute of the Type element. </documentation>
55
+ </annotation>
56
+ <sequence>
57
+ <element name="Keyword" type="ows:LanguageStringType" maxOccurs="unbounded"/>
58
+ <element name="Type" type="ows:CodeType" minOccurs="0"/>
59
+ </sequence>
60
+ </complexType>
61
+ <!-- =========================================================== -->
62
+ <complexType name="CodeType">
63
+ <annotation>
64
+ <documentation>Name or code with an (optional) authority. If the codeSpace attribute is present, its value shall reference a dictionary, thesaurus, or authority for the name or code, such as the organisation who assigned the value, or the dictionary from which it is taken. </documentation>
65
+ <documentation>Type copied from basicTypes.xsd of GML 3 with documentation edited, for possible use outside the ServiceIdentification section of a service metadata document. </documentation>
66
+ </annotation>
67
+ <simpleContent>
68
+ <extension base="string">
69
+ <attribute name="codeSpace" type="anyURI" use="optional"/>
70
+ </extension>
71
+ </simpleContent>
72
+ </complexType>
73
+ <!-- =========================================================== -->
74
+ <element name="PointOfContact" type="ows:ResponsiblePartyType">
75
+ <annotation>
76
+ <documentation>Identification of, and means of communication with, person(s) responsible for the resource(s). </documentation>
77
+ <documentation>For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The optional individualName element was made mandatory, since either the organizationName or individualName element is mandatory. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section. </documentation>
78
+ </annotation>
79
+ </element>
80
+ <!-- =========================================================== -->
81
+ <complexType name="ResponsiblePartyType">
82
+ <annotation>
83
+ <documentation>Identification of, and means of communication with, person responsible for the server. At least one of IndividualName, OrganisationName, or PositionName shall be included. </documentation>
84
+ </annotation>
85
+ <sequence>
86
+ <element ref="ows:IndividualName" minOccurs="0"/>
87
+ <element ref="ows:OrganisationName" minOccurs="0"/>
88
+ <element ref="ows:PositionName" minOccurs="0"/>
89
+ <element ref="ows:ContactInfo" minOccurs="0"/>
90
+ <element ref="ows:Role"/>
91
+ </sequence>
92
+ </complexType>
93
+ <!-- =========================================================== -->
94
+ <!-- =========================================================== -->
95
+ <complexType name="ResponsiblePartySubsetType">
96
+ <annotation>
97
+ <documentation>Identification of, and means of communication with, person responsible for the server. </documentation>
98
+ <documentation>For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section. </documentation>
99
+ </annotation>
100
+ <sequence>
101
+ <element ref="ows:IndividualName" minOccurs="0"/>
102
+ <element ref="ows:PositionName" minOccurs="0"/>
103
+ <element ref="ows:ContactInfo" minOccurs="0"/>
104
+ <element ref="ows:Role" minOccurs="0"/>
105
+ </sequence>
106
+ </complexType>
107
+ <!-- =========================================================== -->
108
+ <element name="IndividualName" type="string">
109
+ <annotation>
110
+ <documentation>Name of the responsible person: surname, given name, title separated by a delimiter. </documentation>
111
+ </annotation>
112
+ </element>
113
+ <!-- =========================================================== -->
114
+ <element name="OrganisationName" type="string">
115
+ <annotation>
116
+ <documentation>Name of the responsible organization. </documentation>
117
+ </annotation>
118
+ </element>
119
+ <!-- =========================================================== -->
120
+ <element name="PositionName" type="string">
121
+ <annotation>
122
+ <documentation>Role or position of the responsible person. </documentation>
123
+ </annotation>
124
+ </element>
125
+ <!-- =========================================================== -->
126
+ <element name="Role" type="ows:CodeType">
127
+ <annotation>
128
+ <documentation>Function performed by the responsible party. Possible values of this Role shall include the values and the meanings listed in Subclause B.5.5 of ISO 19115:2003. </documentation>
129
+ </annotation>
130
+ </element>
131
+ <!-- =========================================================== -->
132
+ <element name="ContactInfo" type="ows:ContactType">
133
+ <annotation>
134
+ <documentation>Address of the responsible party. </documentation>
135
+ </annotation>
136
+ </element>
137
+ <!-- =========================================================== -->
138
+ <complexType name="ContactType">
139
+ <annotation>
140
+ <documentation>Information required to enable contact with the responsible person and/or organization. </documentation>
141
+ <documentation>For OWS use in the service metadata document, the optional hoursOfService and contactInstructions elements were retained, as possibly being useful in the ServiceProvider section. </documentation>
142
+ </annotation>
143
+ <sequence>
144
+ <element name="Phone" type="ows:TelephoneType" minOccurs="0">
145
+ <annotation>
146
+ <documentation>Telephone numbers at which the organization or individual may be contacted. </documentation>
147
+ </annotation>
148
+ </element>
149
+ <element name="Address" type="ows:AddressType" minOccurs="0">
150
+ <annotation>
151
+ <documentation>Physical and email address at which the organization or individual may be contacted. </documentation>
152
+ </annotation>
153
+ </element>
154
+ <element name="OnlineResource" type="ows:OnlineResourceType" minOccurs="0">
155
+ <annotation>
156
+ <documentation>On-line information that can be used to contact the individual or organization. OWS specifics: The xlink:href attribute in the xlink:simpleAttrs attribute group shall be used to reference this resource. Whenever practical, the xlink:href attribute with type anyURI should be a URL from which more contact information can be electronically retrieved. The xlink:title attribute with type "string" can be used to name this set of information. The other attributes in the xlink:simpleAttrs attribute group should not be used. </documentation>
157
+ </annotation>
158
+ </element>
159
+ <element name="HoursOfService" type="string" minOccurs="0">
160
+ <annotation>
161
+ <documentation>Time period (including time zone) when individuals can contact the organization or individual. </documentation>
162
+ </annotation>
163
+ </element>
164
+ <element name="ContactInstructions" type="string" minOccurs="0">
165
+ <annotation>
166
+ <documentation>Supplemental instructions on how or when to contact the individual or organization. </documentation>
167
+ </annotation>
168
+ </element>
169
+ </sequence>
170
+ </complexType>
171
+ <!-- =========================================================== -->
172
+ <complexType name="OnlineResourceType">
173
+ <annotation>
174
+ <documentation>Reference to on-line resource from which data can be obtained. </documentation>
175
+ <documentation>For OWS use in the service metadata document, the CI_OnlineResource class was XML encoded as the attributeGroup "xlink:simpleAttrs", as used in GML. </documentation>
176
+ </annotation>
177
+ <attributeGroup ref="xlink:simpleAttrs"/>
178
+ </complexType>
179
+ <!-- ========================================================== -->
180
+ <complexType name="TelephoneType">
181
+ <annotation>
182
+ <documentation>Telephone numbers for contacting the responsible individual or organization. </documentation>
183
+ </annotation>
184
+ <sequence>
185
+ <element name="Voice" type="string" minOccurs="0" maxOccurs="unbounded">
186
+ <annotation>
187
+ <documentation>Telephone number by which individuals can speak to the responsible organization or individual. </documentation>
188
+ </annotation>
189
+ </element>
190
+ <element name="Facsimile" type="string" minOccurs="0" maxOccurs="unbounded">
191
+ <annotation>
192
+ <documentation>Telephone number of a facsimile machine for the responsible
193
+ organization or individual. </documentation>
194
+ </annotation>
195
+ </element>
196
+ </sequence>
197
+ </complexType>
198
+ <!-- =========================================================== -->
199
+ <complexType name="AddressType">
200
+ <annotation>
201
+ <documentation>Location of the responsible individual or organization. </documentation>
202
+ </annotation>
203
+ <sequence>
204
+ <element name="DeliveryPoint" type="string" minOccurs="0" maxOccurs="unbounded">
205
+ <annotation>
206
+ <documentation>Address line for the location. </documentation>
207
+ </annotation>
208
+ </element>
209
+ <element name="City" type="string" minOccurs="0">
210
+ <annotation>
211
+ <documentation>City of the location. </documentation>
212
+ </annotation>
213
+ </element>
214
+ <element name="AdministrativeArea" type="string" minOccurs="0">
215
+ <annotation>
216
+ <documentation>State or province of the location. </documentation>
217
+ </annotation>
218
+ </element>
219
+ <element name="PostalCode" type="string" minOccurs="0">
220
+ <annotation>
221
+ <documentation>ZIP or other postal code. </documentation>
222
+ </annotation>
223
+ </element>
224
+ <element name="Country" type="string" minOccurs="0">
225
+ <annotation>
226
+ <documentation>Country of the physical address. </documentation>
227
+ </annotation>
228
+ </element>
229
+ <element name="ElectronicMailAddress" type="string" minOccurs="0" maxOccurs="unbounded">
230
+ <annotation>
231
+ <documentation>Address of the electronic mailbox of the responsible organization or individual. </documentation>
232
+ </annotation>
233
+ </element>
234
+ </sequence>
235
+ </complexType>
236
+ </schema>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <schema targetNamespace="http://www.opengis.net/ows/1.1"
3
+ xmlns:ows="http://www.opengis.net/ows/1.1"
4
+ xmlns="http://www.w3.org/2001/XMLSchema"
5
+ elementFormDefault="qualified" version="1.1.0.3" xml:lang="en">
6
+ <annotation>
7
+ <appinfo>owsAll.xsd</appinfo>
8
+ <documentation>This XML Schema Document includes and imports, directly and indirectly, all the XML Schemas defined by the OWS Common Implemetation Specification.
9
+
10
+ OWS is an OGC Standard.
11
+ Copyright (c) 2006,2010 Open Geospatial Consortium.
12
+ To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
13
+ </documentation>
14
+ </annotation>
15
+ <!-- ==============================================================
16
+ includes and imports
17
+ ============================================================== -->
18
+ <include schemaLocation="owsGetResourceByID.xsd"/>
19
+ <include schemaLocation="owsExceptionReport.xsd"/>
20
+ <include schemaLocation="owsDomainType.xsd"/>
21
+ <include schemaLocation="owsContents.xsd"/>
22
+ <include schemaLocation="owsInputOutputData.xsd"/>
23
+ </schema>
@@ -0,0 +1,158 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <schema targetNamespace="http://www.opengis.net/ows/1.1"
3
+ xmlns:ows="http://www.opengis.net/ows/1.1"
4
+ xmlns:xlink="http://www.w3.org/1999/xlink"
5
+ xmlns="http://www.w3.org/2001/XMLSchema"
6
+ elementFormDefault="qualified" version="1.1.0.3" xml:lang="en">
7
+ <annotation>
8
+ <appinfo>owsCommon.xsd</appinfo>
9
+ <documentation>This XML Schema Document encodes various parameters and parameter types that can be used in OWS operation requests and responses.
10
+
11
+ OWS is an OGC Standard.
12
+ Copyright (c) 2006,2010 Open Geospatial Consortium.
13
+ To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
14
+ </documentation>
15
+ </annotation>
16
+ <!-- ==============================================================
17
+ includes and imports
18
+ ============================================================== -->
19
+ <include schemaLocation="owsAll.xsd"/>
20
+ <import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/1999/xlink.xsd"/>
21
+ <!-- ==============================================================
22
+ elements and types
23
+ ============================================================== -->
24
+ <simpleType name="MimeType">
25
+ <annotation>
26
+ <documentation>XML encoded identifier of a standard MIME type, possibly a parameterized MIME type. </documentation>
27
+ </annotation>
28
+ <restriction base="string">
29
+ <pattern value="(application|audio|image|text|video|message|multipart|model)/.+(;\s*.+=.+)*"/>
30
+ </restriction>
31
+ </simpleType>
32
+ <!-- ========================================================= -->
33
+ <simpleType name="VersionType">
34
+ <annotation>
35
+ <documentation>Specification version for OWS operation. The string value shall contain one x.y.z "version" value (e.g., "2.1.3"). A version number shall contain three non-negative integers separated by decimal points, in the form "x.y.z". The integers y and z shall not exceed 99. Each version shall be for the Implementation Specification (document) and the associated XML Schemas to which requested operations will conform. An Implementation Specification version normally specifies XML Schemas against which an XML encoded operation response must conform and should be validated. See Version negotiation subclause for more information. </documentation>
36
+ </annotation>
37
+ <restriction base="string">
38
+ <pattern value="\d+\.\d?\d\.\d?\d"/>
39
+ </restriction>
40
+ </simpleType>
41
+ <!-- ========================================================== -->
42
+ <element name="Metadata" type="ows:MetadataType"/>
43
+ <!-- ========================================================== -->
44
+ <complexType name="MetadataType">
45
+ <annotation>
46
+ <documentation>This element either references or contains more metadata about the element that includes this element. To reference metadata stored remotely, at least the xlinks:href attribute in xlink:simpleAttrs shall be included. Either at least one of the attributes in xlink:simpleAttrs or a substitute for the AbstractMetaData element shall be included, but not both. An Implementation Specification can restrict the contents of this element to always be a reference or always contain metadata. (Informative: This element was adapted from the metaDataProperty element in GML 3.0.) </documentation>
47
+ </annotation>
48
+ <sequence>
49
+ <element ref="ows:AbstractMetaData" minOccurs="0"/>
50
+ </sequence>
51
+ <attributeGroup ref="xlink:simpleAttrs">
52
+ <annotation>
53
+ <documentation>Reference to metadata recorded elsewhere, either external to this XML document or within it. Whenever practical, the xlink:href attribute with type anyURI should include a URL from which this metadata can be electronically retrieved. </documentation>
54
+ </annotation>
55
+ </attributeGroup>
56
+ <attribute name="about" type="anyURI" use="optional">
57
+ <annotation>
58
+ <documentation>Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about. </documentation>
59
+ </annotation>
60
+ </attribute>
61
+ </complexType>
62
+ <!-- ========================================================== -->
63
+ <element name="AbstractMetaData" abstract="true">
64
+ <annotation>
65
+ <documentation>Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group. </documentation>
66
+ </annotation>
67
+ </element>
68
+ <!-- ========================================================== -->
69
+ <!-- ========================================================== -->
70
+ <element name="BoundingBox" type="ows:BoundingBoxType"/>
71
+ <!-- =========================================================== -->
72
+ <complexType name="BoundingBoxType">
73
+ <annotation>
74
+ <documentation>XML encoded minimum rectangular bounding box (or region) parameter, surrounding all the associated data. </documentation>
75
+ <documentation>This type is adapted from the EnvelopeType of GML 3.1, with modified contents and documentation for encoding a MINIMUM size box SURROUNDING all associated data. </documentation>
76
+ </annotation>
77
+ <sequence>
78
+ <element name="LowerCorner" type="ows:PositionType">
79
+ <annotation>
80
+ <documentation>Position of the bounding box corner at which the value of each coordinate normally is the algebraic minimum within this bounding box. In some cases, this position is normally displayed at the top, such as the top left for some image coordinates. For more information, see Subclauses 10.2.5 and C.13. </documentation>
81
+ </annotation>
82
+ </element>
83
+ <element name="UpperCorner" type="ows:PositionType">
84
+ <annotation>
85
+ <documentation>Position of the bounding box corner at which the value of each coordinate normally is the algebraic maximum within this bounding box. In some cases, this position is normally displayed at the bottom, such as the bottom right for some image coordinates. For more information, see Subclauses 10.2.5 and C.13. </documentation>
86
+ </annotation>
87
+ </element>
88
+ </sequence>
89
+ <attribute name="crs" type="anyURI" use="optional">
90
+ <annotation>
91
+ <documentation>Usually references the definition of a CRS, as specified in [OGC Topic 2]. Such a CRS definition can be XML encoded using the gml:CoordinateReferenceSystemType in [GML 3.1]. For well known references, it is not required that a CRS definition exist at the location the URI points to. If no anyURI value is included, the applicable CRS must be either:
92
+ a) Specified outside the bounding box, but inside a data structure that includes this bounding box, as specified for a specific OWS use of this bounding box type.
93
+ b) Fixed and specified in the Implementation Specification for a specific OWS use of the bounding box type. </documentation>
94
+ </annotation>
95
+ </attribute>
96
+ <attribute name="dimensions" type="positiveInteger" use="optional">
97
+ <annotation>
98
+ <documentation>The number of dimensions in this CRS (the length of a coordinate sequence in this use of the PositionType). This number is specified by the CRS definition, but can also be specified here. </documentation>
99
+ </annotation>
100
+ </attribute>
101
+ </complexType>
102
+ <!-- =========================================================== -->
103
+ <simpleType name="PositionType">
104
+ <annotation>
105
+ <documentation>Position instances hold the coordinates of a position in a coordinate reference system (CRS) referenced by the related "crs" attribute or elsewhere. For an angular coordinate axis that is physically continuous for multiple revolutions, but whose recorded values can be discontinuous, special conditions apply when the bounding box is continuous across the value discontinuity:
106
+ a) If the bounding box is continuous clear around this angular axis, then ordinate values of minus and plus infinity shall be used.
107
+ b) If the bounding box is continuous across the value discontinuity but is not continuous clear around this angular axis, then some non-normal value can be used if specified for a specific OWS use of the BoundingBoxType. For more information, see Subclauses 10.2.5 and C.13. </documentation>
108
+ <documentation>This type is adapted from DirectPositionType and doubleList of GML 3.1. The adaptations include omission of all the attributes, since the needed information is included in the BoundingBoxType. </documentation>
109
+ </annotation>
110
+ <list itemType="double"/>
111
+ </simpleType>
112
+ <!-- =========================================================== -->
113
+ <element name="WGS84BoundingBox" type="ows:WGS84BoundingBoxType" substitutionGroup="ows:BoundingBox"/>
114
+ <!-- =========================================================== -->
115
+ <complexType name="WGS84BoundingBoxType">
116
+ <annotation>
117
+ <documentation>XML encoded minimum rectangular bounding box (or region) parameter, surrounding all the associated data. This box is specialized for use with the 2D WGS 84 coordinate reference system with decimal values of longitude and latitude. </documentation>
118
+ <documentation>This type is adapted from the general BoundingBoxType, with modified contents and documentation for use with the 2D WGS 84 coordinate reference system. </documentation>
119
+ </annotation>
120
+ <complexContent>
121
+ <restriction base="ows:BoundingBoxType">
122
+ <sequence>
123
+ <element name="LowerCorner" type="ows:PositionType2D">
124
+ <annotation>
125
+ <documentation>Position of the bounding box corner at which the values of longitude and latitude normally are the algebraic minimums within this bounding box. For more information, see Subclauses 10.4.5 and C.13. </documentation>
126
+ </annotation>
127
+ </element>
128
+ <element name="UpperCorner" type="ows:PositionType2D">
129
+ <annotation>
130
+ <documentation>Position of the bounding box corner at which the values of longitude and latitude normally are the algebraic minimums within this bounding box. For more information, see Subclauses 10.4.5 and C.13. </documentation>
131
+ </annotation>
132
+ </element>
133
+ </sequence>
134
+ <attribute name="crs" type="anyURI" use="optional" fixed="urn:ogc:def:crs:OGC:2:84">
135
+ <annotation>
136
+ <documentation>This attribute can be included when considered useful. When included, this attribute shall reference the 2D WGS 84 coordinate reference system with longitude before latitude and decimal values of longitude and latitude. </documentation>
137
+ </annotation>
138
+ </attribute>
139
+ <attribute name="dimensions" type="positiveInteger" use="optional" fixed="2">
140
+ <annotation>
141
+ <documentation>The number of dimensions in this CRS (the length of a coordinate sequence in this use of the PositionType). This number is specified by the CRS definition, but can also be specified here. </documentation>
142
+ </annotation>
143
+ </attribute>
144
+ </restriction>
145
+ </complexContent>
146
+ </complexType>
147
+ <!-- =========================================================== -->
148
+ <simpleType name="PositionType2D">
149
+ <annotation>
150
+ <documentation>Two-dimensional position instances hold the longitude and latitude coordinates of a position in the 2D WGS 84 coordinate reference system. The longitude value shall be listed first, followed by the latitude value, both in decimal degrees. Latitude values shall range from -90 to +90 degrees, and longitude values shall normally range from -180 to +180 degrees. For the longitude axis, special conditions apply when the bounding box is continuous across the +/- 180 degrees meridian longitude value discontinuity:
151
+ a) If the bounding box is continuous clear around the Earth, then longitude values of minus and plus infinity shall be used.
152
+ b) If the bounding box is continuous across the value discontinuity but is not continuous clear around the Earth, then some non-normal value can be used if specified for a specific OWS use of the WGS84BoundingBoxType. For more information, see Subclauses 10.4.5 and C.13. </documentation>
153
+ </annotation>
154
+ <restriction base="ows:PositionType">
155
+ <length value="2"/>
156
+ </restriction>
157
+ </simpleType>
158
+ </schema>
@@ -0,0 +1,87 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <schema targetNamespace="http://www.opengis.net/ows/1.1"
3
+ xmlns:ows="http://www.opengis.net/ows/1.1"
4
+ xmlns:xlink="http://www.w3.org/1999/xlink"
5
+ xmlns="http://www.w3.org/2001/XMLSchema"
6
+ elementFormDefault="qualified" version="1.1.0.3" xml:lang="en">
7
+ <annotation>
8
+ <appinfo>owsContents.xsd</appinfo>
9
+ <documentation>This XML Schema Document encodes the typical Contents section of an OWS service metadata (Capabilities) document. This Schema can be built upon to define the Contents section for a specific OWS. If the ContentsBaseType in this XML Schema cannot be restricted and extended to define the Contents section for a specific OWS, all other relevant parts defined in owsContents.xsd shall be used by the "ContentsType" in the wxsContents.xsd prepared for the specific OWS.
10
+
11
+ OWS is an OGC Standard.
12
+ Copyright (c) 2006,2010 Open Geospatial Consortium.
13
+ To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
14
+ </documentation>
15
+ </annotation>
16
+ <!-- ==============================================================
17
+ includes and imports
18
+ ============================================================== -->
19
+ <include schemaLocation="owsAll.xsd"/>
20
+ <include schemaLocation="owsDataIdentification.xsd"/>
21
+ <!-- ==============================================================
22
+ elements and types
23
+ ============================================================== -->
24
+ <complexType name="ContentsBaseType">
25
+ <annotation>
26
+ <documentation>Contents of typical Contents section of an OWS service metadata (Capabilities) document. This type shall be extended and/or restricted if needed for specific OWS use to include the specific metadata needed. </documentation>
27
+ </annotation>
28
+ <sequence>
29
+ <element ref="ows:DatasetDescriptionSummary" minOccurs="0" maxOccurs="unbounded">
30
+ <annotation>
31
+ <documentation>Unordered set of summary descriptions for the datasets available from this OWS server. This set shall be included unless another source is referenced and all this metadata is available from that source. </documentation>
32
+ </annotation>
33
+ </element>
34
+ <element ref="ows:OtherSource" minOccurs="0" maxOccurs="unbounded">
35
+ <annotation>
36
+ <documentation>Unordered set of references to other sources of metadata describing the coverage offerings available from this server. </documentation>
37
+ </annotation>
38
+ </element>
39
+ </sequence>
40
+ </complexType>
41
+ <!-- ===========================================================-->
42
+ <element name="OtherSource" type="ows:MetadataType">
43
+ <annotation>
44
+ <documentation>Reference to a source of metadata describing coverage offerings available from this server. This parameter can reference a catalogue server from which dataset metadata is available. This ability is expected to be used by servers with thousands or millions of datasets, for which searching a catalogue is more feasible than fetching a long Capabilities XML document. When no DatasetDescriptionSummaries are included, and one or more catalogue servers are referenced, this set of catalogues shall contain current metadata summaries for all the datasets currently available from this OWS server, with the metadata for each such dataset referencing this OWS server. </documentation>
45
+ </annotation>
46
+ </element>
47
+ <!-- ===========================================================-->
48
+ <element name="DatasetDescriptionSummary" type="ows:DatasetDescriptionSummaryBaseType"/>
49
+ <!-- ===========================================================-->
50
+ <complexType name="DatasetDescriptionSummaryBaseType">
51
+ <annotation>
52
+ <documentation>Typical dataset metadata in typical Contents section of an OWS service metadata (Capabilities) document. This type shall be extended and/or restricted if needed for specific OWS use, to include the specific Dataset description metadata needed. </documentation>
53
+ </annotation>
54
+ <complexContent>
55
+ <extension base="ows:DescriptionType">
56
+ <sequence>
57
+ <element ref="ows:WGS84BoundingBox" minOccurs="0" maxOccurs="unbounded">
58
+ <annotation>
59
+ <documentation>Unordered list of zero or more minimum bounding rectangles surrounding coverage data, using the WGS 84 CRS with decimal degrees and longitude before latitude. If no WGS 84 bounding box is recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall apply to this coverage. If WGS 84 bounding box(es) are recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall be ignored. For each lowest-level coverage in a hierarchy, at least one applicable WGS84BoundingBox shall be either recorded or inherited, to simplify searching for datasets that might overlap a specified region. If multiple WGS 84 bounding boxes are included, this shall be interpreted as the union of the areas of these bounding boxes. </documentation>
60
+ </annotation>
61
+ </element>
62
+ <element name="Identifier" type="ows:CodeType">
63
+ <annotation>
64
+ <documentation>Unambiguous identifier or name of this coverage, unique for this server. </documentation>
65
+ </annotation>
66
+ </element>
67
+ <element ref="ows:BoundingBox" minOccurs="0" maxOccurs="unbounded">
68
+ <annotation>
69
+ <documentation>Unordered list of zero or more minimum bounding rectangles surrounding coverage data, in AvailableCRSs. Zero or more BoundingBoxes are allowed in addition to one or more WGS84BoundingBoxes to allow more precise specification of the Dataset area in AvailableCRSs. These Bounding Boxes shall not use any CRS not listed as an AvailableCRS. However, an AvailableCRS can be listed without a corresponding Bounding Box. If no such bounding box is recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall apply to this coverage. If such bounding box(es) are recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall be ignored. If multiple bounding boxes are included with the same CRS, this shall be interpreted as the union of the areas of these bounding boxes. </documentation>
70
+ </annotation>
71
+ </element>
72
+ <element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded">
73
+ <annotation>
74
+ <documentation>Optional unordered list of additional metadata about this dataset. A list of optional metadata elements for this dataset description could be specified in the Implementation Specification for this service. </documentation>
75
+ </annotation>
76
+ </element>
77
+ <element ref="ows:DatasetDescriptionSummary" minOccurs="0" maxOccurs="unbounded">
78
+ <annotation>
79
+ <documentation>Metadata describing zero or more unordered subsidiary datasets available from this server. </documentation>
80
+ </annotation>
81
+ </element>
82
+ </sequence>
83
+ </extension>
84
+ </complexContent>
85
+ </complexType>
86
+ <!-- ===========================================================-->
87
+ </schema>