Open the Portico Developer Guide site
PosGateway Schema
disableEnableFlagType Simple Type
PosGateway Schema : disableEnableFlagType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
disableEnableFlagType Restriction of xs:string
Facets
MaxLength7
EnumerationENABLE
EnumerationDISABLE
Source
<xs:simpleType name="disableEnableFlagType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:maxLength value="7" />
    <xs:enumeration value="ENABLE" />
    <xs:enumeration value="DISABLE" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema