2.2.4.23 t:ConstantValueType Complex Type

The ConstantValueType complex type specifies a constant value for a search restriction.

 <xs:complexType name="ConstantValueType">
   <xs:attribute name="Value"
     type="xs:string"
     use="required"
    />
 </xs:complexType>
  

Attributes

Name

Type

Description

Value

xs:string ([XMLSCHEMA2])

Specifies the value to be compared in a restriction.