simpleType areaValueType
namespace http://www.ech.ch/xmlns/eCH-0129/5
type restriction of xs:decimal
properties
base xs:decimal
used by
element areaType/areaValue
facets
Kind Value Annotation
minInclusive 0.0
maxInclusive 1000000000.0
source <xs:simpleType name="areaValueType">
 
<xs:restriction base="xs:decimal">
   
<xs:maxInclusive value="1000000000.0"/>
   
<xs:minInclusive value="0.0"/>
 
</xs:restriction>
</xs:simpleType>


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