simpleType currencyCodeType
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type restriction of xs:string
properties
base xs:string
used by
attribute currencyType/@currencyCode
facets
Kind Value Annotation
minLength 3
maxLength 3
annotation
documentation
ISO 4217 numerical currency code
source <xs:simpleType name="currencyCodeType">
 
<xs:annotation>
   
<xs:documentation>ISO 4217 numerical currency code</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="3"/>
   
<xs:maxLength value="3"/>
 
</xs:restriction>
</xs:simpleType>


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