Definition Type: Element
Name: hwsWorkflow
Namespace: http://schemas.microsoft.com/office/infopath/2003/solutionDefinition
Containing Schema: sd.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into allowedTasks in schema sd_xsd Drilldown into allowedActions in schema sd_xsd Drilldown into location in schema sd_xsd Drilldown into taskpaneVisible in schema sd_xsdXSD Diagram of hwsWorkflow in schema sd_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="hwsWorkflow">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="xsf:location" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="xsf:allowedActions" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="xsf:allowedTasks" minOccurs="0" maxOccurs="1" />
        </xsd:sequence>
        <xsd:attribute name="taskpaneVisible" type="xsf:xdYesNo" />
    </xsd:complexType>
    <xsd:unique name="hws_actiontask_name">
        <xsd:selector xpath="./xsf:allowedActions/xsf:action|./xsf:allowedTasks/xsf:task" />
        <xsd:field xpath="@name" />
    </xsd:unique>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
location xsf:location 1 1
allowedActions xsf:allowedActions 1 1
allowedTasks xsf:allowedTasks 0 1
Collapse Child Attributes:
Name Type Default Value Use
taskpaneVisible xsf:taskpaneVisible (Optional)