<xs:complexType name="ClosingTermsType">
<xs:annotation>
<xs:documentation>
Contains the Seller conditions, buyer contingencies
and buyer/seller financial information
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Contingencies" type="commons:ContingenciesType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The conditions that must be satisfied or waived
to close the agreement.
</xs:documentation>
<xs:appinfo>
<retsid>100357</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Conditions" type="xs:string" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The statutory conditions that the seller
must satisfy to close the agreement.
</xs:documentation>
<xs:appinfo>
<retsid>101230</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Financial" type="commons:ClosingFinancialType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The financial terms and instruments agreed between
the buyer and seller.
</xs:documentation>
<xs:appinfo>
<retsid>101598</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|