<ST_ParameterType>
(Parameter Type)
Parameter Type.
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 |
---|---|
|
Get the parameter value from a cell on each refresh. |
|
Prompt the user on each refresh for a parameter value. |
|
Use a constant value on each refresh for the parameter value. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ParameterType">
<restriction base="xsd:string">
<enumeration value="prompt"/>
<enumeration value="value"/>
<enumeration value="cell"/>
</restriction>
</simpleType>