simpleType lookupModeType
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type restriction of xs:integer
properties
base xs:integer
used by
element Batch/Document/Payment/LookupMode
facets
Kind Value Annotation
minInclusive 1
maxInclusive 9
annotation
documentation
How the payment data is looked up
source <xs:simpleType name="lookupModeType">
 
<xs:annotation>
   
<xs:documentation>How the payment data is looked up</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="9"/>
 
</xs:restriction>
</xs:simpleType>


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