simpleType documentTypeType
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/Header/DocumentType
facets
Kind Value Annotation
minInclusive 5001
maxInclusive 5002
annotation
documentation
what type of document,5001=Invoice,5002=Credit
source <xs:simpleType name="documentTypeType">
 
<xs:annotation>
   
<xs:documentation>what type of document,5001=Invoice,5002=Credit</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="5001"/>
   
<xs:maxInclusive value="5002"/>
 
</xs:restriction>
</xs:simpleType>


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