Namespace: |
|
Type: |
|
Content: |
simple |
Defined: |
XML Representation Summary |
||
<cardNumber> |
||
Content: |
{ xsd:string } |
|
</cardNumber> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The card number is required. The following are the validation rules for listed
</xsd:documentation>
<b>networkBrand</b>
types:
<ul>
<li>
</ul>
VISA -- prefix 4, card# length 16 or 13, Luhn mod 10 check sum
</li>
<li>
Mastercard -- prefix 51-55, card# length 16, Luhn mod 10 check sum
</li>
<li>
American Express, prefix 34 or 37, card# length 15, Luhn mod 10 check sum
</li>
<li>
Discover, prefix 6011, card# length 16, Luhn mod 10 check sum
</li>
<li>
Diners Club, prefix 300-305 or 36 or 38, card# length 14, Luhn mod 10 check sum
</li>
<li>
JCB, prefix 3, card# length 16, Luhn mod 10 check sum
</li>
</xsd:element>
|