Share via


2.318 ParameterValue

The ParameterValue element specifies a value/label pair for ValidValues.

The following are the parent and child elements of the ParameterValue element.

Parent elements

ParameterValues

Child elements

ParameterValue.Label

ParameterValue.Value

The following is the XML Schema definition of the ParameterValue element.

 <xsd:complexType name="ParameterValueType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Value" type="xsd:string" minOccurs="0" />
     <xsd:element name="Label" type="StringLocIDType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>