Schema CCValidationRQ.xsd


element Address
diagram
type xsd:string
properties
content  simple
used by
element  AddressGroup

element AddressGroup
diagram
properties
content  complex
children Address City PostalCode StateCode Country CarrierCode
used by
element  CCValidationRQ

element Amount
diagram
type extension of xsd:string
properties
content  complex
used by
element  Authorization

element Authorization
diagram
properties
content  complex
children Amount CurrencyCode CarrierCode
used by
element  CreditCard

element CarrierCode
diagram
type restriction of xsd:string
properties
content  simple
used by
elements  AddressGroup Authorization
facets
minLength  2
maxLength  2

element CCValidationRQ
diagram
properties
content  complex
children CreditCard AddressGroup RecordLocator
attributes
Name   Type   Use   Default   Fixed  
version xsd:string optional        
IATA xsd:string optional        

attribute CCValidationRQ/@version
type xsd:string
properties
isRef  0
use  optional

attribute CCValidationRQ/@IATA
type xsd:string
properties
isRef  0
use  optional

element CCValidationRQ/RecordLocator
diagram
type xsd:string
properties
isRef  0
minOcc  0
maxOcc  1
content  simple

element City
diagram
type xsd:string
properties
content  simple
used by
element  AddressGroup

element Code
diagram
type restriction of xsd:string
properties
content  simple
used by
element  CreditCard
facets
length  2
pattern  [A-Z0-9]{2}

element Country
diagram
type xsd:string
properties
content  simple
used by
element  AddressGroup

element CreditCard
diagram
properties
content  complex
children Code Number Expiration Authorization ElementNumber
used by
element  CCValidationRQ
attributes
Name   Type   Use   Default   Fixed  
Source derived by: xsd:string         

attribute CreditCard/@Source
type restriction of xsd:string
properties
isRef  0
facets
minLength  1

element CreditCard/ElementNumber
diagram
properties
isRef  0
content  complex
attributes
Name   Type   Use   Default   Fixed  
Use derived by: xsd:string         

attribute CreditCard/ElementNumber/@Use
type restriction of xsd:string
properties
isRef  0
facets
length  1
enumeration  A
enumeration  B
enumeration  C

element CurrencyCode
diagram
type xsd:string
properties
content  simple
used by
element  Authorization

element Expiration
diagram
properties
content  complex
children Month Year
used by
element  CreditCard

element Month
diagram
type restriction of xsd:string
properties
content  simple
used by
element  Expiration
facets
pattern  0[1-9]|1[0-2]

element Number
diagram
type restriction of xsd:string
properties
content  simple
used by
element  CreditCard
facets
minLength  1

element PostalCode
diagram
type xsd:string
properties
content  simple
used by
element  AddressGroup

element StateCode
diagram
type xsd:string
properties
content  simple
used by
element  AddressGroup

element Year
diagram
type restriction of xsd:string
properties
content  simple
used by
element  Expiration
facets
pattern  [0-9][0-9]


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