Definition Type: ComplexType
Name: PartyPortfolioName
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
A type to represent a portfolio name for a particular party.
Collapse XSD Schema Diagram:
Drilldown into portfolioName in schema fpml-doc-5-10_xsd3 Drilldown into partyReference in schema fpml-doc-5-10_xsd3 Drilldown into id in schema fpml-doc-5-10_xsd3XSD Diagram of PartyPortfolioName in schema fpml-doc-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartyPortfolioName">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type to represent a portfolio name for a particular party.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to a party identifier defined elsewhere in the document. The party referenced has allocated the trade identifier.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="portfolioName" type="PortfolioName" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsD:partyReference 0 (1)
portfolioName nsD:portfolioName 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:partyPortfolioName