XML Schema Documentation

Complex Type: AbsoluteTolerance

[Table of contents]

Super-types: None
Sub-types: None
Name AbsoluteTolerance
Used by (from the same schema document) Complex Type OilDelivery
Abstract no
Documentation The acceptable tolerance in the delivered quantity of a physical commodity product in terms of a number of units of that product.
XML Instance Representation
<...>
<positive> xsd:decimal </positive> [1]

'The maxmium amount by which the quantity delivered can exceed the agreed quantity.'

<negative> xsd:decimal </negative> [1]

'The maximum amount by which the quantity delivered can be less than the agreed quantity.'

<unit> QuantityUnit </unit> [1]

'The unit in which the tolerance is specified.'

<optionOwnerPartyReference> PartyReference </optionOwnerPartyReference> [0..1]

'Indicates whether the tolerance is at the seller\'s or buyer\'s option.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="AbsoluteTolerance">
<xsd:sequence>
<xsd:element name="positive" type=" xsd:decimal "/>
<xsd:element name="negative" type=" xsd:decimal "/>
<xsd:element name="unit" type=" QuantityUnit "/>
<xsd:element name="optionOwnerPartyReference" type=" PartyReference " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>