2.2.1.2.71 action

The action element MUST NOT be present.

Parent Elements

allowedActions

Attributes:

actionTypeID: This attribute MUST NOT be present.

canInitiateWorkflow: This attribute MUST NOT be present.

caption: This attribute MUST NOT be present.

name: 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="action">
   <xsd:complexType>
     <xsd:attribute name="name" type="xsf:xdHWSname" use="required"/>
     <xsd:attribute name="actionTypeID" type="xsd:string" use="required"/>
     <xsd:attribute name="canInitiateWorkflow" type="xsf:xdYesNo" use="required"/>
     <xsd:attribute name="caption" type="xsf:xdHWSCaption" use="optional"/>
   </xsd:complexType>
 </xsd:element>