<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>
|