complexType valueType
diagram index_p608.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
children eCH-0129:amount eCH-0129:percentage
used by
element estimationValueType/value
source <xs:complexType name="valueType">
 
<xs:choice>
   
<xs:element name="amount">
     
<xs:simpleType>
       
<xs:restriction base="xs:decimal">
         
<xs:fractionDigits value="2"/>
         
<xs:totalDigits value="12"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="percentage">
     
<xs:simpleType>
       
<xs:restriction base="xs:decimal">
         
<xs:totalDigits value="5"/>
         
<xs:fractionDigits value="2"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element valueType/amount
diagram index_p609.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type restriction of xs:decimal
properties
content simple
facets
Kind Value Annotation
totalDigits 12
fractionDigits 2
source <xs:element name="amount">
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:fractionDigits value="2"/>
     
<xs:totalDigits value="12"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element valueType/percentage
diagram index_p610.png
namespace http://www.ech.ch/xmlns/eCH-0129/5
type restriction of xs:decimal
properties
content simple
facets
Kind Value Annotation
totalDigits 5
fractionDigits 2
source <xs:element name="percentage">
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:totalDigits value="5"/>
     
<xs:fractionDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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