simpleType neighbourhoodType
namespace http://www.ech.ch/xmlns/eCH-0129/5
type restriction of xs:nonNegativeInteger
properties
base xs:nonNegativeInteger
used by
elements buildingType/neighbourhood buildingOnlyType/neighbourhood buildingType/neighbourhood
facets
Kind Value Annotation
minInclusive 1000
maxInclusive 9999999
source <xs:simpleType name="neighbourhoodType">
 
<xs:restriction base="xs:nonNegativeInteger">
   
<xs:maxInclusive value="9999999"/>
   
<xs:minInclusive value="1000"/>
 
</xs:restriction>
</xs:simpleType>


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