Definition Type: ComplexType
Name: DeClear
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-4.xsd
Abstract
Documentation:
A structure describing an de-clear event.
Collapse XSD Schema Diagram:
Drilldown into reason in schema fpml-business-events-5-4_xsd Drilldown into effectiveDate in schema fpml-business-events-5-4_xsd Drilldown into tradeIdentifier in schema fpml-business-events-5-4_xsdXSD Diagram of DeClear in schema fpml-business-events-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DeClear">
    <xsd:annotation>
        <xsd:documentation>A structure describing an de-clear event.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="tradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded" minOccurs="0" />
        <xsd:element name="effectiveDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="reason" type="DeclearReason" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tradeIdentifier nsA:tradeIdentifier 0 unbounded
effectiveDate nsA:effectiveDate 0 (1)
reason nsA:reason 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:deClear