root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / ges_dtsFiber.xsd @ 16

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_fiber.xsd"/>
17        <!--                                                         -->
18        <xsd:element name="dtsFiber" type="witsml:cs_fiber">
19                <xsd:annotation>
20                        <xsd:documentation>Fiber, instituted as an object. This contains the
21                        fiber information group, along with an identifier attribute.</xsd:documentation>
22                </xsd:annotation>
23        </xsd:element>
24        <!--                                                         -->
25</xsd:schema>
Note: See TracBrowser for help on using the browser.