XML Schema Documentation

Complex Type: PercentageTolerance

[Table of contents]

Super-types: None
Sub-types: None
Name PercentageTolerance
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 percentage of the agreed delivery quantity.
XML Instance Representation
<...>
<postitive> RestrictedPercentage </postitive> [1]

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

<negative> RestrictedPercentage </negative> [1]

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

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

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

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PercentageTolerance">
<xsd:sequence>
<xsd:element name="postitive" type=" RestrictedPercentage "/>
<xsd:element name="negative" type=" RestrictedPercentage "/>
<xsd:element name="option" type=" PartyReference " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>