Revision 16, 1.1 kB
(checked in by ryland, 15 years ago)
|
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <xsd:schema |
---|
3 | elementFormDefault="qualified" |
---|
4 | attributeFormDefault="unqualified" |
---|
5 | targetNamespace="http://www.witsml.org/schemas/131" |
---|
6 | xmlns:witsml="http://www.witsml.org/schemas/131" |
---|
7 | xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
---|
8 | version="1.3.1"> |
---|
9 | <!-- --> |
---|
10 | <!-- POSC License Agreement |
---|
11 | This file is distributed under the POSC License Agreement at |
---|
12 | http://www.posc.org/about/license.shtml. |
---|
13 | Use of this file constitutes agreement with the POSC License Agreement. |
---|
14 | --> |
---|
15 | <!-- --> |
---|
16 | <xsd:include schemaLocation="cs_instrumentBox.xsd"/> |
---|
17 | <!-- --> |
---|
18 | <xsd:element name="dtsInstrumentBox" type="witsml:cs_instrumentBox"> |
---|
19 | <xsd:annotation> |
---|
20 | <xsd:documentation>DTS Instrument Box, instituted as an object. This contains the |
---|
21 | instrumentBox information group, along with an identifier attribute.</xsd:documentation> |
---|
22 | </xsd:annotation> |
---|
23 | </xsd:element> |
---|
24 | <!-- --> |
---|
25 | </xsd:schema> |
---|