Definition Type: ComplexType
Name: DataDocument
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsB:Document
Containing Schema: fpml-doc-5-0.xsd
Abstract
Documentation:
A type defining a content model that is backwards compatible with older FpML releases and which can be used to contain sets of data without expressing any processing intention.
Collapse XSD Schema Diagram:
Drilldown into account in schema fpml-shared-5-0_xsd1 Drilldown into party in schema fpml-shared-5-0_xsd1 Drilldown into PartiesAndAccounts.model in schema fpml-shared-5-0_xsd1 Drilldown into portfolio in schema fpml-doc-5-0_xsd1 Drilldown into trade in schema fpml-doc-5-0_xsd1 Drilldown into validation in schema fpml-doc-5-0_xsd1 Drilldown into Validation.model in schema fpml-doc-5-0_xsd1 Drilldown into actualBuild in schema fpml-doc-5-0_xsd1 Drilldown into expectedBuild in schema fpml-doc-5-0_xsd1 Drilldown into fpmlVersion in schema fpml-doc-5-0_xsd1 Drilldown into VersionAttributes.atts in schema fpml-doc-5-0_xsd1 Drilldown into Document in schema fpml-doc-5-0_xsd1XSD Diagram of DataDocument in schema fpml-doc-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DataDocument">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a content model that is backwards compatible with older FpML releases and which can be used to contain sets of data without expressing any processing intention.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Document">
            <xsd:sequence>
                <xsd:group ref="Validation.model" />
                <xsd:choice>
                    <xsd:sequence>
                        <xsd:element name="trade" type="Trade" minOccurs="0" maxOccurs="unbounded">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">The root element in an FpML trade document.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="portfolio" type="Portfolio" minOccurs="0" maxOccurs="unbounded">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">An arbitary grouping of trade references (and possibly other portfolios).</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:choice>
                <xsd:group ref="PartiesAndAccounts.model" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
validation nsB:validation 0 unbounded
trade nsB:trade 0 unbounded
portfolio nsB:portfolio 0 unbounded
party nsB:party 0 unbounded
account nsB:account 0 unbounded
<xs:group> nsB:Validation.model (1) (1)
<xs:group> nsB:PartiesAndAccounts.model 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion nsB:fpmlVersion Required
expectedBuild nsB:expectedBuild (Optional)
actualBuild nsB:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:dataDocumentnsB:ValuationDocument,