Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |