complexType CreditCardType
diagram sigws_p316.png
used by
elements PaymentType/CreditCard TicketDataType/FOPData/FOPItem/CreditCard
attributes
Name  Type  Use  Default  Fixed  Annotation
PaymentSystem  s:string  required      
AccountNumber  s:string  required      
ExpirationDate  s:gYearMonth        
ApprovalCode  s:string        
CardHolder  s:string        
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>

attribute CreditCardType/@PaymentSystem
type s:string
properties
use required
source <s:attribute name="PaymentSystem" type="s:string" use="required"/>

attribute CreditCardType/@AccountNumber
type s:string
properties
use required
source <s:attribute name="AccountNumber" type="s:string" use="required"/>

attribute CreditCardType/@ExpirationDate
type s:gYearMonth
source <s:attribute name="ExpirationDate" type="s:gYearMonth"/>

attribute CreditCardType/@ApprovalCode
type s:string
source <s:attribute name="ApprovalCode" type="s:string"/>

attribute CreditCardType/@CardHolder
type s:string
source <s:attribute name="CardHolder" type="s:string"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy