<xsd:complexType name="PercentageTolerance">
<xsd:annotation>
<xsd:documentation xml:lang="en">The acceptable tolerance in the delivered quantity of a physical commodity product in terms of a percentage of the agreed delivery quantity.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="postitive" type="RestrictedPercentage" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The maximum percentage amount by which the quantity delivered can exceed the agreed quantity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="negative" type="RestrictedPercentage" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The maximum percentage amount by which the quantity delivered can be less than the agreed quantity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="option" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates whether the tolerance it at the seller's or buyer's option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|