tns:USZipCodeType

A 5 digit or 9-digit US zip-code type in one of the following 
formats: NNNNN or NNNNN-NNNN.

Simple Type Information

Used By

Source

<xsd:simpleType name="USZipCodeType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">A 5 digit or 9-digit US zip-code type in one of the following formats: NNNNN or NNNNN-NNNN.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:pattern value="\d{5}|\d{5}-\d{4}"/>
  </xsd:restriction>
</xsd:simpleType>