Description
To specify the different types of the rounding, the ROUNDING_UNIT element is supplemented with the element ROUNDING_TYPE, with possible values being 1, 2 and 3, that identifies commercial rounding (up and down).
The values have the following meaning:
1 rounding up
2 rounding down
3 commercial rounding |
D positiveInteger P M [1:3] |
Type
Restriction of xs:positiveInteger
Diagram
Overview
|
ROUNDING_TYPE Restriction of xs:positiveInteger
To specify the different types of the rounding, the ROUNDING_UNIT element is supplemented with the element ROUNDING_TYPE, with possible values being 1, 2 and 3, that identifies commercial rounding (up and down).
The values have the following meaning:
1 rounding up
2 rounding down
3 commercial rounding |
D positiveInteger P M [1:3] |
|
Source
<xs:element name="ROUNDING_TYPE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="3" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|
See Also