2.20.3.8 CT_TaskScheduleEventInfo
Target namespace: http://schemas.microsoft.com/office/powerpoint/2022/08/main
Referenced by: CT_TaskHistoryEvent
A complex type that specifies information about the task schedule.
Attributes:
stDt: A xsd:dateTime ([XMLSCHEMA2/2] section 3.2.7) attribute that specifies the DateTime, in UTC, when the task assigned was scheduled to start. If this attribute is omitted, there is no start date.
endDt: A xsd:dateTime ([XMLSCHEMA2/2] section 3.2.7) attribute that specifies the DateTime, in UTC, when the assigned task is due. If this attribute is omitted, there is no due date.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_TaskScheduleEventInfo"> <xsd:attribute name="stDt" type="xsd:dateTime" use="optional"/> <xsd:attribute name="endDt" type="xsd:dateTime" use="optional"/> </xsd:complexType>
See section 5.19 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).