Namespace: |
|
Defined: |
globally in myCalendar.xsd; see XML source |
Used: |
at 3 locations |
Simple Content Model |
"first" | "second" | "third" | "fourth" | "last" |
Type Derivation Tree
xsd:string (restriction)
![]() |
Derivation: |
restriction of xsd:string
|
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Specifies which week in a month [first, second, third, fourth, last].
</xsd:documentation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="first"/>
</xsd:restriction>
<xsd:enumeration value="second"/>
<xsd:enumeration value="third"/>
<xsd:enumeration value="fourth"/>
<xsd:enumeration value="last"/>
</xsd:simpleType>
|