Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | 
|---|---|
| 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 |