Definition Type: ComplexType
Name: AbstractPartyProfileId
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract True
Documentation:
An abstract base type that identifies a party profile.
Collapse XSD Schema Diagram:
Drilldown into partyProfileIdentifier in schema fpml-loan-5-10_xsdXSD Diagram of AbstractPartyProfileId in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AbstractPartyProfileId" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An abstract base type that identifies a party profile.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyProfileIdentifier" type="PartyProfileIdentifier" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyProfileIdentifier nsA:partyProfileIdentifier (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:AbstractPartyProfile