<pt> (String Point)

This element specifies string data for a specific data point.

Parent Elements

<lvl>5.7.2.100); <strCache>5.7.2.200); <strLit>5.7.2.201)

Child Elements

Subclause

<v> (Text Value)

§5.7.2.223

Attributes

Description

<idx> (Index)

A 0 based index into a set of points. Represents the data point number this data is for.

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

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

<complexType name="CT_StrVal">
	<sequence>
	<element name="v" type="ST_Xstring" minOccurs="1" maxOccurs="1"/>
	</sequence>
	<attribute name="idx" type="xsd:unsignedInt" use="required"/>
</complexType>