Definition Type: ComplexType
Name: LegalDocumentHeader
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
The legal document header.
Collapse XSD Schema Diagram:
Drilldown into documentHistory in schema fpml-legal-5-10_xsd Drilldown into amendedDocument in schema fpml-legal-5-10_xsd Drilldown into partyDocumentIdentifier in schema fpml-legal-5-10_xsd Drilldown into effectiveDate in schema fpml-legal-5-10_xsd Drilldown into agreementDate in schema fpml-legal-5-10_xsd Drilldown into partyRoles in schema fpml-legal-5-10_xsdXSD Diagram of LegalDocumentHeader in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LegalDocumentHeader">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The legal document header.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyRoles" type="PartyRoles" />
        <xsd:element name="agreementDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the legal document has been agreed between the parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the agreement is effective. It is expected that it will most often correspond to the agreement date, although there could be situations where the parties will explictly agree on a distinct effective date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="partyDocumentIdentifier" type="PartyDocumentIdentifier" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The legal document identifier. Several identifiers can be specified.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="amendedDocument" type="DocumentReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The reference to the document that is amended by this legal document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="documentHistory" type="LegalDocumentHistory" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyRoles nsB:partyRoles (1) (1)
agreementDate nsB:agreementDate (1) (1)
effectiveDate nsB:effectiveDate (1) (1)
partyDocumentIdentifier nsB:partyDocumentIdentifier 0 unbounded
amendedDocument nsB:amendedDocument 0 (1)
documentHistory nsB:documentHistory 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:documentHeader