Definition Type: Element
Name: Phone
Namespace: http://rets.org/xsd/Syndication/2008-03
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Phone number as a string, no specific format enforced.
Collapse XSD Schema Diagram:
XSD Diagram of Phone in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>