2.2.87 hwsWorkflow

The hwsWorkflow element MUST NOT be present.

Parent Elements

xDocumentClass

Child Elements

allowedActions

allowedTasks

location

Attributes:

taskpaneVisible: This attribute MUST NOT be present.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <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>