Definition Type: ComplexType
Name: ContractIdentifier
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
A type defining a contract identifier issued by the indicated party.
Collapse XSD Schema Diagram:
Drilldown into versionedContractId in schema fpml-doc-4-4_xsd Drilldown into contractId in schema fpml-doc-4-4_xsd Drilldown into partyReference in schema fpml-doc-4-4_xsd Drilldown into id in schema fpml-doc-4-4_xsdXSD Diagram of ContractIdentifier in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ContractIdentifier">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a contract identifier issued by the indicated party.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to a party identifier defined elsewhere in the document. The party referenced has allocated the contract identifier.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice>
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Where the legal activity is to agree a contract of variation then the business process should be to modify a contract. This is a contract in its own right and not a version of a previous contract. Where the business process is to replace and supersede a contract then you have a new contract and a contract version should not be used</xsd:documentation>
            </xsd:annotation>
            <xsd:element name="contractId" type="ContractId" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A contract id which is not version aware.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="versionedContractId" type="VersionedContractId" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A contract id which is version aware.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference fpml:partyReference (1) (1)
contractId fpml:contractId (1) unbounded
versionedContractId fpml:versionedContractId (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:identifier, fpml:identifier, fpml:identifier