<strRef> (String Reference)
This element specifies a reference to data for a single data label or title with a cache of the last values used.
| Child Elements | Subclause | 
|---|---|
| 
 | |
| 
 | |
| 
 | 
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_StrRef">
	<sequence>
	<element name="f" type="xsd:string" minOccurs="1" maxOccurs="1"/>
	<element name="strCache" type="CT_StrData" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>