DataSourceRef 元素
(FieldBind 元素) (ruleDesignerType complexType) (Action4)
适用于:SharePoint Server 2013
指定 DataSource 元素 (dataSourcesType complexType) (Action4) 中与作为 RuleDesigner 父元素的 Action 或 Condition 元素关联的可能值。 这可以通过在 Action 或 CompositeStep 元素内嵌套 Action 或 Condition 元素,并传递父元素中的值列表来动态填充可能的值列表。 如果存在多个 DataSourceRef 元素,则可能值列表即是可能值联合。
用法
<FieldBind>
<DataSourceRef />
</FieldBind>
元素信息
信息 | 位置 |
---|---|
元素类型 | |
命名空间 | |
架构文件 | Actions4.xsd |
定义
<xs:element name="DataSourceRef" minOccurs="1" maxOccurs="unbounded" >
<xs:attribute name="Ref" type="s:string" />
</xs:element>
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
父元素
元素 |
类型 |
说明 |
---|---|---|
子元素
无。
属性
属性 |
类型 |
必需 |
说明 |
可能的值 |
---|---|---|---|---|
**裁判** |
s:string |
可选 |
指定要从中获取可能值列表的 **DataSource** 元素的内部名称。 |
s:string 类型的值。 |