Definition Type: ComplexType
Name: Approval
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
A specific approval state in the workflow.
Collapse XSD Schema Diagram:
Drilldown into approvalId in schema fpml-doc-5-10_xsd4 Drilldown into approvedPartyReference in schema fpml-doc-5-10_xsd4 Drilldown into approvingPartyReference in schema fpml-doc-5-10_xsd4 Drilldown into approver in schema fpml-doc-5-10_xsd4 Drilldown into status in schema fpml-doc-5-10_xsd4 Drilldown into type in schema fpml-doc-5-10_xsd4XSD Diagram of Approval in schema fpml-doc-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Approval">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A specific approval state in the workflow.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="type" type="ApprovalType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of approval (e.g. "pre-clearing credit").</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="status" type="NormalizedString" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The current state of approval (.e.g preapproved, pending approval, etc.)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="approver" type="PersonId" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The full name or identifiying ID of the relevant approver.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="approvingPartyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to a party defined elsewhere in the document. The party referenced has approved the specified item (e.g. trade or allocation).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="approvedPartyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to a party defined elsewhere in the document. The party referenced was approved for the specified item (e.g. trade or allocation) by the approving party (if specified).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="approvalId" type="ApprovalId" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An identifer for a specific appoval, to allow the approval to be identified and tracked.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type nsE:type 0 (1)
status nsE:status 0 (1)
approver nsE:approver 0 (1)
approvingPartyReference nsE:approvingPartyReference 0 (1)
approvedPartyReference nsE:approvedPartyReference 0 (1)
approvalId nsE:approvalId 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:approval