Definition Type: ComplexType
Name: ApplicableCommunicationDetails
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:AbstractApplicablePartyProfileObjects
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that defines the assets (or type of assets) that a particular set of communication details may be associated with.
Collapse XSD Schema Diagram:
Drilldown into personReference in schema fpml-loan-5-10_xsd Drilldown into businessUnitReference in schema fpml-loan-5-10_xsd Drilldown into purpose in schema fpml-loan-5-10_xsd 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_xsd Drilldown into AbstractApplicablePartyProfileObjects in schema fpml-loan-5-10_xsdXSD Diagram of ApplicableCommunicationDetails in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ApplicableCommunicationDetails">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that defines the assets (or type of assets) that a particular set of communication details may be associated with.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="AbstractApplicablePartyProfileObjects">
            <xsd:sequence>
                <xsd:element name="purpose" type="ApplicablePurpose">
                    <xsd:annotation>
                        <xsd:documentation>A scheme to describe the purpose of a person or business unit in relation to an asset or assets.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:choice>
                    <xsd:element name="businessUnitReference" type="BusinessUnitReference">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">A reference to the business unit element of a party block.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="personReference" type="PersonReference">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">A reference to a person element of a party block.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:choice>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</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
purpose nsA:purpose (1) (1)
businessUnitReference nsA:businessUnitReference (1) (1)
personReference nsA:personReference (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:communicationDetails