<xs:simpleType name="cvv2Status" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="ILLEGIBLE">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">ILLEGIBLE—The value is present but is not readable.</p>
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NOTPRESENT">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">NOTPRESENT—Can be used in cases where the value is not present or imprinted on the card for instance.</p>
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|