2.50.5 Parameter.Nullable

The Parameter.Nullable element specifies that NULL is a valid value for the parameter.

The Parameter.Nullable element is optional. If this element is present, its value MUST be a Boolean. A value of true specifies that NULL is a valid value for the parameter. If the Parameter.Nullable element is not present, its value is interpreted as false.

The following is the parent element of the Parameter.Nullable element.

Parent elements

Parameter

The following is the XML Schema definition of the Parameter.Nullable element.          

 <xsd:element name="Nullable" type="xsd:boolean" minOccurs="0" />