simpleType countryIdType
namespace http://www.ech.ch/xmlns/eCH-0010/6
type restriction of xs:integer
properties
base xs:integer
used by
element countryType/countryId
facets
Kind Value Annotation
minInclusive 1000
maxInclusive 9999
source <xs:simpleType name="countryIdType">
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="1000"/>
   
<xs:maxInclusive value="9999"/>
 
</xs:restriction>
</xs:simpleType>


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