Definition Type: Element
Name: LogoURL
Namespace: http://rets.org/xsd/Syndication/2008-03
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
URL for the business logo. Format is enforced.
Collapse XSD Schema Diagram:
XSD Diagram of LogoURL in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="LogoURL" type="xs:anyURI" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						URL for the business logo. Format is enforced.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101827</retsid>
        </xs:appinfo>
    </xs:annotation>
</xs:element>