complexType taxRateType
diagram adflex-bureau-v1.0.0_diagrams/adflex-bureau-v1.0.0_p102.png
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type extension of taxRateValueType
properties
base taxRateValueType
used by
element Batch/Document/Line/TaxRate
facets
Kind Value Annotation
minInclusive 0
maxInclusive 99999999
attributes
Name  Type  Use  Default  Fixed  Annotation
exponent  taxRateExponentType  required      
source <xs:complexType name="taxRateType">
 
<xs:simpleContent>
   
<xs:extension base="taxRateValueType">
     
<xs:attribute name="exponent" type="taxRateExponentType" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute taxRateType/@exponent
type taxRateExponentType
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 2
source <xs:attribute name="exponent" type="taxRateExponentType" use="required"/>


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