Open the Portico Developer Guide site
PosGateway Schema
cityType Simple Type
PosGateway Schema : cityType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
cityType Restriction of xs:string
Facets
MaxLength20
Source
<xs:simpleType name="cityType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:maxLength value="20" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema