Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ParameterValue.Label element specifies the text to use to describe the ParameterValue.Value to display in a parameter drop-down at runtime. The ParameterValue.Label element is optional.
If the ParameterValue.Label element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. If this element is not present, the ParameterValue.Value is applied as the label text. If ParameterValue.Value is also not present, an empty string is used.
If the ParameterValue.Value expression returns an array, the expression for the label MUST also return an array with the same number of items. If the ParameterValue.Value expression does not return an array, the expression for the label expression MUST NOT return an array.
Following is the parent element of the ParameterValue.Label element.
|
Parent elements |
|---|
The following is the XML Schema definition of the ParameterValue.Label element.
-
<xsd:element name="Label" type=" StringLocIDType" minOccurs="0" />