simpleType countryCodeType
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type restriction of xs:integer
properties
base xs:integer
used by
elements Batch/Document/Supplier/CountryCode Batch/Document/Buyer/CountryCode Batch/Document/DeliveryPoint/CountryCode
facets
Kind Value Annotation
minInclusive 0
maxInclusive 999
annotation
documentation
ISO 3166 3 digit numerical code
source <xs:simpleType name="countryCodeType">
 
<xs:annotation>
   
<xs:documentation>ISO 3166 3 digit numerical code</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="0"/>
   
<xs:maxInclusive value="999"/>
 
</xs:restriction>
</xs:simpleType>


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