Reasons 复杂类型(工作项类型定义架构)
更新:2007 年 11 月
定义 REASON 和 DEFAULTREASON 元素。
<xs:complexType name="Reasons">
<xs:sequence>
<xs:element name="REASON" type="Reason" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="DEFAULTREASON" type="Reason"/>
<xs:element name="REASON" type="Reason" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
属性和元素
下面几部分描述了属性、子元素和父元素。
属性
无
子元素
元素 |
说明 |
---|---|
必需。 定义转换发生的默认原因。 |
|
可选。 定义转换发生的其他原因。 |
父元素
无
备注
Reasons 复杂类型为 REASONS 元素(工作项类型定义架构) 类型。
元素信息
命名空间 |
https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef |
架构名称 |
工作项类型定义 |
验证文件 |
WorkItemTypeDefinition.xsd |
是否可以为空 |
不适用 |