Definition Type: ComplexType
Name: Clearing
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-confirmation-processes-5-10.xsd
Abstract
Documentation:
A structure describing a trade registration event that is part of a clearing process.
Collapse XSD Schema Diagram:
Drilldown into cleared in schema fpml-confirmation-processes-5-10_xsd Drilldown into submitted in schema fpml-confirmation-processes-5-10_xsdXSD Diagram of Clearing in schema fpml-confirmation-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Clearing">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure describing a trade registration event that is part of a clearing process.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="submitted" type="TradeWrapper">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The original trade or event submitted to the clearing service.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="cleared" type="TradeWrapper" minOccurs="2" maxOccurs="2">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The trades or events generated by the clearing service as a result of clearing.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
submitted nsA:submitted (1) (1)
cleared nsA:cleared 2 2
Collapse Derivation Tree:
Collapse References:
nsA:clearing