[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_VolValueType (Volatile Dependency Value Types)

This simple type defines the data type of the values in the dependency cache.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

b (Boolean)

Indicates topic value is a boolean.

e (Error)

Indicates topic value is an error.

n (Real Number)

Indicates topic value is a real number.

s (String)

Indicates topic value is a string.

 

Referenced By

tp@t3.15.3)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_VolValueType">

   <restriction base="xsd:string">

   <enumeration value="b"/>

   <enumeration value="n"/>

   <enumeration value="e"/>

   <enumeration value="s"/>

   </restriction>

</simpleType>