A Card can be expressed either by a code in a list or a 2 alpha upper code |
Attribute | FOP_CreditCardType/@Code |
<xs:simpleType name="FOP_CardCodeType"> <xs:annotation> <xs:documentation>A Card can be expressed either by a code in a list or a 2 alpha upper code</xs:documentation> </xs:annotation> <xs:union memberTypes="FOP_CardTypeCodeType AlphaUpper2Type"/> </xs:simpleType> |