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 element specifies a value/label pair for ValidValues.
The following are the parent and child elements of the ParameterValue element.
|
Parent elements |
|---|
|
Child elements |
|---|
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>