simpleType municipalityIdType
namespace http://www.ech.ch/xmlns/eCH-0007/6
type restriction of xs:int
properties
base xs:int
used by
elements swissMunicipalityType/municipalityId swissAndFlMunicipalityType/municipalityId buildingIdentificationType/municipality swissMunicipalityType/municipalityId
facets
Kind Value Annotation
minInclusive 1
maxInclusive 9999
totalDigits 4
source <xs:simpleType name="municipalityIdType">
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="9999"/>
   
<xs:totalDigits value="4"/>
 
</xs:restriction>
</xs:simpleType>


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