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.
Contains the work item instance definitions.
<xs:element name="WORKITEMS">
<xs:complexType>
<xs:sequence>
<xs:element name="WI" type="WIInstance" 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. Defines a work item instance. |
Parent Elements
None.
Remarks
WORKITEMS is a required child element of the Work Item Methodology schema.
minOccurs="1"
maxOccurs="unbounded"
Example
<WORKITEMS>
<WI>WIInstance</WI>
</WORKITEMS>
Element Information
Namespace |
Empty |
Schema Name |
Work Item Methodology |
Validation File |
WorkItemMethodology.xsd |
Can Be Empty |
No |