<xsd:simpleType name="ST_ParameterType">
<xsd:annotation>
<xsd:documentation>Parameter Type</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="prompt">
<xsd:annotation>
<xsd:documentation>Prompt on Refresh</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="value">
<xsd:annotation>
<xsd:documentation>Value</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="cell">
<xsd:annotation>
<xsd:documentation>Parameter From Cell</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|