complexType "flagMessageActionType"
Namespace:
Content:
complex, 1 element
Defined:
globally in myInbox.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
flag (type flagType)
All Direct / Indirect Based Elements (1):
flagMessage (in action)
Known Usage Locations
Annotation
Used in rule actions to indicate that the active message should have the included flag added to it.
XML Source (see within schema source)
<xsd:complexType name="flagMessageActionType">
<xsd:annotation>
<xsd:documentation>
Used in rule actions to indicate that the active message should have the included flag added to it.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="flag" type="flagType"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 1/1)
flag
Type:
flagType, complex content
Defined:
locally within (this) flagMessageActionType complexType
XML Source (see within schema source)
<xsd:element name="flag" type="flagType"/>