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


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