POSC License Agreement
This file is distributed under the POSC License Agreement at
http://www.posc.org/about/license.shtml.
Use of this file constitutes agreement with the POSC License Agreement.
<xsd:documentation>Defines the WITSML subscription object, used to exchange
requests and responses related to subscribing to data objects to be published.
API Capabilities are used to further define and narrow the functionality defined
by the API specification.
</xsd:documentation>
<xsd:documentation>The WITSML API mandated plural root element which allows
multiple singular objects to be sent. The plural name is formed by adding
an "s" to the singular name.</xsd:documentation>
<xsd:documentation>Data object schema version. It is optional.
If the version is specified, its value must be set equal to the value specified by the
version's fixed attribute.
</xsd:documentation>
<xsd:documentation>One or more query templates where each template is a plural object
container containing object selection criteria and the data items within those
objects that are to be published for the Subscription.</xsd:documentation>
<xsd:documentation>Specifies whether encryption (HTTPS) is to be used when publishing (POSTing) the data.
Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
<xsd:documentation>Number of times the Publisher will retry a failed POST to the Subscriber before discarding the data as undeliverable.
</xsd:documentation>
<xsd:documentation>The identifier of the Publisher, as clear, un-encoded text in the format: userid:password Assigned by the Subscriber and sent by the Publisher as BASIC authentication when POSTing data to the Subscriber.
</xsd:documentation>
<xsd:documentation>The unique identifier of the accepted subscription within the context of this Publisher. This identifier is used by the Subscriber when subsequently modifies or cancels the subscription.</xsd:documentation>
<xsd:documentation>A return code returned by the Publisher indicating the disposition of the subscription request. A value of 1 indicates the request was accepted. </xsd:documentation>
<xsd:documentation>Specifies that a network test will first be performed by the Publisher to make sure the Subscriber system can be contacted. Default is "true"; specify test="false" to bypass the test.
Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
<xsd:documentation>The minimum interval between publication of changed data objects matching this subscription request. Changes occurring more frequently than the specified value will not be published. If not specified, the Publisher will publish data objects as frequently as they become available</xsd:documentation>