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