simpleType "importanceType"
Namespace:
Defined:
globally in myInbox.xsd; see XML source
Used:
Simple Content Model
"low" | "normal" | "high"
All Direct / Indirect Based Elements (1):
importance (type importanceType)
Known Usage Locations
Annotation
This element indicates the importance of this message. The value can be 'low', 'normal', or 'high'. The default is 'normal'
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  importanceType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="importanceType">
<xsd:annotation>
<xsd:documentation>
This element indicates the importance of this message. The value can be 'low', 'normal', or 'high'.
The default is 'normal'
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="low"/>
<xsd:enumeration value="normal"/>
<xsd:enumeration value="high"/>
</xsd:restriction>
</xsd:simpleType>