<numRef>
(Number Reference)
This element specifies a reference to numeric data with a cache of the last values used.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_NumRef">
<sequence>
<element name="f" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<element name="numCache" type="CT_NumData" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>