Open the Portico Developer Guide site
PosGateway Schema
SCAExemptionTypeType Simple Type
PosGateway Schema : SCAExemptionTypeType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
SCAExemptionTypeType Restriction of xs:string
Facets
EnumerationTrustedMerchant
EnumerationLowValue
EnumerationSecureCorporatePayment
EnumerationTxnRiskAnalysis
EnumerationDelegatedAuth
EnumerationAuthenticationOutage
EnumerationMerchantInitiated
EnumerationRecurringPayment
Source
<xs:simpleType name="SCAExemptionTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="TrustedMerchant" />
    <xs:enumeration value="LowValue" />
    <xs:enumeration value="SecureCorporatePayment" />
    <xs:enumeration value="TxnRiskAnalysis" />
    <xs:enumeration value="DelegatedAuth" />
    <xs:enumeration value="AuthenticationOutage" />
    <xs:enumeration value="MerchantInitiated" />
    <xs:enumeration value="RecurringPayment" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema