diagram |
 |
used by |
|
attributes |
|
annotation |
documentation | Credit card attributes |
|
source |
<s:complexType name="CreditCardType">
<s:annotation>
<s:documentation>Credit card attributes</s:documentation>
</s:annotation>
<s:attribute name="PaymentSystem" type="s:string" use="required"/>
<s:attribute name="AccountNumber" type="s:string" use="required"/>
<s:attribute name="ExpirationDate" type="s:gYearMonth"/>
<s:attribute name="ApprovalCode" type="s:string"/>
<s:attribute name="CardHolder" type="s:string"/>
</s:complexType> |