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_logData"> |
---|
19 | <xsd:annotation> |
---|
20 | <xsd:documentation>WITSML Log - Curve Information |
---|
21 | The order of the data should correspond to the 'direction'.</xsd:documentation> |
---|
22 | </xsd:annotation> |
---|
23 | <xsd:sequence> |
---|
24 | <xsd:element name="data" type="xsd:string" minOccurs="0" maxOccurs="unbounded"> |
---|
25 | <xsd:annotation> |
---|
26 | <xsd:documentation>The actual data corresponding to the curves defined in |
---|
27 | the LOGCURVEINFO element. A comma delimited list of data values with one |
---|
28 | value for each curve on the log (e.g., "xxx,yyy, zzz"). For array curves, |
---|
29 | the value of the array curve will be a space delimited list of values that |
---|
30 | are contained within the commas that delimit the value for that curve |
---|
31 | (e.g., "xxx,aa bb cc,zzz"). |
---|
32 | This essentially represents one row of a table where the curve |
---|
33 | mnemonics represent the column headings. </xsd:documentation> |
---|
34 | </xsd:annotation> |
---|
35 | </xsd:element> |
---|
36 | </xsd:sequence> |
---|
37 | </xsd:complexType> |
---|
38 | </xsd:schema> |
---|