Namespace: |
|
Defined: |
globally in myInbox.xsd; see XML source |
Used: |
at 1 location |
Simple Content Model |
"low" | "normal" | "high" |
Type Derivation Tree
xsd:string (restriction)
![]() |
Derivation: |
restriction of xsd:string
|
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element indicates the importance of this message. The value can be 'low', 'normal', or 'high'.
</xsd:documentation>
The default is 'normal' <xsd:restriction base="xsd:string">
<xsd:enumeration value="low"/>
</xsd:restriction>
<xsd:enumeration value="normal"/>
<xsd:enumeration value="high"/>
</xsd:simpleType>
|