simpleType currencyExponentType
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type restriction of xs:integer
properties
base xs:integer
used by
attribute currencyType/@exponent
facets
Kind Value Annotation
minInclusive 0
maxInclusive 4
annotation
documentation
Number of decimal places for currency
source <xs:simpleType name="currencyExponentType">
 
<xs:annotation>
   
<xs:documentation>Number of decimal places for currency</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="0"/>
   
<xs:maxInclusive value="4"/>
 
</xs:restriction>
</xs:simpleType>


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