@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.
- package/README.md +129 -0
- package/dist/index.cjs +2357 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +337 -0
- package/dist/index.d.ts +337 -0
- package/dist/index.js +2314 -0
- package/dist/index.js.map +1 -0
- package/namespaces/wfs11/schemas.opengis.net/filter/1.1.0/expr.xsd +67 -0
- package/namespaces/wfs11/schemas.opengis.net/filter/1.1.0/filter.xsd +265 -0
- package/namespaces/wfs11/schemas.opengis.net/filter/1.1.0/filterAll.xsd +26 -0
- package/namespaces/wfs11/schemas.opengis.net/filter/1.1.0/filterCapabilities.xsd +171 -0
- package/namespaces/wfs11/schemas.opengis.net/filter/1.1.0/sort.xsd +47 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/basicTypes.xsd +279 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/coordinateOperations.xsd +790 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/coordinateReferenceSystems.xsd +430 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/coordinateSystems.xsd +409 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/coverage.xsd +452 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/dataQuality.xsd +130 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/datums.xsd +485 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/defaultStyle.xsd +455 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/dictionary.xsd +138 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/direction.xsd +73 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/dynamicFeature.xsd +116 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/feature.xsd +200 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/geometryAggregates.xsd +431 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/geometryBasic0d1d.xsd +603 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/geometryBasic2d.xsd +214 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/geometryComplexes.xsd +142 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/geometryPrimitives.xsd +1610 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/gml.xsd +22 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/gmlBase.xsd +295 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/grids.xsd +77 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/measures.xsd +201 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/observation.xsd +97 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/referenceSystems.xsd +212 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/temporal.xsd +333 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/temporalReferenceSystems.xsd +252 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/temporalTopology.xsd +187 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/topology.xsd +460 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/units.xsd +171 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/base/valueObjects.xsd +362 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/smil/smil20-language.xsd +117 -0
- package/namespaces/wfs11/schemas.opengis.net/gml/3.1.1/smil/smil20.xsd +234 -0
- package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/ows19115subset.xsd +223 -0
- package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsAll.xsd +20 -0
- package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsCommon.xsd +156 -0
- package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsDataIdentification.xsd +113 -0
- package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd +68 -0
- package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsGetCapabilities.xsd +109 -0
- package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsOperationsMetadata.xsd +162 -0
- package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsServiceIdentification.xsd +56 -0
- package/namespaces/wfs11/schemas.opengis.net/ows/1.0.0/owsServiceProvider.xsd +47 -0
- package/namespaces/wfs11/schemas.opengis.net/wfs/1.1.0/wfs.xsd +1867 -0
- package/namespaces/wfs11/www.w3.org/1999/xlink.xsd +270 -0
- package/namespaces/wfs11/www.w3.org/2001/xml.xsd +287 -0
- package/namespaces/wfs11/www.w3.org/2009/01/xml.xsd +286 -0
- package/namespaces/wfs20/schemas.opengis.net/filter/2.0/expr.xsd +44 -0
- package/namespaces/wfs20/schemas.opengis.net/filter/2.0/filter.xsd +396 -0
- package/namespaces/wfs20/schemas.opengis.net/filter/2.0/filterAll.xsd +23 -0
- package/namespaces/wfs20/schemas.opengis.net/filter/2.0/filterCapabilities.xsd +286 -0
- package/namespaces/wfs20/schemas.opengis.net/filter/2.0/query.xsd +70 -0
- package/namespaces/wfs20/schemas.opengis.net/filter/2.0/sort.xsd +49 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/basicTypes.xsd +268 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/coordinateOperations.xsd +525 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/coordinateReferenceSystems.xsd +373 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/coordinateSystems.xsd +297 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/coverage.xsd +292 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/datums.xsd +287 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/deprecatedTypes.xsd +1133 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/dictionary.xsd +90 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/direction.xsd +84 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/dynamicFeature.xsd +109 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/feature.xsd +94 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/geometryAggregates.xsd +197 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/geometryBasic0d1d.xsd +277 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/geometryBasic2d.xsd +128 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/geometryComplexes.xsd +95 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd +850 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/gml.xsd +20 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/gmlBase.xsd +185 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/grids.xsd +64 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/measures.xsd +68 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/observation.xsd +95 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/referenceSystems.xsd +70 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/temporal.xsd +269 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/temporalReferenceSystems.xsd +189 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/temporalTopology.xsd +119 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/topology.xsd +386 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/units.xsd +162 -0
- package/namespaces/wfs20/schemas.opengis.net/gml/3.2.1/valueObjects.xsd +205 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gco/basicTypes.xsd +431 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gco/gco.xsd +12 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gco/gcoBase.xsd +63 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/applicationSchema.xsd +43 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd +276 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/constraints.xsd +107 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/content.xsd +190 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/dataQuality.xsd +556 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/distribution.xsd +203 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/extent.xsd +206 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/freeText.xsd +123 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd +12 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/identification.xsd +349 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/maintenance.xsd +87 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/metadataApplication.xsd +176 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/metadataEntity.xsd +71 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/metadataExtension.xsd +100 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/portrayalCatalogue.xsd +37 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/referenceSystem.xsd +101 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gmd/spatialRepresentation.xsd +238 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gsr/gsr.xsd +12 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gsr/spatialReferencing.xsd +25 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gss/geometry.xsd +36 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gss/gss.xsd +12 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gts/gts.xsd +12 -0
- package/namespaces/wfs20/schemas.opengis.net/iso/19139/20070417/gts/temporalObjects.xsd +35 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/ows19115subset.xsd +236 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsAll.xsd +23 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsCommon.xsd +158 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsContents.xsd +87 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsDataIdentification.xsd +128 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsDomainType.xsd +280 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd +77 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsGetCapabilities.xsd +113 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsGetResourceByID.xsd +52 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsInputOutputData.xsd +60 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsManifest.xsd +125 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsOperationsMetadata.xsd +141 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsServiceIdentification.xsd +61 -0
- package/namespaces/wfs20/schemas.opengis.net/ows/1.1.0/owsServiceProvider.xsd +48 -0
- package/namespaces/wfs20/schemas.opengis.net/wfs/2.0/wfs.xsd +786 -0
- package/namespaces/wfs20/www.w3.org/1999/xlink.xsd +270 -0
- package/namespaces/wfs20/www.w3.org/2001/xml.xsd +287 -0
- package/namespaces/wfs20/www.w3.org/2009/01/xml.xsd +286 -0
- package/package.json +52 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<schema targetNamespace="http://www.opengis.net/gml" xmlns:gml="http://www.opengis.net/gml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" elementFormDefault="qualified"
|
|
3
|
+
version="3.1.1.2">
|
|
4
|
+
<annotation>
|
|
5
|
+
<appinfo source="urn:opengis:specification:gml:schema-xsd:direction:3.1.1">direction.xsd</appinfo>
|
|
6
|
+
<documentation>This schema defines "direction" element and type.
|
|
7
|
+
|
|
8
|
+
GML is an OGC Standard.
|
|
9
|
+
Copyright (c) 2001,2005,2010 Open Geospatial Consortium.
|
|
10
|
+
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
|
|
11
|
+
</documentation>
|
|
12
|
+
</annotation>
|
|
13
|
+
<!-- ==============================================================
|
|
14
|
+
includes and imports
|
|
15
|
+
============================================================== -->
|
|
16
|
+
<include schemaLocation="gml.xsd"/>
|
|
17
|
+
<include schemaLocation="geometryBasic0d1d.xsd"/>
|
|
18
|
+
<!-- ============================================================== -->
|
|
19
|
+
<!--=================================================================== -->
|
|
20
|
+
<element name="direction" type="gml:DirectionPropertyType"/>
|
|
21
|
+
<!--=================================================================== -->
|
|
22
|
+
<complexType name="DirectionPropertyType">
|
|
23
|
+
<annotation>
|
|
24
|
+
<documentation/>
|
|
25
|
+
</annotation>
|
|
26
|
+
<choice>
|
|
27
|
+
<element ref="gml:DirectionVector"/>
|
|
28
|
+
<element ref="gml:CompassPoint"/>
|
|
29
|
+
<element name="DirectionKeyword" type="gml:CodeType"/>
|
|
30
|
+
<element name="DirectionString" type="gml:StringOrRefType"/>
|
|
31
|
+
</choice>
|
|
32
|
+
<attributeGroup ref="gml:AssociationAttributeGroup"/>
|
|
33
|
+
</complexType>
|
|
34
|
+
<!--=================================================================== -->
|
|
35
|
+
<element name="DirectionVector" type="gml:DirectionVectorType"/>
|
|
36
|
+
<!--=================================================================== -->
|
|
37
|
+
<complexType name="DirectionVectorType">
|
|
38
|
+
<annotation>
|
|
39
|
+
<documentation>Direction expressed as a vector, either using components, or using angles.</documentation>
|
|
40
|
+
</annotation>
|
|
41
|
+
<choice>
|
|
42
|
+
<element ref="gml:vector"/>
|
|
43
|
+
<sequence>
|
|
44
|
+
<element name="horizontalAngle" type="gml:AngleType"/>
|
|
45
|
+
<element name="verticalAngle" type="gml:AngleType"/>
|
|
46
|
+
</sequence>
|
|
47
|
+
</choice>
|
|
48
|
+
</complexType>
|
|
49
|
+
<!--=================================================================== -->
|
|
50
|
+
<element name="CompassPoint" type="gml:CompassPointEnumeration"/>
|
|
51
|
+
<!--=================================================================== -->
|
|
52
|
+
<simpleType name="CompassPointEnumeration">
|
|
53
|
+
<restriction base="string">
|
|
54
|
+
<enumeration value="N"/>
|
|
55
|
+
<enumeration value="NNE"/>
|
|
56
|
+
<enumeration value="NE"/>
|
|
57
|
+
<enumeration value="ENE"/>
|
|
58
|
+
<enumeration value="E"/>
|
|
59
|
+
<enumeration value="ESE"/>
|
|
60
|
+
<enumeration value="SE"/>
|
|
61
|
+
<enumeration value="SSE"/>
|
|
62
|
+
<enumeration value="S"/>
|
|
63
|
+
<enumeration value="SSW"/>
|
|
64
|
+
<enumeration value="SW"/>
|
|
65
|
+
<enumeration value="WSW"/>
|
|
66
|
+
<enumeration value="W"/>
|
|
67
|
+
<enumeration value="WNW"/>
|
|
68
|
+
<enumeration value="NW"/>
|
|
69
|
+
<enumeration value="NNW"/>
|
|
70
|
+
</restriction>
|
|
71
|
+
</simpleType>
|
|
72
|
+
<!--=================================================================== -->
|
|
73
|
+
</schema>
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<schema targetNamespace="http://www.opengis.net/gml" xmlns:gml="http://www.opengis.net/gml" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="3.1.1.2">
|
|
3
|
+
<annotation>
|
|
4
|
+
<appinfo source="urn:opengis:specification:gml:schema-xsd:dynamicFeature:3.1.1"/>
|
|
5
|
+
<documentation xml:lang="en">Basic support for tracking moving objects and objects with changing state.
|
|
6
|
+
|
|
7
|
+
GML is an OGC Standard.
|
|
8
|
+
Copyright (c) 2001,2005,2010 Open Geospatial Consortium.
|
|
9
|
+
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
|
|
10
|
+
</documentation>
|
|
11
|
+
</annotation>
|
|
12
|
+
<!-- ================================================================== -->
|
|
13
|
+
<include schemaLocation="gml.xsd"/>
|
|
14
|
+
<include schemaLocation="feature.xsd"/>
|
|
15
|
+
<include schemaLocation="direction.xsd"/>
|
|
16
|
+
<!-- ================================================================== -->
|
|
17
|
+
<element name="dataSource" type="gml:StringOrRefType"/>
|
|
18
|
+
<element name="status" type="gml:StringOrRefType"/>
|
|
19
|
+
<!-- ================================================================== -->
|
|
20
|
+
<element name="_TimeSlice" type="gml:AbstractTimeSliceType" abstract="true" substitutionGroup="gml:_GML"/>
|
|
21
|
+
<!-- ===================================== -->
|
|
22
|
+
<complexType name="AbstractTimeSliceType" abstract="true">
|
|
23
|
+
<annotation>
|
|
24
|
+
<documentation xml:lang="en">A timeslice encapsulates the time-varying properties of a dynamic feature--it
|
|
25
|
+
must be extended to represent a timestamped projection of a feature. The dataSource
|
|
26
|
+
property describes how the temporal data was acquired.</documentation>
|
|
27
|
+
</annotation>
|
|
28
|
+
<complexContent>
|
|
29
|
+
<extension base="gml:AbstractGMLType">
|
|
30
|
+
<sequence>
|
|
31
|
+
<element ref="gml:validTime"/>
|
|
32
|
+
<element ref="gml:dataSource" minOccurs="0"/>
|
|
33
|
+
</sequence>
|
|
34
|
+
</extension>
|
|
35
|
+
</complexContent>
|
|
36
|
+
</complexType>
|
|
37
|
+
<!-- ================================================================== -->
|
|
38
|
+
<element name="MovingObjectStatus" type="gml:MovingObjectStatusType" substitutionGroup="gml:_TimeSlice"/>
|
|
39
|
+
<!-- ===================================== -->
|
|
40
|
+
<complexType name="MovingObjectStatusType">
|
|
41
|
+
<annotation>
|
|
42
|
+
<documentation xml:lang="en">This type encapsulates various dynamic properties of moving objects
|
|
43
|
+
(points, lines, regions). It is useful for dealing with features whose
|
|
44
|
+
geometry or topology changes over time.</documentation>
|
|
45
|
+
</annotation>
|
|
46
|
+
<complexContent>
|
|
47
|
+
<extension base="gml:AbstractTimeSliceType">
|
|
48
|
+
<sequence>
|
|
49
|
+
<element ref="gml:location"/>
|
|
50
|
+
<element name="speed" type="gml:MeasureType" minOccurs="0"/>
|
|
51
|
+
<element name="bearing" type="gml:DirectionPropertyType" minOccurs="0"/>
|
|
52
|
+
<element name="acceleration" type="gml:MeasureType" minOccurs="0"/>
|
|
53
|
+
<element name="elevation" type="gml:MeasureType" minOccurs="0"/>
|
|
54
|
+
<element ref="gml:status" minOccurs="0"/>
|
|
55
|
+
</sequence>
|
|
56
|
+
</extension>
|
|
57
|
+
</complexContent>
|
|
58
|
+
</complexType>
|
|
59
|
+
<!-- ================================================================== -->
|
|
60
|
+
<element name="history" type="gml:HistoryPropertyType"/>
|
|
61
|
+
<!-- ===================================== -->
|
|
62
|
+
<complexType name="HistoryPropertyType">
|
|
63
|
+
<annotation>
|
|
64
|
+
<documentation xml:lang="en">The history relationship associates a feature with a sequence of TimeSlice instances.</documentation>
|
|
65
|
+
</annotation>
|
|
66
|
+
<sequence maxOccurs="unbounded">
|
|
67
|
+
<element ref="gml:_TimeSlice"/>
|
|
68
|
+
</sequence>
|
|
69
|
+
</complexType>
|
|
70
|
+
<!-- ================================================================== -->
|
|
71
|
+
<element name="track" type="gml:TrackType" substitutionGroup="gml:history"/>
|
|
72
|
+
<!-- ===================================== -->
|
|
73
|
+
<complexType name="TrackType">
|
|
74
|
+
<annotation>
|
|
75
|
+
<documentation xml:lang="en">The track of a moving object is a sequence of specialized timeslices that indicate the status of the object.</documentation>
|
|
76
|
+
</annotation>
|
|
77
|
+
<complexContent>
|
|
78
|
+
<restriction base="gml:HistoryPropertyType">
|
|
79
|
+
<sequence maxOccurs="unbounded">
|
|
80
|
+
<element ref="gml:MovingObjectStatus"/>
|
|
81
|
+
</sequence>
|
|
82
|
+
</restriction>
|
|
83
|
+
</complexContent>
|
|
84
|
+
</complexType>
|
|
85
|
+
<!-- ================================================================== -->
|
|
86
|
+
<group name="dynamicProperties">
|
|
87
|
+
<sequence>
|
|
88
|
+
<element ref="gml:validTime" minOccurs="0"/>
|
|
89
|
+
<element ref="gml:history" minOccurs="0"/>
|
|
90
|
+
<element ref="gml:dataSource" minOccurs="0"/>
|
|
91
|
+
</sequence>
|
|
92
|
+
</group>
|
|
93
|
+
<!-- ================================================================== -->
|
|
94
|
+
<complexType name="DynamicFeatureType">
|
|
95
|
+
<annotation>
|
|
96
|
+
<documentation>A dynamic feature may possess a history and/or a timestamp.</documentation>
|
|
97
|
+
</annotation>
|
|
98
|
+
<complexContent>
|
|
99
|
+
<extension base="gml:AbstractFeatureType">
|
|
100
|
+
<group ref="gml:dynamicProperties"/>
|
|
101
|
+
</extension>
|
|
102
|
+
</complexContent>
|
|
103
|
+
</complexType>
|
|
104
|
+
<!-- ===================================== -->
|
|
105
|
+
<complexType name="DynamicFeatureCollectionType">
|
|
106
|
+
<annotation>
|
|
107
|
+
<documentation>A dynamic feature collection may possess a history and/or a timestamp.</documentation>
|
|
108
|
+
</annotation>
|
|
109
|
+
<complexContent>
|
|
110
|
+
<extension base="gml:FeatureCollectionType">
|
|
111
|
+
<group ref="gml:dynamicProperties"/>
|
|
112
|
+
</extension>
|
|
113
|
+
</complexContent>
|
|
114
|
+
</complexType>
|
|
115
|
+
<!-- ===================================== -->
|
|
116
|
+
</schema>
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<schema targetNamespace="http://www.opengis.net/gml" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:sch="http://www.ascc.net/xml/schematron" xmlns:gml="http://www.opengis.net/gml" elementFormDefault="qualified" version="3.1.1.2">
|
|
3
|
+
<annotation>
|
|
4
|
+
<appinfo source="urn:opengis:specification:gml:schema-xsd:feature:v3.1.1"/>
|
|
5
|
+
<documentation>GML Feature schema.
|
|
6
|
+
|
|
7
|
+
GML is an OGC Standard.
|
|
8
|
+
Copyright (c) 2001,2005,2010 Open Geospatial Consortium.
|
|
9
|
+
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
|
|
10
|
+
</documentation>
|
|
11
|
+
</annotation>
|
|
12
|
+
<!-- ============================================================== -->
|
|
13
|
+
<!-- ================== includes and imports ======================= -->
|
|
14
|
+
<!-- ============================================================== -->
|
|
15
|
+
<include schemaLocation="gml.xsd"/>
|
|
16
|
+
<include schemaLocation="geometryBasic2d.xsd"/>
|
|
17
|
+
<include schemaLocation="temporal.xsd"/>
|
|
18
|
+
<!-- ============================================================== -->
|
|
19
|
+
<element name="_Feature" type="gml:AbstractFeatureType" abstract="true" substitutionGroup="gml:_GML"/>
|
|
20
|
+
<!-- =========================================================== -->
|
|
21
|
+
<complexType name="AbstractFeatureType" abstract="true">
|
|
22
|
+
<annotation>
|
|
23
|
+
<documentation>An abstract feature provides a set of common properties, including id, metaDataProperty, name and description inherited from AbstractGMLType, plus boundedBy. A concrete feature type must derive from this type and specify additional properties in an application schema. A feature must possess an identifying attribute ('id' - 'fid' has been deprecated).</documentation>
|
|
24
|
+
</annotation>
|
|
25
|
+
<complexContent>
|
|
26
|
+
<extension base="gml:AbstractGMLType">
|
|
27
|
+
<sequence>
|
|
28
|
+
<element ref="gml:boundedBy" minOccurs="0"/>
|
|
29
|
+
<element ref="gml:location" minOccurs="0">
|
|
30
|
+
<annotation>
|
|
31
|
+
<appinfo>deprecated</appinfo>
|
|
32
|
+
<documentation>deprecated in GML version 3.1</documentation>
|
|
33
|
+
</annotation>
|
|
34
|
+
</element>
|
|
35
|
+
<!-- additional properties must be specified in an application schema -->
|
|
36
|
+
</sequence>
|
|
37
|
+
</extension>
|
|
38
|
+
</complexContent>
|
|
39
|
+
</complexType>
|
|
40
|
+
<!-- ============================================================== -->
|
|
41
|
+
<!-- =========================================================== -->
|
|
42
|
+
<element name="boundedBy" type="gml:BoundingShapeType"/>
|
|
43
|
+
<!-- ====================================================================== -->
|
|
44
|
+
<complexType name="BoundingShapeType">
|
|
45
|
+
<annotation>
|
|
46
|
+
<documentation>Bounding shape.</documentation>
|
|
47
|
+
</annotation>
|
|
48
|
+
<sequence>
|
|
49
|
+
<choice>
|
|
50
|
+
<element ref="gml:Envelope"/>
|
|
51
|
+
<element ref="gml:Null"/>
|
|
52
|
+
</choice>
|
|
53
|
+
</sequence>
|
|
54
|
+
</complexType>
|
|
55
|
+
<!-- =========================================================== -->
|
|
56
|
+
<element name="EnvelopeWithTimePeriod" type="gml:EnvelopeWithTimePeriodType" substitutionGroup="gml:Envelope"/>
|
|
57
|
+
<!-- ====================================================================== -->
|
|
58
|
+
<complexType name="EnvelopeWithTimePeriodType">
|
|
59
|
+
<annotation>
|
|
60
|
+
<documentation>Envelope that includes also a temporal extent.</documentation>
|
|
61
|
+
</annotation>
|
|
62
|
+
<complexContent>
|
|
63
|
+
<extension base="gml:EnvelopeType">
|
|
64
|
+
<sequence>
|
|
65
|
+
<element ref="gml:timePosition" minOccurs="2" maxOccurs="2"/>
|
|
66
|
+
</sequence>
|
|
67
|
+
<attribute name="frame" type="anyURI" use="optional" default="#ISO-8601"/>
|
|
68
|
+
</extension>
|
|
69
|
+
</complexContent>
|
|
70
|
+
</complexType>
|
|
71
|
+
<!-- ====================================================================== -->
|
|
72
|
+
<!-- ===== property for feature association ==== -->
|
|
73
|
+
<element name="featureMember" type="gml:FeaturePropertyType"/>
|
|
74
|
+
<element name="featureProperty" type="gml:FeaturePropertyType"/>
|
|
75
|
+
<!-- ============================================================== -->
|
|
76
|
+
<complexType name="FeaturePropertyType">
|
|
77
|
+
<annotation>
|
|
78
|
+
<documentation>Container for a feature - follow gml:AssociationType pattern.</documentation>
|
|
79
|
+
</annotation>
|
|
80
|
+
<sequence minOccurs="0">
|
|
81
|
+
<element ref="gml:_Feature"/>
|
|
82
|
+
</sequence>
|
|
83
|
+
<attributeGroup ref="gml:AssociationAttributeGroup"/>
|
|
84
|
+
</complexType>
|
|
85
|
+
<!-- ============================================================== -->
|
|
86
|
+
<!-- ===== property for association of an array of features ===== -->
|
|
87
|
+
<element name="featureMembers" type="gml:FeatureArrayPropertyType"/>
|
|
88
|
+
<!-- =========================================================== -->
|
|
89
|
+
<complexType name="FeatureArrayPropertyType">
|
|
90
|
+
<annotation>
|
|
91
|
+
<documentation>Container for features - follow gml:ArrayAssociationType pattern.</documentation>
|
|
92
|
+
</annotation>
|
|
93
|
+
<sequence>
|
|
94
|
+
<element ref="gml:_Feature" minOccurs="0" maxOccurs="unbounded"/>
|
|
95
|
+
</sequence>
|
|
96
|
+
</complexType>
|
|
97
|
+
<!-- ============================================================== -->
|
|
98
|
+
<!-- =========================================================== -->
|
|
99
|
+
<element name="_FeatureCollection" type="gml:AbstractFeatureCollectionType" abstract="true" substitutionGroup="gml:_Feature"/>
|
|
100
|
+
<!-- =========================================================== -->
|
|
101
|
+
<complexType name="AbstractFeatureCollectionType" abstract="true">
|
|
102
|
+
<annotation>
|
|
103
|
+
<documentation>A feature collection contains zero or more features.</documentation>
|
|
104
|
+
</annotation>
|
|
105
|
+
<complexContent>
|
|
106
|
+
<extension base="gml:AbstractFeatureType">
|
|
107
|
+
<sequence>
|
|
108
|
+
<element ref="gml:featureMember" minOccurs="0" maxOccurs="unbounded"/>
|
|
109
|
+
<element ref="gml:featureMembers" minOccurs="0"/>
|
|
110
|
+
</sequence>
|
|
111
|
+
</extension>
|
|
112
|
+
</complexContent>
|
|
113
|
+
</complexType>
|
|
114
|
+
<!-- =========================================================== -->
|
|
115
|
+
<element name="FeatureCollection" type="gml:FeatureCollectionType" substitutionGroup="gml:_Feature"/>
|
|
116
|
+
<!-- =========================================================== -->
|
|
117
|
+
<complexType name="FeatureCollectionType">
|
|
118
|
+
<annotation>
|
|
119
|
+
<documentation>Concrete generic feature collection.</documentation>
|
|
120
|
+
</annotation>
|
|
121
|
+
<complexContent>
|
|
122
|
+
<extension base="gml:AbstractFeatureCollectionType"/>
|
|
123
|
+
</complexContent>
|
|
124
|
+
</complexType>
|
|
125
|
+
<!-- ============================================================== -->
|
|
126
|
+
<!-- ============================================================== -->
|
|
127
|
+
<element name="LocationKeyWord" type="gml:CodeType"/>
|
|
128
|
+
<element name="LocationString" type="gml:StringOrRefType"/>
|
|
129
|
+
<!-- =========================================================== -->
|
|
130
|
+
<!-- ============= common aliases for geometry properties =============== -->
|
|
131
|
+
<element name="centerOf" type="gml:PointPropertyType"/>
|
|
132
|
+
<element name="position" type="gml:PointPropertyType"/>
|
|
133
|
+
<element name="edgeOf" type="gml:CurvePropertyType"/>
|
|
134
|
+
<element name="centerLineOf" type="gml:CurvePropertyType"/>
|
|
135
|
+
<element name="extentOf" type="gml:SurfacePropertyType"/>
|
|
136
|
+
<!-- =========================================================== -->
|
|
137
|
+
<!-- ================= deprecated components =========================== -->
|
|
138
|
+
<complexType name="BoundedFeatureType" abstract="true">
|
|
139
|
+
<annotation>
|
|
140
|
+
<documentation>Makes boundedBy mandatory</documentation>
|
|
141
|
+
</annotation>
|
|
142
|
+
<complexContent>
|
|
143
|
+
<restriction base="gml:AbstractFeatureType">
|
|
144
|
+
<sequence>
|
|
145
|
+
<group ref="gml:StandardObjectProperties"/>
|
|
146
|
+
<element ref="gml:boundedBy"/>
|
|
147
|
+
<element ref="gml:location" minOccurs="0">
|
|
148
|
+
<annotation>
|
|
149
|
+
<appinfo>deprecated</appinfo>
|
|
150
|
+
<documentation>deprecated in GML version 3.1</documentation>
|
|
151
|
+
</annotation>
|
|
152
|
+
</element>
|
|
153
|
+
</sequence>
|
|
154
|
+
</restriction>
|
|
155
|
+
</complexContent>
|
|
156
|
+
</complexType>
|
|
157
|
+
<!-- =========================================================== -->
|
|
158
|
+
<element name="location" type="gml:LocationPropertyType">
|
|
159
|
+
<annotation>
|
|
160
|
+
<documentation>Deprecated in GML 3.1.0</documentation>
|
|
161
|
+
</annotation>
|
|
162
|
+
</element>
|
|
163
|
+
<!-- ============================================================== -->
|
|
164
|
+
<complexType name="LocationPropertyType">
|
|
165
|
+
<annotation>
|
|
166
|
+
<documentation>Convenience property for generalised location.
|
|
167
|
+
A representative location for plotting or analysis.
|
|
168
|
+
Often augmented by one or more additional geometry properties with more specific semantics.</documentation>
|
|
169
|
+
<documentation>Deprecated in GML 3.1.0</documentation>
|
|
170
|
+
</annotation>
|
|
171
|
+
<sequence minOccurs="0">
|
|
172
|
+
<choice>
|
|
173
|
+
<element ref="gml:_Geometry"/>
|
|
174
|
+
<element ref="gml:LocationKeyWord"/>
|
|
175
|
+
<element ref="gml:LocationString"/>
|
|
176
|
+
<element ref="gml:Null"/>
|
|
177
|
+
</choice>
|
|
178
|
+
</sequence>
|
|
179
|
+
<attributeGroup ref="gml:AssociationAttributeGroup"/>
|
|
180
|
+
</complexType>
|
|
181
|
+
<!-- ============================================================== -->
|
|
182
|
+
<element name="priorityLocation" type="gml:PriorityLocationPropertyType" substitutionGroup="gml:location">
|
|
183
|
+
<annotation>
|
|
184
|
+
<documentation>Deprecated in GML 3.1.0</documentation>
|
|
185
|
+
</annotation>
|
|
186
|
+
</element>
|
|
187
|
+
<!-- ============================================================== -->
|
|
188
|
+
<complexType name="PriorityLocationPropertyType">
|
|
189
|
+
<annotation>
|
|
190
|
+
<documentation>G-XML component</documentation>
|
|
191
|
+
<documentation>Deprecated in GML 3.1.0</documentation>
|
|
192
|
+
</annotation>
|
|
193
|
+
<complexContent>
|
|
194
|
+
<extension base="gml:LocationPropertyType">
|
|
195
|
+
<attribute name="priority" type="string" use="optional"/>
|
|
196
|
+
</extension>
|
|
197
|
+
</complexContent>
|
|
198
|
+
</complexType>
|
|
199
|
+
<!-- ============================================================== -->
|
|
200
|
+
</schema>
|