simpleType "messageStateEnum"
Namespace:
Defined:
globally in myInbox.xsd; see XML source
Used:
Simple Content Model
"sent" | "received"
All Direct / Indirect Based Elements (1):
state (in messageStatus in message in myInbox)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  messageStateEnum
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="messageStateEnum">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="sent"/>
<xsd:enumeration value="received"/>
</xsd:restriction>
</xsd:simpleType>