<xsd:complexType name="ContractReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type which contains identifiers to a single contract, which are assigned by parties to the contract.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="identifier" type="ContractIdentifier" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A contract identifier which is assigned by a party to the contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|