simpleType paymentDataType
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type restriction of xs:string
properties
base xs:string
used by
element Batch/Document/Payment/Data
facets
Kind Value Annotation
minLength 0
maxLength 100
annotation
documentation

If payment/Data/Type=48201 then Data=6|CardToken|CardLast4Digits,
if payment/Data/Type=48202 then Data=CardTokenLookupKey,
If payment/Data/Type=48203 then Data=4|PAN|ExpiryDate|reserved|reserved,
If payment/Data/Type=48204 then Data=8|PAN|ExpiryDate|AuthCode|AuthDate|TID,
If payment/Data/Type=48205 then Data=9|AuthCode
source <xs:simpleType name="paymentDataType">
 
<xs:annotation>
   
<xs:documentation>
If payment/Data/Type=48201 then Data=6|CardToken|CardLast4Digits,
if payment/Data/Type=48202 then Data=CardTokenLookupKey,
If payment/Data/Type=48203 then Data=4|PAN|ExpiryDate|reserved|reserved,
If payment/Data/Type=48204 then Data=8|PAN|ExpiryDate|AuthCode|AuthDate|TID,
If payment/Data/Type=48205 then Data=9|AuthCode
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="100"/>
 
</xs:restriction>
</xs:simpleType>


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