<tx>
(Series Text)
This element specifies text for a series name, without rich text formatting.
Parent Elements |
---|
|
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>