2.2.4.34 t:FieldURIOrConstantType Complex Type

The FieldURIOrConstantType complex type specifies either a property or a constant value to be compared with another property.

 <xs:complexType name="FieldURIOrConstantType">
   <xs:choice>
     <xs:element
       ref="t:Path"
      />
     <xs:element name="Constant"
       type="t:ConstantValueType"
      />
   </xs:choice>
 </xs:complexType>
  

The following table lists the child elements of the FieldURIOrConstantType complex type.

Element name

Type

Description

t:Path

t:BasePathToElementType (section 2.2.4.16)

Specifies the property to be used in a two-operand search expression. The t:Path element (section 2.2.3.8) specifies a substitutionGroup attribute, as specified in [XMLSCHEMA0]. An element that is represented by the substitutionGroup attribute of the t:Path element MUST be present.

Constant

t:ConstantValueType (section 2.2.4.23)

Specifies a constant to be used in a two-operand search expression.