Definition Type: ComplexType
Name: BusinessType
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
Abstract
Documentation:
Name and contact information for a business.
Collapse XSD Schema Diagram:
Drilldown into Address in schema syndication_xsd Drilldown into LogoURL in schema syndication_xsd Drilldown into WebsiteURL in schema syndication_xsd Drilldown into Email in schema syndication_xsd Drilldown into Phone in schema syndication_xsd Drilldown into Name in schema syndication_xsdXSD Diagram of BusinessType in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="BusinessType">
    <xs:annotation>
        <xs:documentation>
				Name and contact information for a business.
			</xs:documentation>
        <xs:appinfo>
            <retsid>101822</retsid>
        </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Name" type="xs:string" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Name of the business. Required.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>101823</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Phone" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Phone number as a string, no specific
						format enforced.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>101824</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Email" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Email address as a string no specific
						format enforced.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>101825</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						URL for the company website. Format is enforced.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>101826</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <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>
        <xs:element name="Address" type="commons:Address" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Address for the business.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>101828</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name synd:Name 1 1
Phone synd:Phone 0 1
Email synd:Email 0 1
WebsiteURL synd:WebsiteURL 0 1
LogoURL synd:LogoURL 0 1
Address synd:Address 0 1
Collapse Derivation Tree:
Collapse References:
synd:Brokerage, synd:Franchise