WIInstance Complex Type (Work Item Methodology Schema)
Creates a work item.
<xs:complexType name="WIInstance">
<xs:sequence>
<xs:element name="FIELD" type="WIField" minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="HYPERLINK" type="WIHyperlink" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="type" type="RestrictedString" use="required"/>
</xs:complexType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
type |
Required attribute. Specifies the kind of work item (bug, task, and so on) to be created. Type is RestrictedString. Minimum length: 1; Maximum length: 255. |
Child Elements
Element |
Description |
---|---|
Required element. Represents a field on a work item. |
|
Optional element. Represents a hyperlink for a work item. |
Parent Elements
None
Remarks
WIInstance is the WI Element (Work Item Methodology Schema) type.
Element Information
Namespace |
Empty |
Schema Name |
Work Item Methodology |
Validation File |
WorkItemMethodology.xsd |
Can be Empty |
Not applicable |