Skip to content

Commit 78a73ca

Browse files
committed
push 2.0.b files
1 parent 7874bb6 commit 78a73ca

15 files changed

+25027
-0
lines changed

Complete.xsd

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<schema xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:diggs="http://diggsml.org/schemas/2.0.b"
3+
xmlns:diggs_geo="http://diggsml.org/schemas/2.0.b/geotechnical"
4+
xmlns:g3.3="http://www.opengis.net/gml/3.3/ce" xmlns:glr="http://www.opengis.net/gml/3.3/lr"
5+
xmlns:glrov="http://www.opengis.net/gml/3.3/lrov"
6+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema"
7+
xmlns:witsml="http://www.witsml.org/schemas/131" xmlns:gml="http://www.opengis.net/gml/3.2"
8+
targetNamespace="http://diggsml.org/schemas/2.0.b" elementFormDefault="qualified" version="2.0.b">
9+
<!-- 2015-04-23 added glr, glrov, xsi ns from Kernel.xsd to support flatten.xslt -->
10+
<!-- import the gml and xlinks namespaces (original local profiles) -->
11+
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="gml3.2Profile_diggs.xsd"/>
12+
<import namespace="http://www.opengis.net/gml/3.3/ce" schemaLocation="gml3.3Profile_diggs.xsd"/>
13+
<import namespace="http://www.opengis.net/gml/3.3/lr" schemaLocation="glrProfile_diggs.xsd"/>
14+
<import namespace="http://www.opengis.net/gml/3.3/lrov" schemaLocation="glrovProfile_diggs.xsd"/>
15+
<import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlinks.xsd"/>
16+
<!--(canonical complete schemas for TeamEngine GML validation)
17+
<import namespace= "http://www.opengis.net/gml/3.2" schemaLocation= "http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
18+
<import namespace="http://www.opengis.net/gml/3.3/ce" schemaLocation="http://schemas.opengis.net/gml/3.3/geometryCompact.xsd"/>
19+
<import namespace="http://www.opengis.net/gml/3.3/lr" schemaLocation="http://schemas.opengis.net/gml/3.3/linearRef.xsd"/>
20+
<import namespace="http://www.opengis.net/gml/3.3/lrov" schemaLocation="http://schemas.opengis.net/gml/3.3/linearRefOffsetVector.xsd"/>
21+
<import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/XML/2008/06/xlink.xsd"/>
22+
-->
23+
<!-- include and import other DIGGS schemas -->
24+
<include schemaLocation="Kernel.xsd"/>
25+
<import namespace="http://diggsml.org/schemas/2.0.b/geotechnical"
26+
schemaLocation="Geotechnical.xsd"/>
27+
<!-- import the witsml schemas -->
28+
<import namespace="http://www.witsml.org/schemas/131"
29+
schemaLocation="witsml/1.3.1.1/typ_dataTypes.xsd"/>
30+
</schema>

Geotechnical.xsd

Lines changed: 1046 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)