Definition Type: ComplexType
Name: StreetNameType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Address.xsd
Abstract
Documentation:
Text field containing the name of the street in an address. This may follow the house number or, if applicable, the street direction prefix. It precedes the street suffix. for example, in the address "123 Main St.", "Main" is the street name.
Collapse XSD Schema Diagram:
XSD Diagram of StreetNameType in schema address_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="StreetNameType">
    <xs:annotation>
        <xs:documentation>
				Text field containing the name of the street in an
				address.  This may follow the house number or, if
				applicable, the street direction prefix. It precedes the
				street suffix. for example, in the address
				"123 Main St.", "Main" is the street name.
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="xs:string" />
    </xs:simpleContent>
</xs:complexType>
Collapse Derivation Tree:
Collapse References:
commons:StreetName