Definition Type: ComplexType
Name: AbstractApplicablePartyProfileObjects
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract True
Documentation:
An abstract base type that combines objects applicable to the description of a party profile (e.g. applicable assets and cash evets to specific contacts or settlement instructions).
Collapse XSD Schema Diagram:
Drilldown into applicableTransactions in schema fpml-loan-5-10_xsd Drilldown into applicableAssets in schema fpml-loan-5-10_xsd Drilldown into identifier in schema fpml-loan-5-10_xsdXSD Diagram of AbstractApplicablePartyProfileObjects in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AbstractApplicablePartyProfileObjects" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An abstract base type that combines objects applicable to the description of a party profile (e.g. applicable assets and cash evets to specific contacts or settlement instructions).</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="identifier" type="AssociationToAssetIdentifier" />
        <xsd:sequence>
            <xsd:element name="applicableAssets" type="ApplicableAssets" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>A structure which describes the applicable assets.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="applicableTransactions" type="ApplicableTransactionType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>A scheme which defines the types of applicable transactions.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
identifier nsA:identifier (1) (1)
applicableAssets nsA:applicableAssets 0 (1)
applicableTransactions nsA:applicableTransactions 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ApplicableCommunicationDetails, nsA:ApplicableSettlementInstructionDetails