Purpose | This element specifies the number of fraction digits of a numeric data field (in values of datatypes derived from decimal). It indicates the maximum number of digits in the fractional part. For additional details, see the section Defining Simple Types of the Tamino XML Schema User Guide and references therein. |
Parent element | xs:restriction |
Child elements | None |
Attributes | fixed ,
value |
Name | Type | Description |
---|---|---|
fixed |
xs:boolean |
If "true", the value of this facet must not be changed in a derived type. Default: "false". |
value |
xs:nonNegativeInteger |
The value of the
value attribute specifies how many digits the
fractional part of the decimal value may have.
|
See Example 2 for
xs:restriction
.