simpleType "sensitivityType"
Namespace:
Defined:
globally in myInbox.xsd; see XML source
Used:
Simple Content Model
"normal" | "personal" | "private" | "confidential"
All Direct / Indirect Based Elements (1):
sensitivity (type sensitivityType)
Known Usage Locations
Annotation
This element indicates the sensitivity of the message. The value can be 'normal', 'personal', 'private', or 'confidential'. If the identity using the .NET Inbox service is a member of the 'assistant' role, that identity will not have read access to e-mail messages that have a value other than 'normal'.
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  sensitivityType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="sensitivityType">
<xsd:annotation>
<xsd:documentation>
This element indicates the sensitivity of the message. The value
can be 'normal', 'personal', 'private', or 'confidential'.

If the identity using the .NET Inbox service is a member of
the 'assistant' role, that identity will not have read access to e-mail messages that have a
value other than 'normal'.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="normal"/>
<xsd:enumeration value="personal"/>
<xsd:enumeration value="private"/>
<xsd:enumeration value="confidential"/>
</xsd:restriction>
</xsd:simpleType>