QueryReference Complex Type (Work Item Methodology Schema)
Specifies the name of the query and the path of the .wiq file.
<xs:complexType name="QueryReference">
<xs:attribute name="name" type="RestrictedString" use="required"/>
<xs:attribute name="fileName" type="xs:string" use="required"/>
</xs:complexType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
name |
Required attribute. Supplies the name of the query. This name must match the name that is defined in the work item query file. The type is RestrictedString. Minimum length: 1; Maximum length: 255. For more information, see How to: Add a Query to a Process Template. |
fileName |
Required attribute. Contains the path of the work item query file. The type is xs:string. |
Child Elements
None
Parent Elements
None
Remarks
QueryReference is the Query Element (Work Item Methodology Schema) type.
Element Information
Namespace |
Empty |
Schema Name |
Work Item Methodology |
Validation File |
WorkItemMethodology.xsd |
Can be Empty |
Not applicable |