Definition Type: ComplexType
Name: CarrierRouteType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Address.xsd
Abstract
Documentation:
The group of addresses to which the USPS assigns the same code to aid in mail delivery. For the USPS, these codes are 9 digits: 5 numbers for the ZIP Code, one letter for the carrier route type, and 3 numbers for the carrier route number.
Collapse XSD Schema Diagram:
XSD Diagram of CarrierRouteType in schema address_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="CarrierRouteType">
    <xs:annotation>
        <xs:documentation>
				The group of addresses to which the USPS assigns the
				same code to aid in mail delivery. For the USPS, these
				codes are 9 digits: 5 numbers for the ZIP Code, one
				letter for the carrier route type, and 3 numbers for the
				carrier route number.
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="xs:string" />
    </xs:simpleContent>
</xs:complexType>
Collapse Derivation Tree:
Collapse References:
commons:CarrierRoute