element <state> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within flagType complexType in myInbox.xsd; see XML source
XML Representation Summary
<state>
   
Content: 
{ "flagged" | "completed" | "none" }
</state>
Included in content model of elements (1):
flag (type flagType)
Annotation
The state of a message flag.
XML Source (see within schema source)
<xsd:element name="state" type="flagStateType">
<xsd:annotation>
<xsd:documentation>
The state of a message flag.
</xsd:documentation>
</xsd:annotation>
</xsd:element>