Maps to a UML Attribute with the stereotype XSDtotalDigits. The name and type of such an attribute do not make sense.
<totalDigits fixed = boolean : false id = ID value = positiveInteger {any attributes with non-schema namespace…}> </totalDigits> |
The following is the definition of a user-derived datatype which could be used to represent monetary amounts, such as in a financial <simpleType name='amount'> <restriction base='decimal'> <totalDigits value='8'/> <fractionDigits value='2' fixed='true'/> </restriction> </simpleType> |