WIInstance 複雜型別 (工作項目方法結構描述)
更新:2007 年 11 月
建立工作項目。
<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>
屬性和項目
下列章節將說明屬性 (Attribute)、子項目和父項目。
屬性
屬性 |
說明 |
---|---|
type |
必要屬性。 定義要建立的工作項目類型 (Bug、工作等)。型別為 RestrictedString。最小長度:1;最大長度:255。 |
子項目
項目 |
說明 |
---|---|
必要項目。 表示工作項目上的欄位。 |
|
選擇性項目。 表示工作項目的超連結。 |
父項目
無
備註
WIInstance 是 WI 項目 (工作項目方法結構描述)型別。
項目資訊
命名空間 |
空白 |
結構描述名稱 |
工作項目方法 |
驗證檔 |
WorkItemMethodology.xsd |
可以是空白 |
不適用 |