ruleDesignerType complexType (Action4)
适用于:SharePoint Server 2013
用于创建 RuleDesigner 元素的基类型 (defaultElementType complexType) (Action4) 。
类型信息
命名空间 |
|
架构文件 |
Actions4.xsd |
扩展基 |
无 |
定义
<xs:complexType name="ruleDesignerType">
<xs:sequence>
<xs:element name="FieldBind" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:choice>
<xs:element name="Option" minOccurs="0" maxOccurs="unbounded">
<xs:attribute name="Name" type="s:string" use="required" />
<xs:attribute name="Value" type="s:string" use="required" />
<xs:attribute name="TypeFilter" type="s:string" />
<xs:attribute name="UnaryHides" type="s:string" />
</xs:element>
<xs:element name="DataSourceRef" minOccurs="1" maxOccurs="unbounded">
<xs:attribute name="Ref" type="s:string" />
</xs:element>
</xs:choice>
<xs:attribute name="Field" type="s:string" />
<xs:attribute name="Text" type="s:string" />
<xs:attribute name="Id" type="s:positiveInteger" use="required" />
<xs:attribute name="DesignerType" type="s:string" use="required" />
<xs:attribute name="OperatorTypeFrom" type="s:string" />
<xs:attribute name="TypeFrom" type="s:string" />
<xs:attribute name="Function" type="s:boolean" />
<xs:attribute name="Value" type="s:string" />
<xs:attribute name="EventCategory" type="s:string" />
<xs:attribute name="DisplayName" type="s:string" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Sentence" type="s:string" />
</xs:complexType>
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
子元素
元素 |
类型 |
说明 |
---|---|---|
ruleDesignerType |
用于在工作流设计器中创建可读句子,描述需要评估的条件或必须执行的活动。 |
属性
属性 |
类型 |
必需 |
说明 |
可能的值 |
---|---|---|---|---|
**句子** |
s:string |
可选 |
工作流设计器用户界面中显示的句子。 |
s:string 类型的值。 |