Open the Portico Developer Guide site
PosGateway Schema
zipType Simple Type
PosGateway Schema : zipType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
zipType Restriction of xs:string
Facets
MaxLength9
Pattern^[0-9A-Za-z]*
Source
<xs:simpleType name="zipType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:maxLength value="9" />
    <xs:pattern value="^[0-9A-Za-z]*" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema