[Table of Contents] [docx version]

Error! No text of specified style in document.

pt (String Point)

This element specifies string data for a specific data point.

Parent Elements

lvl5.7.2.100); strCache5.7.2.200); strLit5.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>