Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
(WorkflowInfo element) (Action4)
Applies to: SharePoint Server 2013
Container for VariableType elements, which specify the available types for local variables in the workflow.
Usage
<VariableTypes>
<VariableType />
</VariableTypes>
Element information
Element type |
|
Namespace |
|
Schema file |
Actions4.xsd |
Definition
<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>
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 |
---|---|---|
Child elements
Element |
Type |
Description |
---|---|---|
Attributes
None.