simpleType taxTreatmentType
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/TaxTreatment
facets
Kind Value Annotation
minInclusive 6002
maxInclusive 6006
annotation
documentation
Whether tax is calculated at line or invoice level. 6002=NIL, 6003=GIL, 6004=NLL, 6005=GLL, 6006=NON
source <xs:simpleType name="taxTreatmentType">
 
<xs:annotation>
   
<xs:documentation>Whether tax is calculated at line or invoice level. 6002=NIL, 6003=GIL, 6004=NLL, 6005=GLL, 6006=NON</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="6002"/>
   
<xs:maxInclusive value="6006"/>
 
</xs:restriction>
</xs:simpleType>


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