]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.api.app/src/org/argeo/api/app/entityFeature.xsd
Prepare next development cycle
[gpl/argeo-suite.git] / org.argeo.api.app / src / org / argeo / api / app / entityFeature.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
3 xmlns="http://apaf.on.netiket.eu/ns/apaf"
4 targetNamespace="http://apaf.on.netiket.eu/ns/apaf"
5 xmlns:entity="http://www.argeo.org/ns/entity" xmlns:dav="DAV:"
6 xmlns:gml="http://www.opengis.net/gml">
7 <!-- <xs:import -->
8 <!-- schemaLocation="entity.xsd" -->
9 <!-- namespace="http://www.argeo.org/ns/entity"></xs:import> -->
10 <!-- <xs:import -->
11 <!-- schemaLocation="https://schemas.opengis.net/gml/3.2.1/gml.xsd" -->
12 <!-- namespace="http://www.opengis.net/gml/3.2"></xs:import> -->
13 <xs:import namespace="http://www.opengis.net/gml"
14 schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd" />
15
16 <xs:complexType name="entityFeatureType">
17 <xs:complexContent>
18 <xs:extension base="gml:AbstractFeatureType">
19 <xs:sequence>
20 <xs:element name="area" type="gml:PolygonPropertyType" />
21 <xs:element name="geopoint" type="gml:PointPropertyType" />
22 <xs:element name="path" type="xs:string" />
23 </xs:sequence>
24 </xs:extension>
25 </xs:complexContent>
26 </xs:complexType>
27
28 <xs:element name="entityFeature" type="entityFeatureType"
29 substitutionGroup="gml:_Feature" />
30
31 <!-- <xs:complexType name="TestFeatureCollectionType"> <xs:complexContent>
32 <xs:extension base="gml:AbstractFeatureCollectionType" /> </xs:complexContent>
33 </xs:complexType> <xs:element name="TestFeatureCollection" type="TestFeatureCollectionType"
34 /> -->
35
36 </xs:schema>