<xsd:complexType name="AbsoluteTolerance">
<xsd:annotation>
<xsd:documentation xml:lang="en">The acceptable tolerance in the delivered quantity of a physical commodity product in terms of a number of units of that product.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="positive" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The maxmium amount by which the quantity delivered can exceed the agreed quantity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="negative" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The maximum amount by which the quantity delivered can be less than the agreed quantity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="unit" type="QuantityUnit" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The unit in which the tolerance is specified.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="optionOwnerPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates whether the tolerance is at the seller's or buyer's option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|