QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
xcal:tzid | xsd:string | optional | ||||
xcal:value | restriction of xsd:NOTATION | xcal:DATE-TIME | optional |
Elements | xcal:dtend, xcal:dtstart |
<xsd:complexType name="DateType" mixed="true"> <xsd:attribute name="value" default="xcal:DATE-TIME"> <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:attribute name="tzid" type="xsd:string"/> </xsd:complexType> |