<xsd:complexType name="LegalDocumentHeader">
<xsd:annotation>
<xsd:documentation xml:lang="en">The legal document header.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyRoles" type="PartyRoles" />
<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="effectiveDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the agreement is effective. It is expected that it will most often correspond to the agreement date, although there could be situations where the parties will explictly agree on a distinct effective date.</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:element name="amendedDocument" type="DocumentReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The reference to the document that is amended by this legal document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="documentHistory" type="LegalDocumentHistory" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|