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 ParameterValues element specifies an ordered list of ParameterValue elements that are used to populate UI selection lists for users to select a value for a Parameter.
The following are the parent and child elements of the ParameterValues element.
|
Parent elements |
|---|
|
Child elements |
|---|
The following is the XML Schema definition of the ParameterValues element.
-
<xsd:complexType name="ParameterValuesType" > <xsd:sequence> <xsd:element name="ParameterValue" type="ParameterValueType" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>