Definition Type: ComplexType
Name: StreetDirSuffixType
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 direction that follows the street suffix in an address. The format may be either an abbreviation, such as "NE" or "N.E" or the full direction, "Northeast".
Collapse XSD Schema Diagram:
XSD Diagram of StreetDirSuffixType in schema address_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="StreetDirSuffixType">
    <xs:annotation>
        <xs:documentation>
				Text field containing the direction that follows the
				street suffix in an address. The format may be either an
				abbreviation, such as "NE" or "N.E" or the full
				direction, "Northeast".
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="xs:string" />
    </xs:simpleContent>
</xs:complexType>
Collapse Derivation Tree:
Collapse References:
commons:StreetDirSuffix