Definition Type: Element
Name: FullStreetAddress
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Address.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The FullStreetAddress is a text representation of the address with the full Civic, City, StateOrProvince, PostalCode and, optionally, the Country as a single entity.
Collapse XSD Schema Diagram:
XSD Diagram of FullStreetAddress in schema address_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="FullStreetAddress" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						The FullStreetAddress is a text representation of
						the address with the full Civic, City,
						StateOrProvince, PostalCode and, optionally, the
						Country as a single entity.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100026</retsid>
        </xs:appinfo>
    </xs:annotation>
</xs:element>