element <state> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within ruleType complexType in myInbox.xsd; see XML source
XML Representation Summary
<state>
   
Content: 
{ "enabled" | "disabled" | "invalid" }
</state>
Included in content model of elements (1):
rule (in myInbox)
Annotation
Indicates whether the rule is currently enabled.
XML Source (see within schema source)
<xsd:element name="state" type="ruleStateType">
<xsd:annotation>
<xsd:documentation>
Indicates whether the rule is currently enabled.
</xsd:documentation>
</xsd:annotation>
</xsd:element>