QUERIES Element (Work Item Methodology Schema)

Specifies which query definition files to use to create default queries.

<xs:element name="QUERIES">
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Query" type="QueryReference" minOccurs="1" maxOccurs="unbounded"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element

Description

Query Element (Work Item Methodology Schema)

Required element.

Specifies the name of the query and the path of the .wiq file.

Parent Elements

None.

Remarks

QUERIES is a required element of the Work Item Methodology schema.

minOccurs="1"

maxOccurs="unbounded"

Example

<QUERIES>
    <Query>QueryReference</Query>
</QUERIES>

Element Information

Namespace

Empty

Schema Name

Work Item Methodology

Validation File

WorkItemMethodology.xsd

Can Be Empty

No

See Also

Reference

Query Element (Work Item Methodology Schema)