Definition Type: ComplexType
Name: AbsoluteTolerance
Namespace: http://www.fpml.org/FpML-5/recordkeeping
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_xsd1 Drilldown into unit in schema fpml-com-5-10_xsd1 Drilldown into negative in schema fpml-com-5-10_xsd1 Drilldown into positive in schema fpml-com-5-10_xsd1XSD Diagram of AbsoluteTolerance in schema fpml-com-5-10_xsd1 (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" 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
positive nsD:positive 0 (1)
negative nsD:negative 0 (1)
unit nsD:unit 0 (1)
optionOwnerPartyReference nsD:optionOwnerPartyReference 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:absoluteTolerance