Definition Type: ComplexType
Name: VersionedContractId
Namespace: http://www.fpml.org/FpML-5/reporting
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_xsd4 Drilldown into version in schema fpml-shared-5-10_xsd4 Drilldown into VersionHistory.model in schema fpml-shared-5-10_xsd4 Drilldown into contractId in schema fpml-doc-5-10_xsd4XSD Diagram of VersionedContractId in schema fpml-doc-5-10_xsd4 (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" minOccurs="0" />
        <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 nsE:contractId 0 (1)
version nsE:version 0 (1)
effectiveDate nsE:effectiveDate 0 (1)
<xs:group> nsE:VersionHistory.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:versionedContractId