<xs:complexType name="ListingTermsType">
<xs:annotation>
<xs:documentation>
Contains the Seller conditions, buyer contingencies
and buyer/seller financial information
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Financial" type="commons:ListingFinancialType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The financial terms and instruments requested by
the seller.
</xs:documentation>
<xs:appinfo>
<retsid>100359</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|