Namespace:  | 
|
Defined:  | 
globally in myPresence.xsd; see XML source  | 
Used:  | 
at 1 location  | 
Simple Content Model  | 
"online" | "offline" | "away" | "busy" | "phone" | "lunch"  | 
| 
 Type Derivation Tree 
xsd:string (restriction) 
 | 
Derivation:  | 
 restriction of xsd:string 
 | 
|
| 
 
<xsd:restriction base="xsd:string">
 
<xsd:enumeration value="online"/>
 
</xsd:restriction>
<xsd:enumeration value="offline"/> 
<xsd:enumeration value="away"/> 
<xsd:enumeration value="busy"/> 
<xsd:enumeration value="phone"/> 
<xsd:enumeration value="lunch"/> 
</xsd:simpleType> 
 |