Namespace: |
|
Defined: |
globally in myCalendar.xsd; see XML source |
Used: |
at 1 location |
Simple Content Model |
"accept" | "decline" | "tentative" | "counterPropose" |
Type Derivation Tree
xsd:string (restriction)
![]() |
Derivation: |
restriction of xsd:string
|
<xsd:restriction base="xsd:string">
<xsd:enumeration value="accept"/>
</xsd:restriction>
<xsd:enumeration value="decline"/>
<xsd:enumeration value="tentative"/>
<xsd:enumeration value="counterPropose"/>
</xsd:simpleType>
|