complexType currencyType
diagram adflex-bureau-v1.0.0_diagrams/adflex-bureau-v1.0.0_p100.png
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type extension of currencyValueType
properties
base currencyValueType
used by
elements BatchResponse/Document/Amount Batch/Document/Header/Discount Batch/Document/Line/Discount Batch/Document/Header/Gross Batch/Document/Header/Net Batch/Document/Line/NetTotal Batch/Document/Line/NetUnit Batch/Document/Header/Tax Batch/Document/Line/TaxAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 99999999
attributes
Name  Type  Use  Default  Fixed  Annotation
currencyCode  currencyCodeType  required      
exponent  currencyExponentType  required      
source <xs:complexType name="currencyType">
 
<xs:simpleContent>
   
<xs:extension base="currencyValueType">
     
<xs:attribute name="currencyCode" type="currencyCodeType" use="required"/>
     
<xs:attribute name="exponent" type="currencyExponentType" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute currencyType/@currencyCode
type currencyCodeType
properties
use required
facets
Kind Value Annotation
minLength 3
maxLength 3
source <xs:attribute name="currencyCode" type="currencyCodeType" use="required"/>

attribute currencyType/@exponent
type currencyExponentType
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 4
source <xs:attribute name="exponent" type="currencyExponentType" use="required"/>


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