Property 元素 (propertiesType complexType)
(Action4)
适用于:SharePoint Server 2013
父 Block 元素的一个属性 (Blocks 元素) (WorkflowInfo 元素) (Action4) 元素呈现在工作流视觉对象设计器用户界面中。
用法
<Blocks>
<Block>
<Property />
</Block>
</Blocks>
元素信息
元素类型 |
|
命名空间 |
|
架构文件 |
Actions4.xsd |
定义
<xs:element name="Property" minOccurs="0" maxOccurs="unbounded">
<xs:attribute name="Name" type="s:string" use="required" />
<xs:attribute name="DesignerType" type="s:string" />
<xs:attribute name="DisplayName" type="s:string" />
<xs:attribute name="Description" type="s:string" />
<xs:attribute name="TypeFrom" type="s:string" />
</xs:element>
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
父元素
元素 |
类型 |
说明 |
---|---|---|
子元素
无。
属性
属性 |
类型 |
必需 |
说明 |
可能的值 |
---|---|---|---|---|
**描述** |
s:string |
可选 |
s:string 类型的值。 |
|
**DesignerType** |
s:string |
可选 |
s:string 类型的值。 |
|
**DisplayName** |
s:string |
可选 |
s:string 类型的值。 |
|
**名字** |
s:string |
必需 |
s:string 类型的值。 |
|
**TypeFrom** |
s:string |
可选 |
s:string 类型的值。 |