Definition Type: ComplexType
Name: LegalDocumentIdentity
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
A type to specify the legal document identity.
Collapse XSD Schema Diagram:
Drilldown into partyDocumentIdentifier in schema fpml-legal-5-10_xsd Drilldown into agreementDate in schema fpml-legal-5-10_xsd Drilldown into documentType in schema fpml-legal-5-10_xsd Drilldown into partyReference in schema fpml-legal-5-10_xsd Drilldown into id in schema fpml-legal-5-10_xsdXSD Diagram of LegalDocumentIdentity in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LegalDocumentIdentity">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type to specify the legal document identity.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference" maxOccurs="2">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The parties to the legal document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="documentType" type="LegalDocumentType">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The recognizable attributes of the particular legal document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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="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:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsB:partyReference (1) 2
documentType nsB:documentType (1) (1)
agreementDate nsB:agreementDate (1) (1)
partyDocumentIdentifier nsB:partyDocumentIdentifier 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:DocumentIdentity