Namespace:  | 
|
Defined:  | 
globally in myCalendar.xsd; see XML source  | 
Used:  | 
at 1 location  | 
Simple Content Model  | 
"day" | "weekday" | "weekend day" | "su" | "mo" | "tu" | "we" | "th" | "fr" | "sa"  | 
| 
 Type Derivation Tree 
xsd:string (restriction) 
 | 
Derivation:  | 
 restriction of xsd:string 
 | 
|
| 
 
<xsd:restriction base="xsd:string">
 
<xsd:enumeration value="day"/>
 
</xsd:restriction>
<xsd:enumeration value="weekday"/> 
<xsd:enumeration value="weekend day"/> 
<xsd:enumeration value="su"/> 
<xsd:enumeration value="mo"/> 
<xsd:enumeration value="tu"/> 
<xsd:enumeration value="we"/> 
<xsd:enumeration value="th"/> 
<xsd:enumeration value="fr"/> 
<xsd:enumeration value="sa"/> 
</xsd:simpleType> 
 |