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

How the transaction is authorised. 700=Auth and Settle,702=Auth only.
source <xs:simpleType name="statusMessageType">
 
<xs:annotation>
   
<xs:documentation>
How the transaction is authorised. 700=Auth and Settle,702=Auth only.
</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