Definition Type: Element
Name: DeliveryTolerances
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure containing information on the limits between which the delivered quantity can vary. Can be specified as either a quantity or percentage.
Collapse XSD Schema Diagram:
Drilldown into LowerLimit in schema pidxlib_xsd Drilldown into UpperLimit in schema pidxlib_xsdXSD Diagram of DeliveryTolerances in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="DeliveryTolerances">
    <annotation>
        <documentation>Structure containing information on the limits between which the delivered quantity can vary. Can be specified as either a quantity or percentage.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:UpperLimit" minOccurs="0" />
            <element ref="pidx:LowerLimit" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UpperLimit pidx:UpperLimit 0 (1)
LowerLimit pidx:LowerLimit 0 (1)