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

A_TAGS

Attributes on the article level (for attributes on the product level, see P_TAGS for TB.Cat 1.2 or TB.Cat 1.4).

a_tags

 

NODE

REQUIRED

DATA TYPE

DESCRIPTION

A_TAGS

N

XML

Article attributes

A_TAG

Y

XML

Article attribute

A_TAG[identifier]

Y

ENUM

Indicator for referencing (key or name)

A_TAG[key]

Y

CHAR(50)

Value stored in the identifier assignment statement

A_TAG[name]

N

CHAR(100)

Value stored in the identifier assignment statement

VALUES

Y

XML

Attribute values

VALUE

Y

XML

Individual attribute value

VALUE[identifier]

Y

ENUM

Indicator for referencing (key)

VALUE[key]

Y

CHAR(50)

Value stored in the identifier assignment statement

 

EXAMPLE:

<A_TAGS>

<A_TAG identifier="key" key="basecolor" name="Basisfarbe">

<VALUES>

<VALUE identifier="key" key="red" />

<VALUE identifier="key" key="green" />

</VALUES>        

</A_TAG>

<A_TAG identifier="key" key="gender">

<VALUES>        

<VALUE identifier="key" key="male" />

</VALUES>

</A_TAG>

</A_TAGS>


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