<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 |
---|---|
|
Indicates topic value is a boolean. |
|
Indicates topic value is an error. |
|
Indicates topic value is a real number. |
|
Indicates topic value is a string. |
Referenced By |
---|
|
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>