Definition Type: Group
Name: ContractOrContractReference.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Documentation:
Choice between identification and representation of the contract.
Collapse XSD Schema Diagram:
Drilldown into contractReference in schema fpml-doc-4-4_xsd Drilldown into contract in schema fpml-doc-4-4_xsdXSD Diagram of ContractOrContractReference.model in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="ContractOrContractReference.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Choice between identification and representation of the contract.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="contract" type="Contract">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An element that allows the full details of the contract to be used as a mechanism for identifying the contract</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="contractReference" type="ContractReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A container since an individual contract can be referenced by two or more different partyTradeIdentifier elements - each allocated by a different party.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
contract fpml:contract (1) (1)
contractReference fpml:contractReference (1) (1)