simpleType discountTreatmentType
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/DiscountTreatment
facets
Kind Value Annotation
minInclusive 6101
maxInclusive 6104
annotation
documentation

Indicates whether line-level discount amounts are based on the UnitPrice or LineItemSubtotal, and whether the amounts are net or gross of discount. 6101=NoDiscount, 6102=UN (UnitPrice Net), 6103=UG (UnitPrice Gross),6104=TN (LineSubTotal Net)
source <xs:simpleType name="discountTreatmentType">
 
<xs:annotation>
   
<xs:documentation>
Indicates whether line-level discount amounts are based on the UnitPrice or LineItemSubtotal, and whether the amounts are net or gross of discount. 6101=NoDiscount, 6102=UN (UnitPrice Net), 6103=UG (UnitPrice Gross),6104=TN (LineSubTotal Net)
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="6101"/>
   
<xs:maxInclusive value="6104"/>
 
</xs:restriction>
</xs:simpleType>


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