Definition Type: Element
Name: MarketingInformation
Namespace: http://rets.org/xsd/Listings/2007-08
Type: list:MarketingInformationType
Containing Schema: Listings.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Extensible: Information related to the visibility of the listing on the internet, visibility of certain items in the listing on the internet, and the permission to place signage on the property. Information related to how the listing is allowed to be marketed as a part of the agreement between the seller and the agent.
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_xsd Drilldown into MarketingInformationType in schema listings_xsdXSD Diagram of MarketingInformation in schema listings_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="MarketingInformation" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Extensible:	Information related to the visibility
						of the listing on the internet, visibility
						of certain items in the listing on the
						internet, and the permission to place 
						signage on the property. Information
						related to how the listing is allowed
						to be marketed as a part of the
						agreement between the seller and the
						agent.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100361</retsid>
            <example>
            </example>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="list:MarketingInformationType">
                <xs:sequence>
                    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
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
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree: