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

P_LOGOS

Logos are usually used to represent standardized product features, e.g. care instructions (wash at 30°), certificates (FSC) or features (Bluetooth).

p_logos

 

NODE

REQUIRED

DATA TYPE

DESCRIPTION

P_LOGOS

N

XML

Product logos

P_LOGO

Y

XML

Product logo

P_LOGO[identifier]

Y

ENUM

Indicator for referencing (key or name)

P_LOGO[key]

Y

CHAR(50)

Value stored in the identifier assignment statement

P_LOGO[name]

N

CHAR(100)

Value stored in the identifier assignment statement

 

EXAMPLE:

<P_LOGOS>

<P_LOGO identifier="key" key="machine_wash" />

<P_LOGO identifier="key" key="iron_left" />

</P_LOGOS>

or

<P_LOGOS>

<P_LOGO identifier="key" key="machine_wash" name="Maschinenwäsche" />

<P_LOGO identifier="key" key="iron_left" name="links bügeln" />

</P_LOGOS>


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