Revision 16, 1.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 | <!-- --> |
---|
19 | <xsd:attributeGroup name="attgrp_uid"> |
---|
20 | <xsd:attribute name="uid" type="witsml:uidString" use="optional"> |
---|
21 | <xsd:annotation> |
---|
22 | <xsd:documentation>The unique identifier of a container element. |
---|
23 | This attribute is generally required within the context of a WITSML server. |
---|
24 | There should be no assumption as to the semantic content of this attribute. |
---|
25 | This should only be used with recurring container types (i.e., maxOccurs greater than one). |
---|
26 | The value is only required to be unique within the context of the nearest recurring parent element.</xsd:documentation> |
---|
27 | </xsd:annotation> |
---|
28 | </xsd:attribute> |
---|
29 | </xsd:attributeGroup> |
---|
30 | <!-- --> |
---|
31 | </xsd:schema> |
---|