element <runwhen> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within ruleType complexType in myInbox.xsd; see XML source
XML Representation Summary
<runwhen>
   
Content: 
{ "sending" | "receiving" }
</runwhen>
Included in content model of elements (1):
rule (in myInbox)
Annotation
This required attribute specifes when the rule must run. The only allowable values are 'sending' and 'receiving'.
XML Source (see within schema source)
<xsd:element name="runwhen" type="runwhenType">
<xsd:annotation>
<xsd:documentation>
This required attribute specifes when the rule must run. The only allowable values
are 'sending' and 'receiving'.
</xsd:documentation>
</xsd:annotation>
</xsd:element>