<xsd:complexType name="LegalDocumentAdmendment">
<xsd:annotation>
<xsd:documentation xml:lang="en">A legal document admendment, which can be specified by either referencing a legal document that is described elsewhere in the XML file, or by specifying the identity of that amended document.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<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:complexType>
|