Definition Type: ComplexType
Name: PostalCodeType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Address.xsd
Abstract
Documentation:
In the United states, the postal code (ZIP code) the basic postal code format consists of five numerical digits and may include a five digit ZIP+4 code that allows delivery of a piece of mail to be even more accurately defined. In Canada, the postal code is a six character alpha-numerical code defined and maintained by Canada Post Corporation for mail processing (sorting and delivery).
Collapse XSD Schema Diagram:
XSD Diagram of PostalCodeType in schema address_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="PostalCodeType">
    <xs:annotation>
        <xs:documentation>
				In the United states, the postal code (ZIP code) the
				basic postal code format consists of five numerical
				digits and may include a five digit ZIP+4 code that
				allows delivery of a piece of mail to be even more
				accurately defined. In Canada, the postal code is a six
				character alpha-numerical code defined and maintained by
				Canada Post Corporation for mail processing
				(sorting and delivery).
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="xs:string" />
    </xs:simpleContent>
</xs:complexType>
Collapse Derivation Tree:
Collapse References:
commons:PostalCode