TB.One > Import & Export > Master Data Import via TB.Cat/XML > TB.Cat - XML Structure > TBCATALOG > PRODUCTDATA > PRODUCT > P_COMPONENTDATA

P_COMPONENTDATA

p_componentdata

 

NODE

REQUIRED

DATA TYPE

DESCRIPTION

P_COMPONENTDATA

N

XML

Product components

P_COMPONENT

Y

XML

Text of the product component (no HTML formatting; line breaks are permitted)

P_COMPONENT[identifier]

Y

ENUM

Indicator for referencing (key or name)

P_COMPONENT[key]

Y

CHAR(300)

Value stored in the identifier assignment statement

P_COMPONENT[name]

N

CHAR(300)

Value stored in the identifier assignment statement

VALUE xml:lang="lang"

Y

TEXT

Definition of the language with the corresponding value

 

EXAMPLE:

<P_COMPONENTDATA>

<P_COMPONENT identifier="key" key="width">

<VALUE xml:lang="x-default">30 cm</VALUE>

<VALUE xml:lang="en-US">30 cm</VALUE>

</P_COMPONENT>

<P_COMPONENT identifier="key" key="color">

<VALUE xml:lang="x-default">Grün</VALUE>

<VALUE xml:lang="en-US">Green</VALUE>

</P_COMPONENT>

</P_COMPONENTDATA>

or

<P_COMPONENTDATA> 

<P_COMPONENT identifier="key" key="width" name="Breite"> 

<VALUE xml:lang="x-default">30 cm</VALUE> 

<VALUE xml:lang="en-US">30 cm</VALUE> 

</P_COMPONENT> 

<P_COMPONENT identifier="key" key="color" name="Farbe"> 

<VALUE xml:lang="x-default">Grün</VALUE> 

<VALUE xml:lang="en-US">Green</VALUE> 

</P_COMPONENT> 

</P_COMPONENTDATA>


For further information, see also:

Master data import via XML - overview

XML structure overview - TB.Cat 1.4

XML structure overview - TB.Cat 1.2/1.3

Examples: XML for TB.Cat 1.4 or TB.Cat 1.2/1.3