IDM 2.8.1 XML-Schema
Documentation
release 08/04/2022
Documented XML-scheme:
IDM_2_8_1.xsd
Contact DCC e.V.
Dr.-Ing. Olaf Plümer
E-Mail pluemer@dcc-moebel.org
Telephon 0 52 21/12 65-37
Anika Degenhard
E-Mail degenhard@dcc-moebel.org
Telephon 0 52 21/12 65-38
The main element T_NEW_CATALOG defines that a complete, new catalogue database is supplied.
The IDM scheme is split up into different data areas represented by the following child elements (cf. pict.1) of T_NEW_CATALOG.
Picture 1 - Child elements of T_NEW_CATALOG
The different data areas are linked. Data which are initially created in some of the areas are used in other areas via references.
Description of the data areas.
CATALOG
The data area CATALOG contains all administrative information about the database, e.g. the version number of the file format, release date or the unique identification of the database.
SUPPLIER
The data area SUPPLIER contains all adiministrative information about the supplier, e.g. contact data, EDI-communication parameters or the manufacturer's country of origin.
GLOBAL_DEFINITION
The data area GLOBAL_DEFINITION is a pool of information which is used in other data areas, e.g. the definition of standard handle positions or information about series.
SERIES
The data area SERIES contains information which is used for describing the catalogue items. The items are assigned to different product groups, e.g. base cabinets, shelves etc.
FEATURE_DEFINITION
The data area FEATURE_DEFINITION provides information about the product variations, e.g. data variation families (FEATURE_CLASS),variation types (FEATURE), the corresponding options (OPTION_DEFINITION), or restrictions (RESTRICTION).
PRICE_DEFINITION
The data area PRICE_DEFINITION contains all relevant price information, e.g. data for price features (PRICE_FEATURE_GROUP), VAT (VALUE_ADDED_TAXES), merchandise groups (MERCHANDISE_GROUP) or price types PRICE_TYPE).
BLOCK_VALUE_CALCULATION
The data area BLOCK_VALUE_CALCULATON contains all information about the rules for block- and value clearing, e.g. data for block rules (SET_OF_BLOCK_RULES), block conditions (BLOCK_CONDITIONS) or grading tables (GRADING_TABLE).
IDM 2.8.1 XML-Schema Documentation
Introduction > Elements of the catalogue structure |
|
Definition of series information
Series are defined in the following element:
T_NEW_CATALOG/SERIES/SERIE
For a complete description of a series all child elements are used. Programmes are assigned to series via restrictions (RESTRICTION_REF).
Definition of programme information
In the IDM format programmes are defined as variations. First the properties of a programme are defined as options of a variation, following the options are assigned to the variation type "programme". The definition of programme information is done in the following way:
Example: Definition of programme information
1. Definition of programme properties
The properties of a programme are defined in the following element:
FEATURE_DEFINITION/OPTION_DEFINITION
<OPTION_DEFINITION>
<STYLE STYLE_NO="A1">
<STYLE_NAME>Paris</STYLE_NAME>
</STYLE>
<STYLE STYLE_NO="A2">
<STYLE_NAME>New York</STYLE_NAME>
</STYLE>
</OPTION_DEFINITION>
The properties for the programmes "Paris" and "New York" are defined. For reasons of clarity the different available elements of STYLE are neglected in this context.
2. Definition of programme variations
The programme variations are described in the following element:
FEATURE_DEFINITION/FEATURES/FEATURE
<FEATURE FEATURE_NO="1">
<OPTIONS>
<OPTION OPTION_NO="A1"FEATURE_NO="1">
<STYLE_REF STYLE_NO="A1"/>
</OPTION>
<OPTION OPTION_NO="A2"FEATURE_NO="1">
<STYLE_REF STYLE_NO="A2"/>
</OPTION>
</OPTIONS>
</FEATURE>
The example above contains the variations of the programmes "Paris" and "New York". Programme variations are defined with the feature No. 1 in the feature "programme". Each programme variation is uniquely and unambiguously identified by the combination of FEATURE_NO and OPTION_NO
Definition of item information
Item information is defined in the following element:
T_NEW_CATALOG/SERIES/SERIE/PRODUCT_GROUPS/PRODUCT_GROUP/ITEMS/ITEM
The element ITEM is described by a great number of different elements providing additional item information. The attribute TYPE_NO.
Depending on series the attributes of an item may vary. In this respect an item is identified unambiguously only by its attributes in connection with the series.
Series specific item information
Depending on series the attributes of an item may vary. As the element ITEM is a child element of SERIES, items are assigned to a series automatically.
Deifinition of features
Information about the features is provided in the IDM scheme as follows:
Definition of the options for the feature
Assignment of option and feature
Definition of options
The different options of a feature are defined as a data pool in the element T_NEW_CATALOG/FEATURE_DEFINITION/OPTION_DEFINITION.
Pict. 2 – The element OPTION_DEFINITION
The element OPTION_DEFINITION contains several elements for the definition of the different options:
STYLE |
This element defines the attributes of a programme. Programmes are defined as a level in the catalogue structure but depicted via the features which are frequently used in the restrictions. |
HANDLE_ORIENTATION |
This element defines a standard handle orientation. |
MATERIAL |
This element defines the attributes of materials via colours and textures. These elements are referenced from the finish features (e.g. plinth finish) or colour features (e.g. plinth colour). |
FORM |
This element defines the different numbers for the form features (FORM_NO).The current version of the IDM-scheme supports only the feature FORM_NOThe options of this element may only be referenced by the features 750-756. |
OPTION_MEASURE |
This element contains measurement values for options which , require measurement information (e.g. plinth height (feature 402)). |
Example: colour options
<OPTION_DEFINITION>
<COLOR COLOR_NO="1">
<RGB_RED>255</RGB_RED>
<RGB_GREEN>0</RGB_GREEN>
<RGB_BLUE>0</RGB_BLUE>
</COLOR>
<COLOR COLOR_NO="2">
<RGB_RED>133</RGB_RED>
<RGB_GREEN>273</RGB_GREEN>
<RGB_BLUE>0</RGB_BLUE>
</COLOR>
<COLOR COLOR_NO="3">
<RGB_RED>0</RGB_RED>
<RGB_GREEN>89</RGB_GREEN>
<RGB_BLUE>89</RGB_BLUE>
</COLOR>
</OPTION_DEFINITION>
The above mentioned elements define three different colours which are identified by numbers (COLOR_NO) 1-3.
Assignment of option and feature
To use the above mentioned colour examples, an assignment of features to these colours is required.
The assignment of features (FEATURE) and options (OPTION) is done in the element T_NEW_CATALOG/FEATURE_DEFINITION/FEATURES/FEATURE. A feature is defined an identified by the combination of FEATURE and OPTION The following XML elements define 2 colour features for plinths (feature 401).
Example: Definition of a feature via feature No. and option
<FEATURE FEATURE_NO="401">
<OPTIONS>
<OPTION OPTION_NO="1" FEATURE_NO="401">
<OPTION_TEXT_REF TEXT_NO="4"/>
</OPTION>
<OPTION OPTION_NO="3" FEATURE_NO="401">
<OPTION_TEXT_REF TEXT_NO="6"/>
</OPTION>
</OPTIONS>
<FEATURE_TEXT_REF TEXT_NO="12"/>
<CLASSIFICATION>1</CLASSIFICATION>
<HEADER_POS_VARIATION_TYPE>K</HEADER_POS_VARIATION_TYPE>
</FEATURE>
The child elements of FEATURE describe the attributes of the feature No. and the child elements of OPTION describe the attributes of the feature. This principle is essential for all elements in the IDM-scheme,e.g. the element OPTION_TEXT_REF references the text information about the option, the element FEATURE_TEXT_REF references text information concerning the feature.
To reference a feature the following combination is required: FEATURE_NO and OPTION_NO define the reference key. |
Combination of features
If feature No. 1 (programme) is defined in combination with other features, feature No. 1 is always set in the first place.
IDM 2.8.1 XML-Schema Documentation
Introduction > Build of Catalogue structure |
|
Assignment of programmes to series
Programmes are assigned to series in the following element:
SERIES/SERIE/RESTRICTION_REF
The programme is assigned to that series in which a restriction is referenced that defines the programme as a legal combination of features and options.
The element for the description of programme features is:
FEATURE_DEFINITION/OPTION_DEFINITION/STYLE
Assignment of items to series an programmes
Item-series assignment
As the element ITEM is a child element of the element SERIES, all items are automatically assigned to a series:
SERIES/SERIE/PRODUCT_GROUPS/PRODUCT_GROUP/ITEMS/ITEM
Assignment of item to programmes
In general, items depending on programmes are available in all programmes which are assigned to a series. Item specific restrictions are used for excluding the availability of an item in one or more programmes:
SERIES/SERIE/PRODUCT_GROUPS/PRODUCT_GROUP/ITEMS/ITEM/RESTRICTIONS/RESTRICTION_REF
The following example defines a suitable restriction which excludes the availability of an item in a programme:
Example: restriction for the assignment of item and programme
element: FEATURE_DEFINITION/RESTRICTIONS/RESTRICTION
<RESTRICTIONS>
<RESTRICTION RESTRICTION_NO="A1">
<FEATURE_REF FEATURE_NO="1"/>
<OPTION_REF OPTION_NO="A1" FEATURE_NO="1"/>
<TEST_ID>0</TEST_ID>
</RESTRICTION>
</RESTRICTIONS>
The above mentioned restriction defines an illegal combination of feature No. and option No. for the referenced features. The corresponding feature definition is:
The referenced programme feature:
element: FEATURE_DEFINITION/FEATURES/FEATURE
<FEATURE FEATURE_NO="1">
<OPTIONS>
<OPTION OPTION_NO="A1" FEATURE_NO="1">
<STYLE_REF STYLE_NO="A1"/>
</OPTION>
</OPTIONS>
</FEATURE>
Used programme feature:
element: FEATURE_DEFINITION/OPTION_DEFINITION
<OPTION_DEFINITION>
<STYLE STYLE_NO="A1">
<STYLE_NAME>Paris</STYLE_NAME>
</STYLE>
</OPTION_DEFINITION>
IDM 2.8.1 XML-Schema Documentation
Introduction > Catalogue structure |
|
Catalogue and element structure
The general catalogue structure of the database is built up as follows:
Pict.1 – Catalogue structure of databases
This catalogue structure is represented by the following element hierarchy in the IDM scheme:
Pict. 1 – Element hierarchy of the IDM scheme
The element SERIE is used for defining the properties of a series. The element RESTRICTION_REF assigns features to a series by means of restrictions. Within one series different produkt groups (PRODUCT_GROUPS) are defined which combine all items with similar features to one group. As items are child elements of the element SERIE they are automatically assigned to this series.
IDM 2.8.1 XML-Schema Documentation
Introduction > Referencing |
|
Referencing of elements
The IDM scheme defines references between different elements. Information about these references is stored in a central data area. Multiple use of this information from different data areas is achieved via references. The type of reference which is used in the IDM scheme is described as follows:
Terminology
the following terms for references are used in the IDM scheme:
Key-Element |
a XML element which is referenced by other elements. |
Ref-Element |
a XML element which references other elements. |
Reference operation
A key element is identified unambiguously by its attributes. The Ref-element possesses at least the key-attributes of the key-element. A reference between the elements is defined by congruent attributes values of ref- and key-element.
Example: Referencing of a series from an item
The following example shows the way in which way an item (ITEM) references a series (SERIE). Only an abstract of the XML elements is shown here.
Key-element |
T_NEW_CATALOG/SERIES/SERIE |
<SERIES>
<SERIE SERIE_NO="1"/> … </SERIE>
<SERIE SERIE_NO="2"/> … </SERIE>
<SERIE SERIE_NO="3"/> … </SERIE>
. . .
<SERIE SERIE_NO="99"/> … </SERIE>
</SERIES>
Ref-element |
T_NEW_CATALOG/SERIES/SERIE/PRODUCT_GROUPS/PRODUCT_GROUP/ITEMS/ITEM |
<ITEMS>
<ITEM SERIE_NO="1" . . . />
. . .
</ITEMS>
Example: Referencing of a feature
In the following example a feature is referenced by a restriction.
Key-element |
T_NEW_CATALOG/FEATURE_DEFINITION/FEATURES/FEATURE/OPTIONS/OPTION |
<FEATURES>
<FEATURE FEATURE_NO="400"> <!-- Sockelausführung -->
<OPTIONS>
<OPTION OPTION_KEY="1" FEATURE_NO="400"> … </OPTION>
<OPTION OPTION_KEY="2" FEATURE_NO="400"> … </OPTION>
<OPTION OPTION_KEY="3" FEATURE_NO="400"> … </OPTION>
</OPTIONS>
</FEATURE>
<FEATURE FEATURE_NO="401"> <!-- Sockelfarbe -->
<OPTIONS>
<OPTION OPTION_KEY="1" FEATURE_NO="401"> … </OPTION>
<OPTION OPTION_KEY="2" FEATURE_NO="401"> … </OPTION>
<OPTION OPTION_KEY="3" FEATURE_NO="401"> … </OPTION>
</OPTIONS>
</FEATURE>
</FEATURES>
The XML elements define for feature type 400 (FEATURE) three options (OPTION) numbered 1-3 and for the feature type 401 three options with numbers 1-3. A feature is identified by the combination of FEATURE_NO and OPTION_KEY.
Ref-element |
T_NEW_CATALOG/FEATURE_DEFINITION/RESTRICTIONS/RESTRICTION/OPTION_REF |
<RESTRICTION RESTRICTION_NO="1">
<OPTION_COMBINATION>
<OPTION_REF OPTION_KEY="1" FEATURE_NO="400"/>
<OPTION_REF OPTION_KEY="3" FEATURE_NO="401"/>
<OPTION_REF OPTION_KEY="3" FEATURE_NO="400"/>
<OPTION_REF OPTION_KEY="3" FEATURE_NO="401"/>
</OPTION_COMBINATION>
<TEST_ID>1</TEST_ID>
</RESTRICTION>
The XML elements define a restriction for legal combinations (TEST_ID = 1) for the plinth features ( FEATURE_NO=400 ) and plinth colours (FEATURE_NO=401) The ref-element OPTION_REF with the attributes highlighted in grey, reference the key-element OPTION.
IDM 2.8.1 XML-Schema Documentation
Introduction > Restrictions |
|
Definition and assignment of restrictions
The validity of restrictions may be series specific or comprehensive, programme specific or item specific. The priority of a restriction corresponds with the hierarchy level series -> programme -> item on which the restriction is defined. A restriction defined on item level overrides a restriction which is defined on programme level. Overriding restrictions may only define additional restrictions but not reverse previous restrictions. Example: the availability of an item in a programme is excluded by a restriction defined on item level. A restriction defined on item level may not reverse this exclusion.
First, the restrictions are defined and in a second step they are assigned to series, programmes and items. Definition
Definition of restrictions
Restrictions are defined in the following element:
FEATURE_DEFINITION/RESTRICTIONS/RESTRICTION
The element RESTRICTION references the feature combinations for which the restrictions have been defined. The element OPTION_REF references the feature combinations which are subject to control procedures. The element TEST_ID defines a feature combination as legal or illegal combination.
Example: definition of restrictions
<RESTRICTIONS>
<RESTRICTION RESTRICTION_NO="523" FEATURE_1_NO="100" FEATURE2_NO="101">
<OPTION_COMBINATION>
<OPTION_REF OPTION_NO="LA" FEATURE_NO="100"/> #lacquered
<OPTION_REF OPTION_NO="RO" FEATURE_NO="101"/> # red
</OPTION_COMBINATION>
<OPTION_COMBINATION>
<OPTION_REF OPTION_NO="LA" FEATURE_NO="100"/> # lacquered
<OPTION_REF OPTION_NO="GR" FEATURE_NO="101"/> # green
</OPTION_COMBINATION>
<OPTION_COMBINATION>
<OPTION_REF OPTION_NO="FU" FEATURE_NO="100"/> # veneered
<OPTION_REF OPTION_NO="BU" FEATURE_NO="101"/> # beech
</OPTION_COMBINATION>
<TEST_ID>1</TEST_ID>
</RESTRICTION>
</RESTRICTIONS>
The above mentioned example shows a restriction which defines a legal feature combination of „front finish" (No. 100) and "front colour" (No. 101). According to the above mentioned restriction the combinations lacquer-red, lacquer-green and beech veneer are permitted (TEST_ID = 1). The listing of permitted combinations (OPTION_REF) has to be in accordance with the sequence defined by the attributes in the element RESTRICTION (FEATURE_1_NO, FEATURE_2_NO)
For the purpose of unique and unambiguous identification of a restrictrion a RESTRICTION_NO) is assigned.
Assignment of restrictions
Series independent restriction
Series independent restrictions are assigned by the following elements:
SERIES/RESTRICTIONS/RESTRICTION_REF
As the element RESTRICTION_REF is a child element of SERIES/RESTRICTIONS, all restrictions referenced in the element RESTRICTION_REF are assigned to all series which are defined in SERIES/SERIE.
Example: Series independent assignment of restrictions
<SERIES>
<RESTRICTIONS>
<RESTRICTION_REF SEQUENCE="1" RESTRICTION_NO="523"/>
<RESTRICTION_REF SEQUENCE="2" RESTRICTION_NO="678"/>
</RESTRICTIONS>
</SERIES>
In the above mentioned example the restrictions 523 and 678 are referenced and assigned to all series.
Series specific assignment
The rules for a series specific assignment of restrictions correspond to that of series independent assignment. the following element is used for the series-specific assignment:
SERIES/SERIE/RESTRICTIONS/RESTRICTION_REF
The restrictions referenced in the element RESTRICTION_REF are assigned to that series in which the reference was made.
Restrictions which are assigned to programmes are one-level restrictions, containing only the feature No. 1( programme). These restrictions are mandatory if series > 0 and feature No. 1 is defined in the database.
Example: Series-specific assignment of restrictions
<SERIES>
<SERIE SERIE_NO="2">
<RESTRICTIONS>
<RESTRICTION_REF SEQUENCE="1" RESTRICTION_NO="45"/>
<RESTRICTION_REF SEQUENCE="2" RESTRICTION_NO="67"/>
</RESTRICTIONS>
</SERIE>
<SERIE SERIE_NO="7">
<RESTRICTIONS>
<RESTRICTION_REF SEQUENCE="1" RESTRICTION_NO="45"/>
<RESTRICTION_REF SEQUENCE="2" RESTRICTION_NO="123"/>
</RESTRICTIONS>
</SERIE>
</SERIES>
In the above mentioned example restrictions 45 and 67 are assigned to series "2" and restrictions 45 and 123 are assigned to series "7".
Item specific assignment
A programme specific assignment of restrictions is defined in the following element:
SERIES/SERIE/PRODUCT_GROUPS/PRODUCT_GROUP/ITEMS/ITEM/RESTRICTIONS/RESTRICTION_REF
For item specific assignment the sames rules as for series or programme specific assignment apply.
If no restrictions are assigned to an item, this item is available without any restriction regarding series or programme.
Product group specific assignment
The product group specific assignment of restrictions is defined in the following element:
SERIES/SERIE/PRODUCT_GROUPS/PRODUCT_GROUP/RESTRICTIONS/RESTRICTION_REF
The rules for a product group specific assignment of restrictions correspond with the rules for series and programme specific assignment.
IDM 2.8.1 XML-Schema Documentation
Introduction > Datatypes |
Data types and value ranges
The IDM schema used the data types defined in the standard XML schema 1.0 second edition (28 October 2004).
The following data types are used:
boolean |
This data type maps the logical values "true" or "false". In accordance with the W3C recommendation for XML schemas, the values that can be used in the IDM are true/false or 1/0. |
date |
In the IDM, the data type date is used in conformity with the XML schemas as follows:
YYYY-MM-DD YYYY = year, MM = month, DD = day |
dateTime |
In the IDM, the data type dateTime is used in conformity with the XML schemas as follows:
YYYY-MM-DDThh:mm:ssZ YYYY = year, MM = month, DD = day T = Start of time information hh = hour, mm = minute, ss = second Z = UTC time |
gYear |
In the IDM, the data type dateTime is used in conformity with the XML schemas as follows:
YYYY |
integer |
Numbers can be positive and negative integers. |
nonNegativeInteger |
Value is a positive integer, including 0 |
positiveInteger |
Value is a positive integer, excluding 0 |
decimal |
The data type is used in the IDM for floating-point values. Floating-point values for this data type are, as recommended by the W3C, stored as 126.56 or 45.98000 or +27.0. |
string |
A limited number of alphanumeric characters and special characters. |
anyURI |
The data type is used in the IDM for mapping URLs.anyURI represents a Uniform Resource Identifier (URI). The lexical part of anyURI is an indefinite sequence of characters that correspond to a legal URI. An anyURI value can be absolute or relative and may contain fragment codes (e.g. an URI reference). |
language |
The data type is used for the specification of valid language codes in the IDM.language represents codes for natural languages Tags for the Identification of Languagesas defined in the Thevaluerangeof language is the quantum of all character sequences that represent a valid code of a natural language. For ISO languages, the format consists of a sequence of 2-3 lower case letters optionally followed by a hyphen and a country code consisting of 2 upper case letters, e.g. en-US. |
The value ranges of the above data types are usually restricted for the elements in the IDM. The "restrictions" in the data type definition contains restrictions for minimum and maximum values, permitted characters and value lists.
In the XML documentation of the IDM, the value ranges are specified by the information coming after M and P.
In addition to XML data types mentioned here, separate data types are defined for the texts.
They are explained at the end of the documentation.
See also
languagetexte Complex Type
languagetexte30 Complex Type
languagetexte40 Complex Type
languagetexte60 Complex Type
languagetexte60999 Complex Type
IDM 2.8.1 XML-Schema Documentation
Introduction > Explanations for the documentation |
Explanations for the IDM documentation
This paragraph contains explanations for the documentation of the IDM scheme.
Meaning of element properties
Each element is documented with a description and its properties. The following example shows an element description:
EXCHANGE_ID_NO Attribute Collapse All
Description
This attribute identifies an exchange-ID. |
D nonNegativeInteger |
The properties of the element are listed on the right side. The following abbreviations are used:
D |
Documentation of the data type for the element. If no value is set here, the element does not contain user data but further child elements. |
P |
The values P and M are used to define the range of values. The regular term in P defines the number of legal values. |
M |
M defines the minium and maximum value in the range of legal values. In a string data type P defines the legal values and M defines the minimum and maximum length of the string.
For numerical data types M defines the minimum and maximum value. |
IDM 2.8.1 XML-Schema Documentation
Introduction > Variation types |
Variation type |
Variation text |
Option type |
Remark |
1 |
programm/ style |
A |
programm asvariation type |
2 |
serial number |
A |
assignment of a five-digit serial number |
100 |
Front finish |
A |
|
101 |
Front colour 1 |
F |
Front filling smooth = complete surface |
102 |
Front colour 2 |
F |
Frame |
103 |
Front colour 3 |
F |
Pilaster strips |
104 |
Edge colour front |
F |
|
105 |
Front combination |
K |
If only one key is used for different front information |
106 |
Front group |
A |
Overrides the FRONT_GROUP_NO in element FEATURE_DEFINITION/OPTION_DEFINITION/STYLE |
110 |
Front finish contrast colour 1 |
A |
|
111 |
Front colour 1 contrast colour 1 |
F |
Front filling smooth = complete surface |
112 |
Front colour 2 contrast colour 1 |
F |
Frame |
113 |
Front colour 3 contrast colour 1 |
F |
Pilaster strips |
114 |
Edge colour front, contrast colour 1 |
F |
|
115 |
Front combination, contrast colour 1 |
K |
The variations 111 - 114 are permitted. |
120 |
Front finish contrast colour 2 |
A |
|
121 |
Front colour 1 contrast colour 2 |
F |
Front filling smooth = complete surface |
122 |
Front colour 2 contrast colour 2 |
F |
Frame |
123 |
Front colour 3 contrast colour 2 |
F |
Pilaster strips |
124 |
Edge colour front, contrast colour 2 |
F |
|
125 |
Front combination, contrast colour 2 |
K |
The variations 121 - 124 are permitted. |
150 |
Glass finish |
A |
|
151 |
Glass colour |
F |
|
152 |
Mullion type |
A |
|
153 |
Mullion colour |
F |
|
154 |
Type glass door frame |
A |
|
155 |
Colour glass door frame |
F |
|
160 |
Type roller shutter |
A |
|
161 |
Colour roller shutter |
F |
|
170 |
Type container |
A |
|
171 |
Colour container |
F |
|
200 |
Type carcase |
A |
|
201 |
Carcase combination |
K |
If only one key is used for several – interior /exterior - carcase colours |
202 |
Exterior carcase colour |
F |
|
203 |
Interior carcase colour |
F |
|
204 |
Edge carcase |
A |
|
205 |
Edge colour carcase |
F |
|
206 |
Type visible side |
A |
|
207 |
Colour visible side |
F |
|
208 |
Interior carcase colour for glass door cabinets |
F |
Glass door cabinets and open cabinets, which are not a shelf . |
209 |
Interior carcase for glass door cabinets |
A |
Glass door cabinets and open cabinets, which are not a shelf . |
300 |
Type handle |
A |
|
301 |
Handle colour 1 |
F |
Colour handle, knob or main colour |
302 |
Handle colour 2 |
F |
Colour bow, railing, or knob handles |
303 |
Combination of handles |
K |
If only one key is defined for several handle conditions |
304 |
Handle positions |
NULL |
cf. handle positions p. 5-23 |
400 |
Type plinth |
A |
|
401 |
Plinth colour |
F |
|
402 |
Plinth height |
A |
|
410 |
Type plinth bottom |
A |
|
411 |
Colour plinth bottom |
F |
|
500 |
Type shelves |
A |
|
501 |
Colour shelves |
F |
|
502 |
Type cornice |
A |
Includes shape and material |
503 |
Colour cornice |
F |
|
504 |
Type light pelment |
A |
Includes shape and material |
505 |
Colour light pelmet |
F |
|
506 |
Type ceiling filler |
A |
|
507 |
Colour ceiling filler |
F |
|
508 |
Type filler |
A |
Bottom ledge |
509 |
Colour bottopm ledge |
F |
Bottom ledge |
510 |
Type gallery shelf |
A |
|
511 |
Colour gallery shelf |
F |
|
512 |
Type gallery shelf edge |
A |
|
513 |
Colour gallery shelf edge |
F |
|
514 |
Type board |
A |
|
515 |
Colour board |
F |
|
516 |
Type board edge |
A |
|
517 |
Colour board edge |
F |
|
520 |
Type side panels/ bars |
A |
|
521 |
Colour side panels/ bars |
F |
|
522 |
Type bar panel edge |
A |
|
523 |
Colour bar panel edge |
F |
|
524 |
Type bottom shelf |
A |
|
525 |
Colour bottom shelf |
F |
|
526 |
Type bottom shelf edge |
A |
|
527 |
Colour bottom shelf edge |
F |
|
550 |
Type recess |
A |
|
551 |
Colour recess |
F |
|
560 |
Type recess accessories |
A |
|
561 |
Colour recess accessories |
F |
|
562 |
Type pilaster |
A |
|
563 |
Colour pilaster |
F |
|
564 |
Type pilaster edge |
A |
|
565 |
Colour pilaster edge |
F |
|
600 |
Type worktop |
A |
|
601 |
Colour worktop |
F |
|
602 |
Type worktop edge |
A |
|
603 |
Colour worktop edge |
F |
|
604 |
Type countertop |
A |
|
605 |
Colour countertop |
F |
|
606 |
Type countertop edge |
A |
|
607 |
Colour countertop edge |
F |
|
620 |
Type cover shelf |
A |
|
621 |
Colour cover shelf |
F |
|
622 |
Type cover shelf edge |
A |
|
623 |
Colour cover shelf |
F |
|
624 |
Type attachment table |
A |
|
625 |
Colour attachment table |
F |
|
626 |
Type attachment table edge |
A |
|
627 |
Colour attachment table edge |
F |
|
650 |
Type worktop upstand |
A |
Worktop upstand profile |
651 |
Colour worktop upstand |
F |
Worktop upstand profile |
700 |
Type drawer |
A |
Interior equipment |
701 |
Colour drawer |
F |
Interior equipment |
702 |
Type pull-out |
A |
Interior equipment |
703 |
Colour pull-out |
F |
Interior equipment |
750 |
Shape worktop |
S |
|
751 |
Shape cornice |
S |
|
752 |
Shape light pelmet |
S |
|
753 |
Shape plinth |
S |
|
754 |
Shape worktop upstand |
S |
|
755 |
Shape cover shelf |
S |
|
756 |
Shape countertop |
S |
|
800 |
Type electrical appliance |
A |
|
801 |
Colour electrical appliance |
F |
|
802 |
Colour electr. appliances accessories |
F |
|
850 |
Type sink |
A |
|
851 |
Colour sink |
F |
|
852 |
Colour sink accessories |
F |
|
853 |
Colour mixer taps |
F |
|
854 |
Type mixer taps |
A |
|
900 |
Type general accessories |
A |
|
901 |
Colour general accessories |
F |
|
930 |
additional, graphical relevant information about type 1. |
A |
The software suppliers have to be informed separately about the meaning. |
931 |
additional, graphical relevant information about colour 1. |
F |
The software suppliers have to be informed separately about the meaning. |
932 |
additional, graphical relevant information about type 2. |
A |
The software suppliers have to be informed separately about the meaning. |
933 |
additional, graphical relevant information about colour 2. |
F |
The software suppliers have to be informed separately about the meaning. |
934 |
additional, graphical relevant information about type 3. |
A |
The software suppliers have to be informed separately about the meaning. |
935 |
additional, graphical relevant information about colour 3. |
F |
The software suppliers have to be informed separately about the meaning. |
936 |
additional, graphical relevant information about type 4. |
A |
The software suppliers have to be informed separately about the meaning. |
937 |
additional, graphical relevant information about colour 4. |
F |
The software suppliers have to be informed separately about the meaning. |
938 |
additional, graphical relevant information about type 5. |
A |
The software suppliers have to be informed separately about the meaning. |
939 |
additional, graphical relevant information about colour 5. |
F |
The software suppliers have to be informed separately about the meaning. |
950 |
Type miscellaneous 1 |
A |
|
951 |
Colour miscellaneous 1 |
F |
|
952 |
Type miscellaneous 2 |
A |
|
953 |
Colour miscellaneous 2 |
F |
|
954 |
Type miscellaneous 3 |
A |
|
955 |
Colour miscellaneous 3 |
F |
|
956 |
Type miscellaneous 4 |
A |
|
957 |
Colour miscellaneous 4 |
F |
|
958 |
Type miscellaneous 5 |
A |
|
959 |
Colour miscellaneous 5 |
F |
|
960 |
Type miscellaneous 6 |
A |
|
961 |
Colour miscellaneous 6 |
F |
|
962 |
Type miscellaneous 7 |
A |
|
963 |
Colour miscellaneous 7 |
F |
|
964 |
Type miscellaneous 8 |
A |
|
965 |
Colour miscellaneous 8 |
F |
|
966 |
Type miscellaneous 9 |
A |
|
967 |
Colour miscellaneous 9 |
F |
|
968 |
Type miscellaneous 10 |
A |
|
969 |
Colour miscellaneous 10 |
F |
|
970 |
Type miscellaneous 11 |
A |
|
971 |
Colour miscellaneous 11 |
F |
|
972 |
Type miscellaneous 12 |
A |
|
973 |
Colour miscellaneous 12 |
F |
|
974 |
Type miscellaneous 13 |
A |
|
975 |
Colour miscellaneous 13 |
F |
|
976 |
Type miscellaneous 14 |
A |
|
977 |
Colour miscellaneous 14 |
F |
|
978 |
Type miscellaneous 15 |
A |
|
979 |
Colour miscellaneous 15 |
F |
|
980 |
Type miscellaneous 16 |
A |
|
981 |
Colour miscellaneous 16 |
F |
|
982 |
Type miscellaneous 17 |
A |
|
983 |
Colour miscellaneous 17 |
F |
|
984 |
Type miscellaneous 18 |
A |
|
985 |
Colour miscellaneous 18 |
F |
|
986 |
Type miscellaneous 19 |
A |
|
987 |
Colour miscellaneous 19 |
F |
|
988 |
Type miscellaneous 20 |
A |
|
989 |
Colour miscellaneous 20 |
F |
|
998 |
customer-specific motifs |
F |
|
999 |
Fixed material assignment |
F |
|
Type: A = type
F = colour
K = combination
S = shape
IDM 2.8.1 XML-Schema Documentation
Introduction > Required version types |
To assure that all necessary versions are available in the planning process, mandatory version types are defined and must be delivered in accordance with the model code of an item.
Model codes |
required version types |
Model code type 8 or 27 |
520,521 |
Model code type 26 |
562,563 |
Model code type 2 |
500,501 |
Model code type 29 |
514,515 |
Model code 5 |
550,551 |
Model code 20 or 21 |
510511 |
Model code 12 |
504,505 |
Model code 11 |
502,503 |
Model code 14 or 15 |
400,401,402 |
Model code 18 |
650,651 |
Model code 17 |
600,601 |
151, 154, 208 |
|
101,202,203,205 |
All model codes can be found in the model code table.
The model code type can be found in the model code types table.
IDM 2.8.1 XML-Schema Documentation
Introduction > Type key |
|
Type-No. |
Denotation |
1 |
Base cabinet |
2 |
Tall cabinet |
3 |
Wall cabinet |
4 |
Worktop top cabinet |
5 |
Recess elements |
6 |
Highboard |
7 |
Recess cabinet |
8 |
Solitaire furniture |
9 |
Front element |
10 |
Module element |
11 |
Cornice profile |
12 |
Light pelmet |
13 |
Ceiling filler |
14 |
Plinth blind |
15 |
Plinth board |
17 |
Worktop |
18 |
Worktop upstand profile |
19 |
Cover shelf |
20 |
Gallery shelf |
21 |
Gallery shelf |
22 |
Construction shelf |
24 |
Chimney |
26 |
Electrical appliance |
27 |
Gas appliance |
28 |
Small appliance |
29 |
Sink |
30 |
Fitting |
35 |
Lighting |
37 |
General Accesories |
38 |
Miscellaneous |
41 |
Block |
42 |
Additional equipment |
43 |
Value clearing |
95 |
Recycling fees. |
98 |
Information as subtext |
99 |
General text information/ order |
IDM 2.8.1 XML-Schema Documentation
Introduction > Equipment key
|
|
EquipmentID |
Bezeichnung (englisch) |
1 |
Universal cutter |
2 |
Bread |
3 |
Rotating shelf |
4 |
Bottles |
5 |
Glass |
6 |
Towel |
7 |
Interior drawer/ pull-out |
8 |
Detergents/broom |
9 |
Waste sorter system |
10 |
Swivel mechanism |
11 |
Extractable table |
12 |
Larder |
13 |
Linen |
14 |
Spice |
16 |
Dryer |
17 |
Cooker |
18 |
Oven |
19 |
Hob |
20 |
Ceramic hob |
21 |
Extractor hood |
22 |
Extractor |
23 |
Extractor Element |
24 |
Microwave |
25 |
Dishwasher |
26 |
Freezer |
27 |
Fridge |
28 |
Washing machine |
29 |
Control Panel |
30 |
Double oven |
31 |
Sink |
32 |
Steam cooker |
33 |
Warming zone |
34 |
Grill |
35 |
Fryer Fryer |
36 |
Chopping board |
37 |
Coffee maschine |
41 |
Fridge/ freezer combination |
42 |
Oven-Microwave combination |
43 |
Oven/ Warming |
46 |
Low pressure |
47 |
High pressure |
48 |
TV |
49 |
Water dispenser |
50 |
Dish warmer |
51 |
Downdraft cooktop extractor fan |
52 |
Ice cube cutter |
53 |
Beer cooler |
54 |
Drawer |
IDM 2.8.1 XML-Schema Documentation
Introduction > Installation information key
|
|
Installation information no. |
Designation |
1 |
For integrated fitting |
2 |
Installation |
3 |
Support base |
4 |
Stand-alone appliance |
5 |
Fully integrated |
7 |
Integrated niche |
8 |
Open niche |
11 |
Flush with front |
12 |
Flush with element |
13 |
Flush with the surface |
14 |
Surface-mounted |
15 |
Modules |
17 |
Stand alone |
18 |
Free-hanging |
19 |
Wall-mounted |
21 |
Visible side |
22 |
Side plinth |
23 |
Moulding |
24 |
Return |
25 |
Transition |
26 |
Mitre profiling surcharge |
28 |
Width reduction |
29 |
Depth reduction |
30 |
Height reduction |
32 |
Cutout |
33 |
Angled cut |
34 |
Rounding |
35 |
Connection |
36 |
Cutout |
37 |
Processing |
46 |
Row 60 cm |
47 |
Corner |
48 |
Row 60 cm + corner |
49 |
Special cabinet |
IDM 2.8.1 XML-Schema Documentation
Introduction > Material key
|
|
Material no. |
Designation |
1 |
Plastic |
2 |
Corean |
3 |
Wood |
4 |
Natural stone |
5 |
Metal |
6 |
Tiles |
7 |
Glass |
8 |
Composite material |
9 |
Stainless Steel |
10 |
Aluminium |
11 |
Enameled steel |
12 |
Ceramic |
IDM 2.8.1 XML-Schema Documentation
Introduction > Shape key
|
|
Shape no. |
Designation |
1 |
Square |
2 |
Diagonal |
3 |
Insidecurve |
4 |
Round |
5 |
Half-round/rounding |
6 |
Angled |
7 |
Z-Form / 3-D |
8 |
Wavy |
9 |
45-degree |
10 |
90-degree |
11 |
135-degree |
12 |
N-degree |
IDM 2.8.1 XML-Schema Documentation
Introduction > Front appearance ID
|
||
Frontausprägung-Nr. |
Bezeichnung (deutsch) |
|
1 |
Door |
|
2 |
Drawer |
|
3 |
Pull-out |
|
4 |
Glass door |
|
5 |
Lid/flap |
|
6 |
Switch cabinet bezel |
|
7 |
Blind |
|
8 |
Sliding door |
|
9 |
Folding door |
|
10 |
Rollershutter front |
|
11 |
Door/drawer |
|
12 |
Pull-out/drawer |
|
13 |
Drawer/blind |
|
14 |
Pull-out/door |
|
15 |
Pull-out/drawer/door |
|
16 |
Door/flap |
|
17 |
Pull-out/drawer/flap |
|
18 |
Drawer/rollershutter front |
|
20 |
without front |
|
21 |
1 bowl without strainer bowl |
|
22 |
1,5 bowls without strainer bowl |
|
23 |
2 bowls without strainer bowl |
|
24 |
1 bowl with strainer bowl |
|
25 |
1,5 bowls with strainer bowl |
|
26 |
2 bowls with strainer bowl |
|
27 |
Strainer bowl |
|
28 |
1 bowl with rubbish container |
|
29 |
1,5 bowls with rubbish container |
|
30 |
2 bowls with rubbish container |
|
31 |
1 bowl with strainer bowl and rubbish |
|
32 |
1,5 bowls with strainer bowl and rubbish |
|
33 |
Rubbish |
|
36 |
With spout |
|
37 |
With spout repositioned/uninstalled |
|
38 |
Withe hose spray head |
|
39 |
Withe hose spray head repositioned/uninstalled |
|
41 |
1 ring |
|
42 |
2 rings |
|
43 |
3 rings |
|
44 |
4 rings |
|
45 |
5 rings |
|
46 |
6 rings |
|
47 |
7 rings |
|
48 |
8 rings |
|
49 |
9 rings |
|
IDM 2.8.1 XML-Schema Documentation
Introduction > Type key arts
|
|||
Item number |
Bezeichnung (deutsch) |
Designation (englisch) |
|
1 |
Normal |
Normal |
|
2 |
Regal |
Shelf |
|
3 |
Rahmen |
Frame |
|
4 |
Seitenverkleidung |
Side cladding |
|
5 |
Rückwandverkleidung |
Rear cladding |
|
6 |
Frontblende |
Front facing |
|
7 |
Dekorblende |
Decorative facing |
|
8 |
Formwange |
Shaped cheek |
|
9 |
Raumteiler |
Room divider |
|
10 |
Unterbau |
substructure |
|
11 |
Aufsatz |
Cap |
|
14 |
Paßstück |
Filler |
|
15 |
Blende |
Baffle |
|
16 |
Umbau |
||
17 |
Modul-Umbauschrank |
Module housing |
|
19 |
Einlegeboden |
Shelf |
|
21 |
Barplatte |
Bar top |
|
22 |
Ansetztisch |
Fixed table |
|
26 |
Pilaster |
Pilaster |
|
27 |
Stollen |
||
28 |
Paneel |
Panel |
|
29 |
Bord/Konsole |
Board/table |
|
30 |
Reling |
Rail |
|
32 |
Einhebelmischer |
||
33 |
Zweigriffarmatur |
||
34 |
Sonstige Armaturen |
||
36 |
Umluft |
||
37 |
Abluft |
||
40 |
Zubehör |
Accessory |
|
IDM 2.8.1 XML-Schema Documentation
Introduction >Information key |
|
||||
|
|
||||
Property no. |
Designation |
Description |
Unit of measure Value |
||
Information for washing machines |
|||||
100 |
RATED_CAPACITY |
Nominal capacity in kg cotton for the standard program "Cotton 60°C" or the standard program.
"Cotton 40°C", respectively with full load, with the lower of the two values being authoritative. |
kg numerical |
||
101 |
ENERGY_EFFICIENCY_CLASS |
Energy efficiency class as per table 1 |
A … G |
||
102 |
WEIGHTED_ANNUAL_ENERGY_CONSUMPTION |
weighted annual energy consumption (AE C) in KWh/a, rounded to the next integer. This value must be specified as: Energy consumption of "X" kWh/a on the basis of 220 standard washing cycles at 60°C and 40°C cotton programs with full load and partial load, as well as consumption of operating modes with low power consumption. The actual energy consumption depends on the actual use of the appliance. |
kWh per year numerical |
||
103 |
ENERGY_CONSUMPTION |
Energy consumption (E t,60 , E t,60½ , E t,40½ ) of the standard program "Cotton 60°C" with full load and partial load, as well as the "Cotton 40°C" program with partial load. |
kWh numerical |
||
104 |
WEIGHTED_POWER_CONSUMPTION_OFF |
weighted power consumption when switched off |
W Numerical |
||
105 |
WEIGHTED_POWER_CONSUMPTION_ON |
weighted power consumption when switched on |
W Numerical |
||
106 |
WEIGHTED_ANNUAL_WATER_CONSUMPTION |
weighted annual water consumption (AW C) in liters/a, rounded to the next integer. This value must be specified as: Water consumption of "X" litres/a on the basis of 220 standard washing cycles at 60°C and 40°C cotton programs with full load and partial load. The actual water consumption depends on the actual use of the appliance. |
litres per year numerical |
||
107 |
SPIN_DRYING_EFFICIENCY_CLASS |
Spinning efficiency class, determined using table 2 and expressed as spinning efficiency class "X" on a scale from G (lowest efficiency) to A (highest efficiency). A different design can be used as long as it is made clear that the scale ranges from G (lowest efficiency) to A (highest efficiency). |
A … G |
||
108 |
MAX_SPIN_SPEED |
maximum spinning speed for standard program "Cotton 60°C" with full load or for standard program "Cotton 40°C" with partial load, with the lower value being authoritative, as well as residual humidity for standard program "Cotton 60°C" with full load or for standard program "Cotton 40°C" with partial load, with the higher value being authoritative,. |
revolutions per minute numerical |
||
109 |
INDICATION_STANDARD |
Information about the fact that the standard programs "Cotton 60°C" and "Cotton 40°C" are the standard washing programs to which the information on the label and data sheet refer, that these programs are suitable for washing averagely dirty cotton fabrics and the most efficient ones with respect to the combined energy and water consumption. |
Zeichenfolge ST oder leer |
||
110 |
PROGRAMME_TIME |
Program duration of the standard program "Cotton 60°C" with full load and partial load, as well as the "Cotton 40°C" program with partial load in minutes, rounded to the next minute. |
min numerical |
||
111 |
DURATION_LEFT_ON_MODE |
Time appliance is in switched on mode (T I ) if the household washing machine is equipped with power control. |
min numerical |
||
112 |
AIRBORNE_ACOUSTICAL_NOISE_EMISSION |
Airborne acoustical emissions in db(A) re 1 pW, rounded to the next integer, during washing and spinning in the standard program "Cotton 60°C" with full load. |
dB numerical |
||
Information for dishwashers |
|||||
120 |
RATED_CAPACITY |
Nominal capacity in standard place settings for the standard cleaning mode |
Quantity numerical |
||
121 |
ENERGY_EFFICIENCY_CLASS |
Energy efficiency class as per table 3 |
A … G |
||
122 |
ANNUAL_ENERGY_CONSUMPTION |
annual energy consumption (AE C ) in KWh/a, rounded to the next integer. This value must be stated as energy consumption "X" kWh/a on the basis of 280 standard cleaning cycles with cold water and the consumption incurred in the operating modes with the lowest power consumption. The actual energy consumption depends on the actual use of the appliance. |
kWh per year numerical |
||
123 |
ENERGY_CONSUMPTION |
Energy consumption (E t ) of the standard cleaning cycle |
kWh numerical |
||
124 |
POWER_CONSUMPTION_OFF |
weighted power consumption when switched off |
W numerical |
||
125 |
POWER_CONSUMPTION_ON |
weighted power consumption when switched on |
W Numerical |
||
126 |
WEIGHTED_ANNUAL_WATER_CONSUMPTION |
weighted annual water consumption (AW C ) in liters/a, rounded to the next integer. This must be stated as: water consumption "X" litres/a based on 280 standard dishwashing cycles. The actual water consumption depends on the actual use of the appliance. |
litres per year numerical |
||
127 |
DRYING_EFFICIENCY_CLASS |
Drying efficiency class, determined in accordance with table 4 and expressed as the drying efficiency class "X" on a scale from G (lowest efficiency) to A (highest efficiency). A different design may be used if data is displayed in a table, provided it is made clear that the scale ranges from G (lowest efficiency) to A (highest efficiency). |
A … G |
||
128 |
INDICATION_STANDARD |
Information about the fact that the "standard program" is the cleaning cycle to which the information on the label and data sheet refer, that this program is suitable for washing averagely dirty dishes and the most efficient one with respect to the combined energy and water consumption. |
Character sequence ST or blank |
||
129 |
PROGRAMME_TIME |
Program duration of the standard cleaning cycle in minutes, rounded to the next integer. |
min numerical |
||
130 |
DURATION_LEFT_ON_MODE |
Time appliance is in switched on mode (T I ) if the household dishwasher is equipped with power control |
min numerical |
||
131 |
AIRBORNE_ACOUSTICAL_NOISE_EMISSION |
Airborne acoustical emissions in db(A) re 1 pW, rounded to the next integer. |
dB numerical |
||
Information for tumble dryers |
|||||
140 |
RATED_CAPACITY |
Nominal capacity in kg cotton clothing for the standard cotton program with full load |
kg numerical |
||
141 |
TUMBLE_KIND |
whether the household tumble dryer is an exhaust air, condensation or gas-heated household tumble dryer |
Code A, C or G |
||
142 |
ENERGY_EFFICIENCY_CLASS |
Energy efficiency class as per table 5 |
A … G |
||
143 |
WEIGHTED_ANNUAL_ENERGY_CONSUMPTION |
for electrically heated household tumble dryers:
weighted annual energy consumption (AE c ) in KWh/a, rounded to one decimal space. This value must be specified as: Energy consumption of "X" kWh/a on the basis of 160 drying cycles for the standard cotton program with full load and partial load, as well as consumption of operating modes with low power consumption. The actual energy consumption per cycle depends on the actual use of the appliance.
for gas-heated household tumble dryers:
weighted annual energy consumption (AE c (gas) ) in KWh/a, rounded to one decimal space. This value must be specified as: Energy consumption of "X" gas kWh/a on the basis of 160 drying cycles for the standard cotton program with full load and partial load, as well as consumption of operating modes with low power consumption. The actual energy consumption per cycle depends on the actual use of the appliance.
and
weighted annual energy consumption (AE C (gas)el ), rounded to one decimal space. This value must be specified as: Energy consumption of "X" kWh/a on the basis of 160 drying cycles for the standard cotton program with full load and partial load, as well as consumption of operating modes with low power consumption. The actual energy consumption per cycle depends on the actual use of the appliance. |
kWh per year numerical |
||
144 |
AUTOMATIC |
whether the household tumble dryer is a tumble dryer with automatic controls or a tumble dryer without automatic controls |
1=true |
||
145 |
ENERGY_CONSUMPTION |
Energy consumption (E dry , E dry½ , Eg dry , Eg dry½ , Eg dry,a , Eg dry½,a ) of the standard cotton program with full load and partial load. |
kWh numerical |
||
146 |
POWER_CONSUMPTION_OFF |
Power consumption when switched off (P o ) for the standard cotton program with full load |
W numerical |
||
147 |
POWER_CONSUMPTION_ON |
Power consumption when switched on (P I ) for the standard cotton program with full load |
W numerical |
||
148 |
DURATION_LEFT_ON_MODE |
Time appliance is in switched on mode if the household tumble dryer is equipped with power control. |
min Numerical |
||
149 |
INDICATION_STANDARD |
Information about the fact that the "standard cotton program" with full and partial load is the standard drying program to which the information on the label and data sheet refers, that this program is suitable for drying normally wet cotton clothes and the most efficient one for cotton with respect to the energy consumption |
Character sequence ST or blank |
||
150 |
WEIGHTED_PROGRAMME_TIME |
weighted program duration (T t ) of the "standard cotton program with full and partial load" in minutes, rounded to the next full minute. |
min numerical |
||
151 |
WEIGHTED_PROGRAMME_TIME |
Program duration of the "standard cotton program" with full load (T dry ) in minutes, rounded to the next full minute. |
min numerical |
||
152 |
WEIGHTED_PROGRAMME_TIME |
Program duration of the "standard cotton program" with partial load (T dry½ ) in minutes, rounded to the next full minute. |
min numerical |
||
153 |
CONDENSATION_EFFICIENCY |
if the household tumble dryer is a condensation dryer, the condensation efficiency class as stated in table 6 expressed as "condensation efficiency class 'X' on a scale from G (lowest efficiency) to A (highest efficiency); a different design can be used provided it is made clear that the scale ranges from G (lowest efficiency) to A (highest efficiency) |
A … G |
||
154 |
AVERAGE_CONDENSATION_EFFICIENCY |
if the household tumble dryer is a condensation dryer, the average condensation efficiency C dry and C dry½ of the standard cotton program with full load and partial load and the weighted condensation efficiency (C t ) for the standard cotton program with full and partial load expressed as a percentage number rounded to the next full percent |
% Numerical |
||
155 |
SOUND_POWER_LEVEL |
Sound power level (weighted average value - L WA ) in db, rounded to the next integer, for the standard cotton program with full load |
dB numerical |
||
|
|
|
|
||
Information for combo washer dryers |
|||||
160 |
ENERGY_EFFICIENCY_CLASS |
Energy efficiency class of the model as per table 7, expressed as "energy efficiency class". . on a scale from A (low energy consumption) to G (high energy consumption)". A different design may be used if data is displayed in a table, provided it is made clear that the scale ranges from G (lowest efficiency) to A (highest efficiency). |
A … G |
||
161 |
ENERGY_CONSUMPTION |
Energy consumption in kWh per completed operating cycle (washing, spinning, drying) |
kWh numerical |
||
162 |
ENERGY_CONSUMPTION_W_D_ONLY |
Energy consumption in kWh for the washing and spinning program only |
kWh numerical |
||
163 |
WASHING_PERFORMANCE |
Washing performance class as per table 8, expressed as "washing performance class . on a scale from A (better) to G (poor)". A different design can be used as long as it is made clear that the scale ranges from A (better) to G (poor). |
A … G |
||
164 |
WATER_EXTRACTION_EFFICIENCY |
Spinning performance for the standard program "Cotton 60°C", expressed as "residual humidity after spinning ...% (percentage of the dry weight of the load)" |
% numerical |
||
165 |
MAX_SPIN_SPEED |
maximum spinning speed for the standard program "Cotton 60°C" |
revolutions per minute numerical |
||
166 |
WASH_CAPACITY |
Load capacity (washing) of the appliance for the standard program "Cotton 60°C" |
kg numerical |
||
167 |
DRY_CAPACITY |
Load capacity (drying) of the appliance for the standard program "Cotton shelf-dry" |
kg numerical |
||
168 |
WATER_CONSUMPTION |
Water consumption in l per completed operating cycle (washing, spinning and drying) |
litres numerical |
||
169 |
WATER_CONSUMPTION_W_D_ONLY |
Water consumption in 1 for washing and spinning only for the standard program "Cotton 60°C" |
litres numerical |
||
170 |
WASHING_DRYING_TIME |
Washing and drying time: duration until operating cycle (washing, spinning and drying) is completed in the standard program "Cotton 60°C" and the drying program "Cotton shelf-dry" with nominal capacity load |
min numerical |
||
171 |
ENERGY_WATER_CONSUMPTION |
Energy and water consumption based on 200 standard cycles, expressed as the estimated annual consumption of a 4-person household that always uses the combo washer dryer for drying (200 programs) |
kWh numerical |
||
172 |
NOISE_EMISSION |
Noise emissions during washing, spinning and drying in the standard program "Cotton 60°C" and "Cotton, shelf-dry", |
dB numerical |
||
Information for refrigerators |
|||||
180 |
CATEGORY |
Household refrigerator category as per tables 9 and 10 |
numerical 1 … 10 |
||
181 |
ENERGY_EFFICIENCY_CLASS |
Energy efficiency class of the model as per table 11 |
A … G |
||
182 |
ANNUAL_ENERGY_CONSUMPTION |
annual energy consumption (AE C ) in KWh/a in accordance with no. 3 (2) of Annex VIII, rounded to the next integer. To be stated as: Energy consumption 'XYZ' kWh/a based on results of standard testing over 24 hours. The actual consumption depends on the use and location of the appliance. |
kWh per year numerical |
||
183 |
STORAGE_VOLUMNE |
Capacity of each compartment and, if applicable, star rating in accordance with the total capacity of all freezer compartments that have a star rating (i.e. with an operating temperature ≤ – 6 °C), rounded to the next integer, and star rating of the compartment with the highest share in the total; if the household refrigerator does not have freezer compartments, the supplier will specify "- L" instead of a value and leave the position for the star ranking blank |
litres numerical |
||
184 |
DESIGN_TEMPERATURE |
Design temperature "other compartments" in the meaning of Annex I letter n. For wine chilling compartments, the lowest chilling temperature that is preset for the compartment, or that can be set by the consumer in accordance with the manufacturer's instructions, and that can be maintained permanently |
°C numerical |
||
185 |
FROST_FREE |
Information "Frost-fee" for the relevant compartment(s) other than wine chilling compartments and intended for storage of certain foods with a temperature higher than + 14 °C |
Compartment, counted from the bottom up numerical |
||
186 |
TEMPERATURE_RISE_TIME |
"Storage time during malfunction 'X' h" defines the "temperature rise time" |
h numerical |
||
187 |
FREEZING_CAPACITY |
"Freezing capacity" in kg/24h |
kg/24 h numerical |
||
188 |
CLIMATE_CLASS |
"Climate class" as per table 12, expressed as: climate class: W [climate class]. This appliance is designed for operation in ambient temperatures between 'X' [lowest temperature] °C and 'X' [highest temperature] °C. |
SN, N, ST or T |
||
189 |
AIRBORNE_ACOUSTICAL_NOISE_EMISSION |
Airborne acoustical emissions in db(A) re 1 pW, rounded to the next integer. |
dB numerical |
||
190 |
WINE_ONLY |
The following must be stated for wine chillers: "This appliance is intended for the storage of wine only." This does not apply to household refrigerators that are not specifically designed for wine chilling but can be used for this purpose and not to household refrigerators that have a wine chilling compartment that is combined with another type of compartment. |
1=true 0=false |
||
Information for ovens |
|||||
200 |
NUMBER_CAVITY |
number of cooking chambers |
Quantity numerical |
||
201 |
ENERGY_EFFICIENCY_INDEX |
the energy efficiency index (EEIcavity) for the first cooking chamber of the model, rounded to one decimal space |
numerical |
||
202 |
ENERGY_EFFICIENCY_CLASS |
the energy efficiency class of the model for the first cooking chamber as per table 13 |
A+++ … D |
||
203 |
ENERGY_CONSUMPTION |
The energy consumption per cycle for the first cooking chamber in conventional cooking mode, if available (the measured energy consumption is expressed in kWh (electrical and gas ovens) and in MJ (gas ovens), rounded to two decimal spaces |
kWh numerical |
||
204 |
ENERGY_CONSUMPTION |
The energy consumption per cycle for the first cooking chamber in fan-forced mode, if available (the measured energy consumption is expressed in kWh (electrical and gas ovens) and in MJ (gas ovens), rounded to two decimal spaces |
kWh numerical |
||
205 |
HEAT_SOURCE_CAVITY |
the heat source for the first cooking chamber |
E or G |
||
206 |
VOLUMNE_ CAVITY |
the volume of the first cooking chamber |
litres numerical |
||
207 |
ENERGY_EFFICIENCY_INDEX |
the energy efficiency index (EEIcavity) for the second cooking chamber of the model, rounded to one decimal space |
|||
208 |
ENERGY_EFFICIENCY_CLASS |
the energy efficiency class of the model for the second cooking chamber as per table 13 |
A+++ … D |
||
209 |
ENERGY_CONSUMPTION |
The energy consumption per cycle for the second cooking chamber in conventional cooking mode, if available (the measured energy consumption is expressed in kWh (electrical and gas ovens) and in MJ (gas ovens), rounded to two decimal spaces |
kWh numerical |
||
210 |
ENERGY_CONSUMPTION |
The energy consumption per cycle for the second cooking chamber in fan-forced mode, if available (the measured energy consumption is expressed in kWh (electrical and gas ovens) and in MJ (gas ovens), rounded to two decimal spaces |
kWh numerical |
||
211 |
HEAT_SOURCE_CAVITY |
the heat source for the second cooking chamber |
E or G |
||
212 |
VOLUMNE_ CAVITY |
the volume of the second cooking chamber |
Litres Numerical |
||
213 |
ENERGY_EFFICIENCY_INDEX |
the energy efficiency index (EEIcavity) for the third cooking chamber of the model, rounded to one decimal space |
Numerical |
||
214 |
ENERGY_EFFICIENCY_CLASS |
the energy efficiency class of the model for the third cooking chamber as per table 13 |
A+++ … D |
||
215 |
ENERGY_CONSUMPTION |
The energy consumption per cycle for the third cooking chamber in conventional cooking mode, if available (the measured energy consumption is expressed in kWh (electrical and gas ovens) and in MJ (gas ovens), rounded to two decimal spaces |
kWh numerical |
||
216 |
ENERGY_CONSUMPTION |
The energy consumption per cycle for the third cooking chamber in fan-forced mode, if available (the measured energy consumption is expressed in kWh (electrical and gas ovens) and in MJ (gas ovens), rounded to two decimal spaces |
kWh numerical |
||
217 |
HEAT_SOURCE_CAVITY |
the heat source for the third cooking chamber |
E or G |
||
218 |
VOLUMNE_ CAVITY |
the volume of the third cooking chamber |
Litres numerical |
||
Information for cooker hoods |
|||||
220 |
ANNUAL_ENERGY_CONSUMPTION |
the annual energy consumption (AEC hood) in kWh/a, rounded to one decimal space |
kWh per year numerical |
||
221 |
ENERGY_EFFICIENCY_CLASS |
Energy efficiency class as per table 14 |
A+++ … G |
||
222 |
FLUID_DYNAMIC_EFFICIENCY |
The calculated fluid-dynamic efficiency (FDE hood), rounded to one decimal space |
numerical |
||
223 |
FLUID_DYNAMIC_EFFICIENCY_CLASS |
The fluid-dynamic efficiency clause as per table 15 |
A … G |
||
224 |
LIGHTING_EFFICIENCY |
the calculated lighting efficiency (LE hood) in lx/W, rounded to one decimal space |
numerical |
||
225 |
LIGHTING _EFFICIENCY_CLASS |
The lighting efficiency class as per table 16, the specified class must not be higher than the class stated in the technical documentation |
A … G |
||
226 |
GREASE_FILTERING_EFFICIENCY |
the calculated grease filtering degree in percent, rounded to one decimal space. The stated value must not be higher than the value stated in the technical documentation. |
% numerical |
||
227 |
GREASE_FILTERING _EFFICIENCY_CLASS |
the class for level of grease separation as per table 17 |
A … G |
||
228 |
AIR_FLOW |
the air flow (in m 3 /h, rounded to the next integer) at maximum and minimum speed in normal mode, intensive mode and fast mode are excluded |
m³/h numerical |
||
229 |
AIR_FLOW_INTENSIVE |
if applicable, the air flow (in m 3 /h, rounded to the next integer) in intensive mode and fast mode |
m³/h numerical |
||
230 |
AIRBORNE_ACOUSTICAL_NOISE_EMISSION |
the A-rated airborne critical noise emissions (in dB, rounded to the next integer) at minimum and maximum available speed in normal mode |
dB numerical |
||
231 |
AIRBORNE_ACOUSTICAL_NOISE_EMISSION_INT |
if applicable, the A-rated airborne acoustical noise emissions (in dB, rounded to the next integer) in intensive mode and fast mode |
dB numerical |
||
232 |
POWER_CONSUMPTION_OFF |
if applicable, the power consumption while switched off (P o ) in Watt, rounded to two decimal spaces |
W numerical |
||
231 |
POWER_CONSUMPTION_ON |
if applicable, the power consumption in standby mode (P o ) in Watt, rounded to two decimal spaces |
W numerical |
||
Information for electrical lamps and lights |
|||||
240 |
ENERGY_EFFICIENCY_CLASS |
Energy efficiency class as per table 18 |
A … G |
||
241 |
WEIGHTED_ENERGY_CONSUMPTION |
weighted annual energy consumption (EC) in KWh/1000h, rounded to the next integer. |
kWh per 1000 hours numerical |
||
242 |
ENERGY_EFFICIENCY_CLASS_COMPATIBILITY |
The energy efficiency classes of lights that can be exchanged by the user and with which the light is compatible in accordance with state-of-the-art compatibility requirements |
A … G |
||
243 |
ENERGY_EFFICIENCY_CLASS_N_COMPATIBILITY |
The energy efficiency classes of lights with which the lamp is incompatible in accordance with state-of-the-art compatibility requirements |
A … G |
||
244 |
ENERGY_EFFICIENCY_CLASS_LED |
The energy efficiency classes for LED modules not intended for removal by the consumer |
A … G |
||
245 |
ENERGY_EFFICIENCY_CLASS_INCLUDED |
The energy efficiency classes for lamps operated with the lights that can be exchanged by the consumer and that are included in the lamp's packaging |
A … G |
||
Information for TVs |
|||||
260 |
ENERGY_EFFICIENCY_CLASS |
Energy efficiency class of the model as per table 19 |
A … G |
||
261 |
SCREEN_DIAGONAL_CM |
visible screen size in centimetres |
cm numerical |
||
262 |
SCREEN_DIAGONAL_INCH |
visible screen size in inches |
inch numerical |
||
263 |
POWER_CONSUMPTION_ON |
Power consumption while switched on |
W numerical |
||
264 |
ANNUAL_ENERGY_CONSUMPTION |
The calculated annual energy consumption in kWh/a, rounded to the next integer. This value is to be stated as: energy consumption XYZ kWh/a based on four hours of daily operation of the TV on 365 days. The actual energy consumption depends on the actual use of the TV. |
kWh per year numerical |
||
265 |
POWER_CONSUMPTION_OFF |
Power consumption while switched off |
W numerical |
||
266 |
POWER_CONSUMPTION_STANDBY |
Power consumption in standby mode |
W numerical |
||
267 |
SCREEN_RESOLUTION_HORIZONTAL |
Screen resolution, measured in the physical horizontal number of pixels. |
pt numerical |
||
268 |
SCREEN_RESOLUTION_VERTICAL |
Screen resolution, measured in the physical vertical number of pixels. |
pt numerical |
||
Information for heating appliances: 280-300 |
|||||
Information for air-conditioners: 300-320 |
|||||
Information for single room heating appliances: 320-340 |
|||||
Information for vacuum cleaners: 340-360 |
|||||
Information for commercial refrigeration cabinets: 360-380 |
|||||
Information for residential ventilation appliances: 380-400 |
|||||
Information for solid fuel boilers and composite systems including solar installations: 400-420 |
|||||
The required numerical data must not be negative numbers. No decimal comma is used for numbers in the thousand range. Decimal spaces are preceded by a dot.
Properties can be freely assigned to the values 800-999.
1. ENERGY EFFICIENCY CLASSES for washing machines
The energy efficiency class of a household washing machine is determined on the basis of its energy efficiency index (EEI) as per table 1.
The energy efficiency index (EEI) of a household washing machine is determined as per table 1.
Table 1
2. SPINNING EFFICIENCY CLASSES for washing machines
The spinning efficiency class of a household washing machine is determined on the basis of the residual humidity (D) as per table 2.
Table 2
3. ENERGY EFFICIENCY CLASSES for dishwashers
The energy efficiency class of a household dishwasher is determined on the basis of its energy efficiency index (EEI)
Table 3
4. DRYING EFFICIENCY CLASSES for dishwasher
Table 4
5. ENERGY EFFICIENCY CLASSES for tumble dryers
The energy efficiency class of a household tumble dryer is determined on the basis of its energy efficiency index (EEI) as per table 5.
Table 5
6. CONDENSATION EFFICIENCY CLASSES
The condensation efficiency class of a household condensation tumble dryer is determined on the basis of the weighted condensation efficiency (C t ) as per table 6.
Table 6
7. EFFICIENCY CLASSES for combo washer dryers
Table 7: efficiency classes
Table 8: washing performance classes
8. CLASSIFICATION OF HOUSEHOLD REFRIGERATORS
The household refrigerators are classified in categories in accordance with table 9.
Each category is determined by a certain composition of compartments in accordance with table 10 and independent from the number of doors and/or drawers.
Table 9
Household refrigerators that cannot be assigned to category 1 to 9 due to their compartment temperatures must be assigned to category 10.
Table 10
Household refrigerator classification and compartment composition
9. EFFICIENCY CLASSES for refrigeration appliances
The energy efficiency class of a household tumble dryer is determined on the basis of its energy efficiency index (EEI) as per table 5.
Table 11
Table 12
10. ENERGY EFFICIENCY CLASSES for ovens
The energy efficiency classes for household ovens are determined for each cooking chamber in accordance with the values in table 13.
Table 13
11. EFFICIENCY CLASSES for a cooker hoods
The energy efficiency classes ofcooker hoodsare determined in accordance with the values in table 14.
Table 14
The classes for the fluid-dynamic efficiency of a household cooker hood are determined on the basis of their fluid-dynamic efficiency (FDE hood) in accordance with the following table 15.
Table 15
The classes for the illumination efficiency of a household cooker hood are determined on the basis of their illumination efficiency (LE hood) in accordance with the following table 16.
Table 16
The classes for the level of grease separation of a household cooker hood are determined on the basis of their grease separation level (GFE hood) in accordance with the following table 17.
Table 17
12. ENERGY EFFICIENCY CLASSES for lamps
Table 18
13. ENERGY EFFICIENCY CLASSES for TVs
Table 19
The official EU journals pertaining to the relevant directives and regulations can be found at the following links:
Links to the individual product groups are available in multiple languages.
IDM 2.8.1 XML-Schema Documentation
Introduction > Standard handle orientations |
Standard handle orientation |
Denotation |
Picture |
Description |
0 |
Without drilling, with handle |
valid for all types of front |
|
1 |
horizontally centred - vertical at outer edge |
|
horizontally centred orientation for: Drawers; pull-outs; flap doors; shutters (horizontal) vertical orientation at outer edge for: doors; glass doors; roller shutters (vertical) |
2 |
horizontally centred - horizontal at outer edge |
|
horizontally centred orientation for: Drawers; pull-outs; flap doors; shutters (horizontal) horizontal orientation at outer edge for: doors; glass doors; roller shutters (vertical) |
3 |
vertically centred - vertical at outer edge |
|
vertically centred orientation for: Drawers; pull-outs; flap doors; shutters (horizontal) vertical orientation at outer edge for: doors; glass doors; roller shutters (vertical) |
4 |
vertically centred - horizontal at outer edge |
|
vertically centred orientation for: Drawers; pull-outs; flap doors; shutters (horizontal) horizontal orientation at outer edge for: doors; glass doors; roller shutters (vertical) |
5 |
horizontally centred - vertically centred |
|
horizontally centred orientation for: drawers; pull-outs; flap doors; shutters (horizontal) vertical centred orientation for: doors; glass doors; roller shutters (vertical) |
6 |
Waagerecht mittig - Waagerecht mittig |
|
horizontally centred orientation for: drawers; pull-outs; flap doors; shutters (horizontal) horizontally centred orientation for: doors; glass doors; roller shutters (vertical) |
7 |
Senkrecht mittig - Senkrecht mittig |
|
vertically centred orientation for: drawers; pull-outs; flap doors; shutters (horizontal) vertical centred orientation for: doors; glass doors; roller shutters (vertical) |
8 |
Senkrecht mittig - Waagerecht mittig |
|
vertically centred orientation for: drawers; pull-outs; flap doors; shutters (horizontal) vertical centred orientation for: doors; glass doors; roller shutters (vertical) |
9 |
Horizontal at the top, full width - horizontal at the top, full width |
|
orientation horizontal, full width, for: drawers; pull-outs; flap doors; shutters (horizontal) horizontal orientation full width for: doors; glass doors; flap doors; roller shutters (vertical) |
10 |
horizontal at the bottom of the element, full width - horizontal at the top of the element, full width |
|
orientation at the bottom, full width, for: drawers; pull-outs; flap doors; shutters (horizontal) horizontal orientation full width for: doors; glass doors; roller shutters (vertical) |
11 |
horizontal at the top, full width - vertical at outer edge, full height |
|
orientation horizontal, full width, for: Drawers; pull-outs; flap doors; shutters (horizontal). orientation at the outer edge, full height, for: doors; glass doors; roller shutters (vertical). |
12 |
horizontal at the bottom, full width - vertical at outer edge, full height |
|
orientation at the bottom, full width, for: Drawers; pull-outs; flap doors; shutters (horizontal). orientation at the outer edge, full height, for: doors; glass doors; roller shutters (vertical) |
90 |
No standard handle orientation applicable. |
||
91 |
No standard handle orientation applicable. |
||
92 |
No standard handle orientation applicable. |
||
93 |
No standard handle orientation applicable. |
||
94 |
No standard handle orientation applicable. |
||
95 |
No standard handle orientation applicable. |
||
96 |
No standard handle orientation applicable. |
||
97 |
No standard handle orientation applicable. |
||
98 |
No standard handle orientation applicable. |
||
99 |
Without drilling, without handle |