Freigeben über


VariableTypes-Element

(WorkflowInfo-Element) (Aktion4)

Gilt für: SharePoint Server 2013

Container für VariableType-Elemente , die die verfügbaren Typen für lokale Variablen im Workflow angeben.

Verwendung

    <VariableTypes>
        <VariableType />
    </VariableTypes>

Informationen zum Element

Elementtyp

Namespace

Schemadatei

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>

Elemente und Attribute

Wenn das Schema bestimmte Anforderungen definiert, z. B. sequence, minOccurs, maxOccurs und choice, lesen Sie den Abschnitt definition.

Übergeordnete Elemente

Element

Typ

Beschreibung

WorkflowInfo

Untergeordnete Elemente

Element

Typ

Beschreibung

VariableType

Attributes

None.