編輯

共用方式為


ruleDesignerType complexType (Action4)

Applies to: SharePoint Server 2013

Base type for creating a RuleDesigner element (defaultElementType complexType) (Action4).

Type information

Namespace

Schema file

Actions4.xsd

Extension base

None

Definition

    <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>

Elements and attributes

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

Child elements

Element

Type

Description

FieldBind

ruleDesignerType

Used to create a readable sentence in the workflow designer that describes a condition that needs to be evaluated or an activity that must be executed.

Attributes

Attribute

Type

Required

Description

Possible values

**Sentence**

s:string

optional

The sentence as it appears in the workflow designer user interface.

Values of the s:string type.