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