favorite Schema
Field Element
favorite Schema > Where Element : Field Element

Glossary Item Box

Description

The field to filter by. The field to filter by.
Namespace (none)

Diagram

Field Element

Overview

Field 0..∞
The field to filter by. The field to filter by.
Name required xs:string
The name of the field. The name of the field.
Value required xs:string
The condition expression applied to the field. The condition expression applied to the field.

Attributes

NameTypeUseDefaultFixedDescription
Namexs:stringrequired  The name of the field. The name of the field.
Valuexs:stringrequired  The condition expression applied to the field. The condition expression applied to the field.

Source

<xs:element minOccurs="0" maxOccurs="unbounded" name="Field" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                            The field to filter by.
                        </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="Name" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>
                                    The name of the field.
                                </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Value" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>
                                    The condition expression applied to the field.
                                </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also