complexType "flagType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
reminderDate (in flag), state (in flag), title (in flag)
All Direct / Indirect Based Elements (1):
flag (type flagType)
Known Usage Locations
Annotation
This optional element defines the flag state of the message. It includes an {any} element that can be used for extensible flags.
XML Source (see within schema source)
<xsd:complexType name="flagType">
<xsd:annotation>
<xsd:documentation>
This optional element defines the flag state of the message. It includes an {any} element
that can be used for extensible flags.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="state" type="flagStateType">
<xsd:annotation>
<xsd:documentation>
The state of a message flag.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="title" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
The client defined text of the flag.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 4/4)
reminderDate
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within (this) 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 (this) 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 (this) 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 (this) flagType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>