Definition Type: Group
Name: PortfolioReferenceOrReportIdentification.model
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-msg-5-10.xsd
Documentation:
Defines a model group that allows either details of a portoflio constituent or report constituent to be provided. Typically this will be used in a request retransmission message.
Collapse XSD Schema Diagram:
Drilldown into reportIdentification in schema fpml-msg-5-10_xsd1 Drilldown into ReportSectionIdentification.model in schema fpml-msg-5-10_xsd1 Drilldown into portfolioReference in schema fpml-msg-5-10_xsd1 Drilldown into PortfolioConstituentReference.model in schema fpml-msg-5-10_xsd1XSD Diagram of PortfolioReferenceOrReportIdentification.model in schema fpml-msg-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PortfolioReferenceOrReportIdentification.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defines a model group that allows either details of a portoflio constituent or report constituent to be provided. Typically this will be used in a request retransmission message.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:group ref="PortfolioConstituentReference.model" />
        <xsd:group ref="ReportSectionIdentification.model" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
portfolioReference nsC:portfolioReference 0 (1)
reportIdentification nsC:reportIdentification 0 (1)
<xs:group> nsC:PortfolioConstituentReference.model (1) (1)
<xs:group> nsC:ReportSectionIdentification.model (1) (1)