<xs:simpleType name="FOP_CardTypeCodeType">
<xs:annotation>
<xs:documentation>**************************************- Standard credit Card codes **>AX : American Express **>MC : Master Card **> VI : Visa xxxDF add elements **************************************-</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="AX">
<xs:annotation>
<xs:documentation>American Express</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CA"/>
<xs:enumeration value="CB"/>
<xs:enumeration value="DC">
<xs:annotation>
<xs:documentation>Diners Club</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DS"/>
<xs:enumeration value="JC">
<xs:annotation>
<xs:documentation>JCB</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LA">
<xs:annotation>
<xs:documentation>Laser</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MC">
<xs:annotation>
<xs:documentation>Master Card</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MD">
<xs:annotation>
<xs:documentation>Maestro</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SO">
<xs:annotation>
<xs:documentation>Solo</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SW">
<xs:annotation>
<xs:documentation>Switch</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VD">
<xs:annotation>
<xs:documentation>Visa Delta</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VE">
<xs:annotation>
<xs:documentation>Visa Electron</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VI">
<xs:annotation>
<xs:documentation>Visa</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VP">
<xs:annotation>
<xs:documentation>Visa Purchase</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType> |