Definition Type: ComplexType
Name: Approval
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
A specific approval state in the workflow.
Collapse XSD Schema Diagram:
Drilldown into approver in schema fpml-doc-4-4_xsd Drilldown into status in schema fpml-doc-4-4_xsd Drilldown into type in schema fpml-doc-4-4_xsdXSD Diagram of Approval in schema fpml-doc-4-4_xsd (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="xsd:normalizedString">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of approval (e.g. "Credit").</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="status" type="xsd:normalizedString">
            <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="xsd:normalizedString" 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:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type fpml:type (1) (1)
status fpml:status (1) (1)
approver fpml:approver 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:approval