ruleDesignerType complexType (Action4)
適用対象: SharePoint Server 2013
RuleDesigner 要素を作成するための基本型 (defaultElementType complexType) (Action4)。
型情報
Namespace |
|
スキーマ ファイル |
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 型の値。 |