<xs:complexType name="MarketingInformationType">
<xs:annotation>
<xs:documentation>
Items related to the contract between the
selling agent and the owner.
These indicators are used to determine the
visibility of the listing on the internet,
visibility of address on the internet, visibility
of the photo on the internet, and whether the
property has a sign. Additional elements
may be others discovered in the future.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PermitInternet" type="commons:SecureBoolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The seller agreed to permit the
listing to be marketed on the
internet.
</xs:documentation>
<xs:appinfo>
<retsid>100342</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="PermitAddressOnInternet" type="commons:SecureBoolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The seller agreed to permit the
property address to be displayed
on the internet.
</xs:documentation>
<xs:appinfo>
<retsid>100343</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="PermitPictureOnInternet" type="commons:SecureBoolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The seller agreed to permit the
display of image(s) of the property
on the internet.
</xs:documentation>
<xs:appinfo>
<retsid>100344</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="PermitSignOnProperty" type="commons:SecureBoolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The seller agreed to permit a for-sale
sign on the property and asserts the
right to provide that permission.
This may be constrained by local
rules or home-owner rules.
</xs:documentation>
<xs:appinfo>
<retsid>100345</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="HasSignOnProperty" type="commons:SecureBoolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A for-sale sign is on the property.
</xs:documentation>
<xs:appinfo>
<retsid>100388</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|