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