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

Revision 16, 1.3 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:complexType name="cs_customData" final="extension">
17                <xsd:annotation>
18                        <xsd:documentation> WITSML - Custom or User Defined Element and Attributes Component Schema.
19                        Specify custom element, attributes, and types in the custom data area.</xsd:documentation>
20                </xsd:annotation>
21                <xsd:sequence>
22                        <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
23                                <xsd:annotation>
24                                        <xsd:documentation>Any element or attribute in any namespace. 
25                                        It is strongly recommended that all custom data definitions be added to a unique namespace.
26                                        </xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:any>
29                </xsd:sequence>
30        </xsd:complexType>
31</xsd:schema>
Note: See TracBrowser for help on using the browser.