<xs:complexType name="ListingContractType">
<xs:sequence>
<xs:element name="Exclusions" type="commons:SecureString" minOccurs="0">
<xs:annotation>
<xs:documentation>
A description of specifications within the
offer that detail the items to be excluded in
the purchase of the property.
Examples are appliances,windows, decorative
pieces, fixtures or other items.
</xs:documentation>
<xs:appinfo>
<retsid>101231</retsid>
<example>Washer-Dryer</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Inclusions" type="commons:SecureString" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A description of specifications within the
offer that detail the items to be included
in the purchase of the property.
Examples are appliances,windows, decorative
pieces, fixtures or other items.
</xs:documentation>
<xs:appinfo>
<retsid>101232</retsid>
<example>Curtains</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="BuyerMemberCompensationNumeric" type="commons:CommissionType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101233</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="BuyerMemberCompensationText" type="commons:SecureString" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101234</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="SellerMemberCompensationNumeric" type="commons:CommissionType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101235</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="SellerMemberCompensationText" type="commons:SecureString" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101236</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="OtherCompensation" type="commons:StringValueDescriptionPairType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
May contain co-listing compensation,
broker bonus, transaction bonus, or
additional compensation.
</xs:documentation>
<xs:appinfo>
<retsid>101237</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="VariableRateCompensation" type="commons:SecureString" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
A place to capture the varying rate of
compensation. Repeatable to allow for
multiples.
</xs:documentation>
<xs:appinfo>
<retsid>101238</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Disclosures" type="commons:Disclosures" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A local multi-select list of disclosure types
that may include federal flood zone, historic
designation, well on property, etc.
</xs:documentation>
<xs:appinfo>
<retsid>101239</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Possession" type="commons:PossessionEnum" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101240</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="RentalLeaseInformation" type="commons:RentalLeaseInformationType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101241</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="IsDesignatedRepresentative" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101242</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="IsDualAgency" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
There is one agent for the buyer and the
seller.
</xs:documentation>
<xs:appinfo>
<retsid>101243</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="IsDualVariable" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A commission rate is a dual commission
rate, a variable commission rate, or both.
See the variable rate commission element for
the amount.
A dual or variable rate commission arrangement
is one in which the seller agrees to pay a
specified commission if the property is sold
by the listing broker without assistance and
a different commission if the sale results
through the efforts of a cooperating broker,
or one in which the seller agrees to pay a
specified commission if the property is sold
by the listing broker either with or without
the assistance of a cooperating broker and a
different commission if the sale results
through the efforts of a seller.
</xs:documentation>
<xs:appinfo>
<retsid>101244</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|