IDMW 2.0 XML-Schema Dokumentation
ROUNDING_TYPE Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > PRICE_DEFINITION Element > PRICE_TYPES Element > PRICE_TYPE Element : ROUNDING_TYPE Element
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]
Namespace (none)
Type
Restriction of xs:positiveInteger
Diagram
ROUNDING_TYPE Element
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
PRICE_TYPE ElementPRICE_TYPES ElementPRICE_DEFINITION ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation