<xsd:complexType name="LegalDocumentIdentity">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type to specify the legal document identity.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference" maxOccurs="2">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parties to the legal document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="documentType" type="LegalDocumentType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The recognizable attributes of the particular legal document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="agreementDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the legal document has been agreed between the parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="partyDocumentIdentifier" type="PartyDocumentIdentifier" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The legal document identifier. Several identifiers can be specified.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|