totalDigits Defines the maximum number of digits allowable for a datatype derived from decimal : totalDigits « XML Schema « XML Tutorial






<xsd:element name="money">
  <xsd:simpleConent>
   <xsd:restriction base="xsd:decimal">
    <xsd:totalDigits value="4"/>
    <xsd:fractionDigits value="2"/>
   </xsd:restriction>
  </xsd:simpleContent>
</xsd:element>








3.78.totalDigits
3.78.1.totalDigits Defines the maximum number of digits allowable for a datatype derived from decimal
3.78.2.totalDigits, fractionDigits
3.78.3.Bounds facets to keep values limited to a specific minimum and maximum values, regardless of precision