Share via


2.317 ParameterValues

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

ValidValues

Child elements

ParameterValues.ParameterValue

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>