Namespace:  | 
|
Defined:  | 
globally in myCalendar.xsd; see XML source  | 
Used:  | 
never  | 
Simple Content Model  | 
"normal" | "personal" | "private" | "confidential"  | 
| 
 Type Derivation Tree 
xsd:string (restriction) 
 | 
Derivation:  | 
 restriction of xsd:string 
 | 
|
| 
 
<xsd:restriction base="xsd:string">
 
<xsd:enumeration value="normal"/>
 
</xsd:restriction>
<xsd:enumeration value="personal"/> 
<xsd:enumeration value="private"/> 
<xsd:enumeration value="confidential"/> 
</xsd:simpleType> 
 |