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


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