Definition Type: ComplexType
Name: Document
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract True
Documentation:
The abstract base type from which all FpML compliant messages and documents must be derived.
Collapse XSD Schema Diagram:
Drilldown into actualBuild in schema fpml-doc-4-4_xsd Drilldown into expectedBuild in schema fpml-doc-4-4_xsd Drilldown into version in schema fpml-doc-4-4_xsd Drilldown into VersionAttributes.atts in schema fpml-doc-4-4_xsdXSD Diagram of Document in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Document" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The abstract base type from which all FpML compliant messages and documents must be derived.</xsd:documentation>
    </xsd:annotation>
    <xsd:attributeGroup ref="VersionAttributes.atts" />
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
version fpml:version Required
expectedBuild fpml:expectedBuild (Optional)
actualBuild fpml:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:DataDocument, fpml:FpML, fpml:Message