element <flag> (unified local)
Namespace:
Type:
Content:
complex, 3 elements, elem. wildcard
Defined:
locally at 5 locations in myInbox.xsd
XML Representation Summary
<flag>
   
Content: 
</flag>
Content model elements (3):
reminderDate (in flag), state (in flag), title (in flag)
Included in content model of elements (5):
draftStatus (in draft), flagMessage (in action), messageStatus (in completeLocalMessage), messageStatus (in message in myInbox), messageStatus (in rawMessage)
Definition Locations
Annotations (1) (by all definition locations)
Locations (4):
within messageStatusType complexType [def], within sendMessageStatusType complexType [def], within localMessageStatusType complexType [def], within draftStatusType complexType [def]
Annotation:
This optional element defines the flag state of the message. It includes an {any} element that can be used for extensible flags.
Content Element Detail (all declarations; 4/4)
reminderDate
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within flagType complexType
The client defined reminder date of the flag.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="reminderDate" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
The client defined reminder date of the flag.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

state
Type:
flagStateType, simple content
Defined:
locally within flagType complexType
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>

title
Type:
hs:localizableString, simple content
Defined:
locally within flagType complexType
The client defined text of the flag.
XML Source (see within schema source)
<xsd:element name="title" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
The client defined text of the flag.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

{any element with non-schema namespace}
Defined:
within flagType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>