-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDiggs_geo.xsd
16 lines (16 loc) · 1017 Bytes
/
Diggs_geo.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<schema xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:diggs="http://diggsml.org/schema-dev"
xmlns:diggs_geo="http://diggsml.org/schema-dev/geotechnical"
xmlns:g3.3="http://www.opengis.net/gml/3.3/ce" xmlns:glr="http://www.opengis.net/gml/3.3/lr"
xmlns:glrov="http://www.opengis.net/gml/3.3/lrov"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:eml="http://www.energistics.org/energyml/data/commonv2"
xmlns:witsml="http://www.energistics.org/energyml/data/witsmlv2"
xmlns:gml="http://www.opengis.net/gml/3.2"
targetNamespace="http://diggsml.org/schema-dev/geotechnical" elementFormDefault="qualified"
version="dev" vc:maxVersion="1.1" vc:minVersion="1.0"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning">
<!-- include and import other diggs:geo schemas -->
<include schemaLocation="Geotechnical.xsd"/>
<include schemaLocation="Diggs_geo_deprecated.xsd"/>
</schema>