VariableTypes 元素

(WorkflowInfo 元素) (Action4)

适用于:SharePoint Server 2013

VariableType 元素的容器,用于指定工作流中局部变量的可用类型。

用法

    <VariableTypes>
        <VariableType />
    </VariableTypes>

元素信息

元素类型

命名空间

架构文件

Actions4.xsd

定义

    <xs:element name="VariableTypes" minOccurs="0" maxOccurs="1">
               <xs:complexType>
               <xs:sequence minOccurs="0" maxOccurs="unbounded">
         <xs:element name="VariableType">


         <xs:attribute name="Type" type="s:string" use="required" />
         <xs:attribute name="DisplayName" type="s:string" use="required" />
         <xs:attribute name="Assembly" type="s:string" />
         <xs:attribute name="Default" type="s:boolean" />
         <xs:attribute name="ItemIdType" type="s:boolean" />
         <xs:attribute name="Hidden" type="s:boolean" />
      ``</xs:element>
           </xs:sequence>
           </xs:complexType>
    </xs:element>

元素和属性

如果架构定义了特定要求(如 sequenceminOccursmaxOccurschoice),请参阅定义部分。

父元素

元素

类型

说明

WorkflowInfo

子元素

元素

类型

说明

VariableType

Attributes

无。