Definition Type: ComplexType
Name: ContractualDocument
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract True
Documentation:
The base type for a legal document.
Collapse XSD Schema Diagram:
Drilldown into documentType in schema fpml-legal-5-10_xsd Drilldown into id in schema fpml-legal-5-10_xsdXSD Diagram of ContractualDocument in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ContractualDocument" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The base type for a legal document.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="documentType" type="LegalDocumentType">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of legal document, identified via a set of distinct attributes, e.g. ISDA 2013 Standard Credit Support Annex English Law.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
documentType nsB:documentType (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:contractualDocumentnsB:StandardCreditSupportAnnexBase,