Definition Type: ComplexType
Name: DataDocument
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:Document
Containing Schema: fpml-doc-5-10.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-10_xsd5 Drilldown into party in schema fpml-shared-5-10_xsd5 Drilldown into PartiesAndAccounts.model in schema fpml-shared-5-10_xsd5 Drilldown into trade in schema fpml-doc-5-10_xsd5 Drilldown into originatingEvent in schema fpml-doc-5-10_xsd5 Drilldown into onBehalfOf in schema fpml-doc-5-10_xsd5 Drilldown into actualBuild in schema fpml-doc-5-10_xsd5 Drilldown into expectedBuild in schema fpml-doc-5-10_xsd5 Drilldown into fpmlVersion in schema fpml-doc-5-10_xsd5 Drilldown into VersionAttributes.atts in schema fpml-doc-5-10_xsd5 Drilldown into Document in schema fpml-doc-5-10_xsd5XSD Diagram of DataDocument in schema fpml-doc-5-10_xsd5 (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:sequence>
                    <xsd:element name="onBehalfOf" type="OnBehalfOf" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Indicates which party (and accounts) a trade is being processed for.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="originatingEvent" type="OriginatingEvent" />
                    <xsd:element name="trade" type="Trade" maxOccurs="unbounded">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">The root element in an FpML trade document.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
                <xsd:group ref="PartiesAndAccounts.model" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
onBehalfOf nsF:onBehalfOf 0 (1)
originatingEvent nsF:originatingEvent (1) (1)
trade nsF:trade (1) unbounded
party nsF:party 0 unbounded
account nsF:account 0 unbounded
<xs:group> nsF:PartiesAndAccounts.model 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion nsF:fpmlVersion Required
expectedBuild nsF:expectedBuild (Optional)
actualBuild nsF:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:dataDocument