simpleType swissZipCodeType
namespace http://www.ech.ch/xmlns/eCH-0010/6
type restriction of xs:unsignedInt
properties
base xs:unsignedInt
used by
elements addressInformationType/swissZipCode swissAddressInformationType/swissZipCode localityType/swissZipCode streetSectionType/swissZipCode buildingIdentificationType/zipCode localityType/swissZipCode
facets
Kind Value Annotation
minInclusive 1000
maxInclusive 9999
source <xs:simpleType name="swissZipCodeType">
 
<xs:restriction base="xs:unsignedInt">
   
<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