simpleType cardEnvironmentType
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type restriction of xs:integer
properties
base xs:integer
facets
Kind Value Annotation
minInclusive 600
maxInclusive 602
annotation
documentation
600=ChipAndPIN,601=CNP,602=EComm
source <xs:simpleType name="cardEnvironmentType">
 
<xs:annotation>
   
<xs:documentation source="Transaction environment" xml:lang="en">600=ChipAndPIN,601=CNP,602=EComm</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="600"/>
   
<xs:maxInclusive value="602"/>
   
<!--
<xs:enumeration value="600"/>
<xs:enumeration value="602"/>
--
>
 
</xs:restriction>
</xs:simpleType>


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