Definition Type: ComplexType
Name: MarketingInformationType
Namespace: http://rets.org/xsd/Listings/2007-08
Containing Schema: Listings.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into HasSignOnProperty in schema listings_xsd Drilldown into PermitSignOnProperty in schema listings_xsd Drilldown into PermitPictureOnInternet in schema listings_xsd Drilldown into PermitAddressOnInternet in schema listings_xsd Drilldown into PermitInternet in schema listings_xsdXSD Diagram of MarketingInformationType in schema listings_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PermitInternet list:PermitInternet 0 1
PermitAddressOnInternet list:PermitAddressOnInternet 0 1
PermitPictureOnInternet list:PermitPictureOnInternet 0 1
PermitSignOnProperty list:PermitSignOnProperty 0 1
HasSignOnProperty list:HasSignOnProperty 0 1
Collapse Derivation Tree:
Collapse References:
list:MarketingInformation