Definition Type: ComplexType
Name: AbsoluteTolerance
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The acceptable tolerance in the delivered quantity of a physical commodity product in terms of a number of units of that product.
Collapse XSD Schema Diagram:
Drilldown into optionOwnerPartyReference in schema fpml-com-5-10_xsd Drilldown into unit in schema fpml-com-5-10_xsd Drilldown into negative in schema fpml-com-5-10_xsd Drilldown into positive in schema fpml-com-5-10_xsdXSD Diagram of AbsoluteTolerance in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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">
            <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">
            <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">
            <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
positive nsA:positive (1) (1)
negative nsA:negative (1) (1)
unit nsA:unit (1) (1)
optionOwnerPartyReference nsA:optionOwnerPartyReference 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:absoluteTolerance