Namespace:  | 
|
Defined:  | 
globally in myCalendar.xsd; see XML source  | 
Used:  | 
at 2 locations  | 
Simple Content Model  | 
"free" | "busy" | "tentative" | "away"  | 
| 
 Type Derivation Tree 
xsd:string (restriction) 
 | 
Derivation:  | 
 restriction of xsd:string 
 | 
|
| 
 
<xsd:restriction base="xsd:string">
 
<xsd:enumeration value="free"/>
 
</xsd:restriction>
<xsd:enumeration value="busy"/> 
<xsd:enumeration value="tentative"/> 
<xsd:enumeration value="away"/> 
</xsd:simpleType> 
 |