simpleType coordinatesNorthType
namespace http://www.ech.ch/xmlns/eCH-0206/2
type restriction of xs:decimal
properties
base xs:decimal
used by
elements coordinatesBuildingType/north coordinatesEntranceType/north
facets
Kind Value Annotation
minInclusive 1070000.000
maxInclusive 1300000.999
totalDigits 10
fractionDigits 3
source <xs:simpleType name="coordinatesNorthType">
 
<xs:restriction base="xs:decimal">
   
<xs:totalDigits value="10"/>
   
<xs:fractionDigits value="3"/>
   
<xs:minInclusive value="1070000.000"/>
   
<xs:maxInclusive value="1300000.999"/>
 
</xs:restriction>
</xs:simpleType>


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