Open the Portico Developer Guide site
PosGateway Schema
encryptedDataFormatType Simple Type
PosGateway Schema : encryptedDataFormatType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:int
Overview
encryptedDataFormatType Restriction of xs:int
Facets
Pattern\d{1}
MinInclusive1
MaxInclusive2
Source
<xs:simpleType name="encryptedDataFormatType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:int">
    <xs:pattern value="\d{1}" />
    <xs:minInclusive value="1" />
    <xs:maxInclusive value="2" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema