Open the Portico Developer Guide site
PosGateway Schema
batchRspCodeType Simple Type
PosGateway Schema : batchRspCodeType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
batchRspCodeType Restriction of xs:string
Facets
Length2
EnumerationGB
EnumerationRB
EnumerationQD
Source
<xs:simpleType name="batchRspCodeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:length value="2" />
    <xs:enumeration value="GB" />
    <xs:enumeration value="RB" />
    <xs:enumeration value="QD" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema