simpleType "flagStateType"
Namespace:
Defined:
globally in myInbox.xsd; see XML source
Used:
Simple Content Model
"flagged" | "completed" | "none"
All Direct / Indirect Based Elements (1):
state (in flag)
Known Usage Locations
Annotation
This type defines the allowable flag state values
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  flagStateType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="flagStateType">
<xsd:annotation>
<xsd:documentation>
This type defines the allowable flag state values
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="flagged"/>
<xsd:enumeration value="completed"/>
<xsd:enumeration value="none"/>
</xsd:restriction>
</xsd:simpleType>