Default element (Conditions element)

(WorkflowInfo element) (Action4)

Applies to: SharePoint Server 2013

The Default element is a container for other elements.

Usage

        <Conditions>
            <Default>
                <RuleDesigner />
            </Default>
        </Conditions>

Element information

Element type

Namespace

Schema file

Actions4.xsd

Definition

    <xs:element name="Default"      minOccurs="0"     maxOccurs="1"    >
               <xs:complexType>
               <xs:sequence>
         <xs:element name="RuleDesigner"      type="ruleDesignerType">
      </xs:element>
           </xs:sequence>
         <xs:attribute name="ItemKeyType"   type="s:string"     />
           </xs:complexType>
    </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

Conditions

Child elements

Element

Type

Description

RuleDesigner

ruleDesignerType

Attributes

Attribute

Type

Required

Description

Possible values

**ItemKeyType**

s:string

optional

The implementation-specific identifier for the default object type.

Values of the s:string type.

Remarks

When you create workflows by using a declarative environment, such as SharePoint Designer, the .ACTIONS file that is installed on the server is combined into a single list of items and displayed to the workflow editor. SharePoint searches for existing workflow conditions, but if it finds a condition that is not represented by an entry in an .ACTIONS file, the Default element sentence is displayed for that condition.