Definition Type: ComplexType
Name: VersionedContractId
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
Contract Id with Version Support
Collapse XSD Schema Diagram:
Drilldown into effectiveDate in schema fpml-shared-5-10_xsd Drilldown into version in schema fpml-shared-5-10_xsd Drilldown into VersionHistory.model in schema fpml-shared-5-10_xsd Drilldown into contractId in schema fpml-doc-5-10_xsdXSD Diagram of VersionedContractId in schema fpml-doc-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="VersionedContractId">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Contract Id with Version Support</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="contractId" type="ContractId" />
        <xsd:group ref="VersionHistory.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The version of the contract id. The contractId is versioned and not the contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
contractId nsA:contractId (1) (1)
version nsA:version (1) (1)
effectiveDate nsA:effectiveDate 0 (1)
<xs:group> nsA:VersionHistory.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:versionedContractId