XML Schema Documentation

Complex Type: GenericAgreement

[Table of contents]

Super-types: None
Sub-types: None
Name GenericAgreement
Used by (from the same schema document) Complex Type PartyRelationshipDocumentation
Abstract no
Documentation An entity for defining a generic agreement executed between two parties for any purpose.
XML Instance Representation
<...>
<type> AgreementType </type> [1]

'The type of agreement executed between the parties.'

<version> AgreementVersion </version> [0..1]

'The version of the agreement.'

<date> xsd:date </date> [0..1]

'The date on which the agreement was signed.'

<amendmentDate> xsd:date </amendmentDate> [0..*]

'A date on which the agreement was amended.'

<governingLaw> GoverningLaw </governingLaw> [0..1]

'Identification of the law governing the agreement.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="GenericAgreement">
<xsd:sequence>
<xsd:element name="type" type=" AgreementType "/>
<xsd:element name="version" type=" AgreementVersion " minOccurs="0"/>
<xsd:element name="date" type=" xsd:date " minOccurs="0"/>
<xsd:element name="amendmentDate" type=" xsd:date " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="governingLaw" type=" GoverningLaw " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>