Namespace: |
|
Defined: |
globally in myCalendar.xsd; see XML source |
Used: |
at 1 location |
Simple Content Model |
"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="su"/>
</xsd:restriction>
<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>
|