Definition Type: ComplexType
Name: LegalDocumentType
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
The type of legal document.
Collapse XSD Schema Diagram:
Drilldown into version in schema fpml-legal-5-10_xsd Drilldown into style in schema fpml-legal-5-10_xsd Drilldown into publisher in schema fpml-legal-5-10_xsd Drilldown into name in schema fpml-legal-5-10_xsdXSD Diagram of LegalDocumentType in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LegalDocumentType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The type of legal document.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="name" type="LegalDocumentName">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The legal document name.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="publisher" type="LegalDocumentPublisher">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The legal document publisher.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="style" type="LegalDocumentStyle" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The legal document reference style, e.g. English Law, New York Law or Japanese Law.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="version" type="Token" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">In the case where successive definitions of the legal document have been developed, the identification of the specific definition. This is typically (but not necessarily) done by referencing the year, e.g. 2013 in the case of the ISDA 2013 Standard Credit Support Annex.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsB:name (1) (1)
publisher nsB:publisher (1) (1)
style nsB:style 0 (1)
version nsB:version 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:documentType, nsB:documentType, nsB:documentType