QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
xcal:value | restriction of xsd:NOTATION | xcal:DATE | optional |
<xsd:element name="rdate"> <xsd:complexType mixed="true"> <xsd:attribute name="value" use="optional" default="xcal:DATE"> <xsd:simpleType> <xsd:restriction base="xsd:NOTATION"> <xsd:enumeration value="xcal:DATE"/> <xsd:enumeration value="xcal:DATE-TIME"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |