Definition Type: Element
Name: BusinessName
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Person.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Legal or well known (DBA) name for the business associated with the entity.
Collapse XSD Schema Diagram:
XSD Diagram of BusinessName in schema person_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="BusinessName" type="xs:string" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
						Legal or well known (DBA) name for the business
						associated with the entity.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100017</retsid>
            <example>Acme Homefinders</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>