<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>
|