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

Revision 16, 2.5 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="typ_dataTypes.xsd"/>
17        <!--                                                         -->
18        <xsd:complexType name="cs_commonData">
19                <xsd:annotation>
20                        <xsd:documentation> WITSML - Common Data Component Schema </xsd:documentation>
21                </xsd:annotation>
22                <xsd:sequence>
23                        <xsd:element name="sourceName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
24                                <xsd:annotation>
25                                        <xsd:documentation>An identifier to indicate the data originator.
26                                        This identifies the server that originally created
27                                        the object and thus most of the uids in the object (but not
28                                        necessarily the uids of the parents). This is typically a url. </xsd:documentation>
29                                </xsd:annotation>
30                        </xsd:element>
31                        <xsd:element name="dTimCreation" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
32                                <xsd:annotation>
33                                        <xsd:documentation>When the data was created at the persistent data store.  </xsd:documentation>
34                                </xsd:annotation>
35                        </xsd:element>
36                        <xsd:element name="dTimLastChange" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
37                                <xsd:annotation>
38                                        <xsd:documentation>Last change of any element of the data at the persistent data store.
39                                        The change time is not updated for a growing object while it is growing.  </xsd:documentation>
40                                </xsd:annotation>
41                        </xsd:element>
42                        <xsd:element name="itemState" type="witsml:ItemState" minOccurs="0" maxOccurs="1">
43                                <xsd:annotation>
44                                        <xsd:documentation>The item state for the data object.  </xsd:documentation>
45                                </xsd:annotation>
46                        </xsd:element>
47                        <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
48                                <xsd:annotation>
49                                        <xsd:documentation>Comments and remarks.  </xsd:documentation>
50                                </xsd:annotation>
51                        </xsd:element>
52                </xsd:sequence>
53        </xsd:complexType>
54</xsd:schema>
Note: See TracBrowser for help on using the browser.