<xsd:complexType name="GenericAgreement">
<xsd:annotation>
<xsd:documentation xml:lang="en">An entity for defining a generic agreement executed between two parties for any purpose.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="type" type="AgreementType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of agreement executed between the parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="version" type="AgreementVersion" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The version of the agreement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="date" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the agreement was signed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="amendmentDate" type="xsd:date" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A date on which the agreement was amended.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="governingLaw" type="GoverningLaw" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identification of the law governing the agreement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|