IDMW 2.0 XML-Schema Dokumentation
PRICE_FACTOR Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > PRICE_DEFINITION Element > PRICE_FEATURE_GROUPS Element > PRICE_FEATURE_GROUP Element > PERCENTAGE_SURCHARGE Element : PRICE_FACTOR Element
Description

This element specifies a percentage surcharge. It is specified as a factor with five decimal places.

A value of 1050000 corresponds to a surcharge of 10.5%.

A value of -1000000 corresponds to a surcharge of -10%.

   D   int
   P   
   M   [-9999999:99999999]
Namespace (none)
Type
Restriction of xs:int
Diagram
PRICE_FACTOR Element
Overview
PRICE_FACTOR Restriction of xs:int

This element specifies a percentage surcharge. It is specified as a factor with five decimal places.

A value of 1050000 corresponds to a surcharge of 10.5%.

A value of -1000000 corresponds to a surcharge of -10%.

   D   int
   P   
   M   [-9999999:99999999]
Source
<xs:element name="PRICE_FACTOR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>311--5--Preisfeld</xs:documentation>
    <xs:documentation>Version Beta 2.0 Build 0, K. Richter 28.05.2014</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:maxInclusive value="99999999" />
      <xs:minInclusive value="-9999999" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
PERCENTAGE_SURCHARGE ElementPRICE_FEATURE_GROUP ElementPRICE_FEATURE_GROUPS ElementPRICE_DEFINITION ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation