[Table of Contents] [docx version]
Error! No text of specified style in document.
tx (Series Text)
This element specifies text for a series name, without rich text formatting.
Parent Elements |
ser (§5.7.2.168); ser (§5.7.2.169); ser (§5.7.2.170); ser (§5.7.2.171); ser (§5.7.2.172); ser (§5.7.2.173); ser (§5.7.2.174); ser (§5.7.2.175) |
Child Elements |
Subclause |
strRef (String Reference) |
§5.7.2.202 |
v (Text Value) |
§5.7.2.223 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SerTx">
<sequence>
<choice minOccurs="1" maxOccurs="1">
<element name="strRef" type="CT_StrRef" minOccurs="1" maxOccurs="1"/>
<element name="v" type="ST_Xstring" minOccurs="1" maxOccurs="1"/>
</choice>
</sequence>
</complexType>