DataSourceRef element

(FieldBind element) (ruleDesignerType complexType) (Action4)

Applies to: SharePoint Server 2013

Specifies the possible values from the DataSource element (dataSourcesType complexType) (Action4) that are associated with the Action or Condition element that is the parent of the RuleDesigner. This enables dynamic population of the list of possible values by nesting an Action or a Condition element inside an Action or CompositeStep element, and passing the list of values from the parent element. If there is more than one DataSourceRef element, the list of possible values is the union of the possible values.

Usage

    <FieldBind>
        <DataSourceRef />
    </FieldBind>

Element information

Information Location
Element type
Namespace
Schema file Actions4.xsd

Definition

    <xs:element name="DataSourceRef"      minOccurs="1"     maxOccurs="unbounded"    >
         <xs:attribute name="Ref"   type="s:string"     />
    </xs:element>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

Element

Type

Description

FieldBind

Child elements

None.

Attributes

Attribute

Type

Required

Description

Possible values

**Ref**

s:string

optional

Specifies the internal name of the **DataSource** element from which to obtain a list of possible values.

Values of the s:string type.