Definition Type: ComplexType
Name: StreetDirPrefixType
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 house number and precedes the street name 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 StreetDirPrefixType in schema address_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="StreetDirPrefixType">
    <xs:annotation>
        <xs:documentation>
				Text field containing the direction that follows the
				house number and precedes the street name 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:StreetDirPrefix