<pt>
(String Point)
This element specifies string data for a specific data point.
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>