forked from DIGGSml/schema-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgml3.3Profile_diggs.xsd
25 lines (22 loc) · 1.06 KB
/
gml3.3Profile_diggs.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:g3.3="http://www.opengis.net/gml/3.3/ce"
xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink"
targetNamespace="http://www.opengis.net/gml/3.3/ce" elementFormDefault="qualified" version="3.3.0">
<annotation>
<documentation>Draft GML 3.3 subset for DIGGS including: LinearReferencing, Compact Geometry
Encodings</documentation>
</annotation>
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="gml3.2Profile_diggs.xsd"/>
<import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlinks.xsd"/>
<complexType name="SimpleMultiPointType">
<complexContent>
<extension base="gml:AbstractGeometricAggregateType">
<sequence>
<element ref="gml:posList"/>
</sequence>
</extension>
</complexContent>
</complexType>
<element name="SimpleMultiPoint" type="g3.3:SimpleMultiPointType"
substitutionGroup="gml:AbstractGeometricAggregate"/>
</schema>