Open the Portico Developer Guide site
PosGateway Schema
emvChipConditionType Simple Type
PosGateway Schema : emvChipConditionType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
emvChipConditionType Restriction of xs:string
Facets
EnumerationCHIP_FAILED_PREV_SUCCESS
EnumerationCHIP_FAILED_PREV_FAILED
Source
<xs:simpleType name="emvChipConditionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="CHIP_FAILED_PREV_SUCCESS">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Use this condition type when the current chip read failed but the previous transaction on the same device was either a successful chip read or was not a chip transaction.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CHIP_FAILED_PREV_FAILED">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Use this condition type when the current chip read failed and the previous transaction on the same device was also an unsuccessful chip read.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema