fractionDigits defines the maximum number of digits allowable for the fractional part of a datatype derived from decimal : fractionDigits « XML Schema « XML Tutorial






<xsd:simpleType name="numericType">
  <xsd:restriction base="xsd:decimal">
   <xsd:totalDigits value="10"/>
   <xsd:fractionDigits value="3"/>
  </xsd:restriction>
</xsd:simpleType>








3.75.fractionDigits
3.75.1.fractionDigits defines the maximum number of digits allowable for the fractional part of a datatype derived from decimal
3.75.2.Use non-negative numbers that are constrained to have only two digits to the right of the decimal point