<tag> (Programmable Extensibility Tag)

This element specifies a programmable extensibility tag to be used for storage of legacy variables.

Parent Elements

<tagLst>4.4.3.2)

Attributes

Description

<name> (Name)

Specifies the name associated with this specific programmable tag.

The possible values for this attribute are defined by the XML Schema string datatype.

<val> (Value)

Specifies the value associated with this specific programmable tag.

The possible values for this attribute are defined by the XML Schema string datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_StringTag">
	<attribute name="name" type="xsd:string"/>
	<attribute name="val" type="xsd:string"/>
</complexType>