element <action> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 11 elements
Defined:
locally within ruleType complexType in myInbox.xsd; see XML source
Includes:
definitions of 1 attribute, 11 elements
XML Representation Summary
<action
   
 = 
xsd:unsignedLong
   
>
   
Content: 
</action>
Content model elements (11):
assignCategory (in action), copyMessage (in action), deleteMessage (in action), flagMessage (in action), forwardAsAttachment (in action), forwardMessage (in action), markAsRead (in action), moveMessage (in action), redirectMessage (in action), serverReply (in action), stopProcessingRulesOfThisType (in action)
Included in content model of elements (1):
rule (in myInbox)
Annotation
Specifies an individual action to perform if the select element matches minOccurs-maxOccurs messages.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" name="action">
<xsd:annotation>
<xsd:documentation>
Specifies an individual action to perform if the select element
matches minOccurs-maxOccurs messages.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="copyMessage" type="copyMessageActionType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="moveMessage" type="moveMessageActionType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="deleteMessage" type="deleteMessageActionType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="assignCategory" type="assignCategoryActionType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="forwardMessage" type="forwardMessageActionType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="forwardAsAttachment" type="forwardAsAttachmentActionType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="serverReply" type="serverReplyActionType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="redirectMessage" type="redirectMessageActionType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="flagMessage" type="flagMessageActionType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="markAsRead" type="markAsReadActionType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="stopProcessingRulesOfThisType" type="stopProcessingRulesOfThisTypeType"/>
</xsd:sequence>
<xsd:attribute name="sequence" type="xsd:unsignedLong" use="required">
<xsd:annotation>
<xsd:documentation>
This required attribute specifes the order that this action should be performed
in relative to all other actions for this rule.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 1/1)
sequence
Type:
xsd:unsignedLong, predefined
Use:
required
Defined:
locally within (this) action element
This required attribute specifes the order that this action should be performed in relative to all other actions for this rule.
XML Source (see within schema source)
<xsd:attribute name="sequence" type="xsd:unsignedLong" use="required">
<xsd:annotation>
<xsd:documentation>
This required attribute specifes the order that this action should be performed
in relative to all other actions for this rule.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 11/11)
assignCategory
Type:
assignCategoryActionType, complex content
Defined:
locally within (this) action element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="assignCategory" type="assignCategoryActionType"/>

copyMessage
Type:
copyMessageActionType, complex content
Defined:
locally within (this) action element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="copyMessage" type="copyMessageActionType"/>

deleteMessage
Type:
Defined:
locally within (this) action element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="deleteMessage" type="deleteMessageActionType"/>

flagMessage
Type:
flagMessageActionType, complex content
Defined:
locally within (this) action element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="flagMessage" type="flagMessageActionType"/>

forwardAsAttachment
Type:
Defined:
locally within (this) action element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="forwardAsAttachment" type="forwardAsAttachmentActionType"/>

forwardMessage
Type:
forwardMessageActionType, complex content
Defined:
locally within (this) action element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="forwardMessage" type="forwardMessageActionType"/>

markAsRead
Type:
markAsReadActionType, empty content
Defined:
locally within (this) action element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="markAsRead" type="markAsReadActionType"/>

moveMessage
Type:
moveMessageActionType, complex content
Defined:
locally within (this) action element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="moveMessage" type="moveMessageActionType"/>

redirectMessage
Type:
redirectMessageActionType, complex content
Defined:
locally within (this) action element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="redirectMessage" type="redirectMessageActionType"/>

serverReply
Type:
serverReplyActionType, complex content
Defined:
locally within (this) action element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="serverReply" type="serverReplyActionType"/>

stopProcessingRulesOfThisType
Type:
Defined:
locally within (this) action element
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="stopProcessingRulesOfThisType" type="stopProcessingRulesOfThisTypeType"/>