XML FOR DOMINO


datetime element
Example

Example

Represents date and time data. Domino <datetime> elements are represented in the following ISO8601 basic formats:

Date and time: 19990713T060306, 52+05 (time zone offset can be 2 or 4 digits)
Time only: T060306, 52
Date only: 19990713

Containment Hierarchy

Contained by: <addedtofile>, <agentmodified>, <agentrun>, <created>, <datamodified>, <datechoice>, <datetimelist>, <datetimepair>, <designchange>, <designmodified>, <enddate>, <endtime>, <lastaccessed>, <lastindexed>, <modified>, <revised>, <revisions>, <starttime>, <startdate>, %simple.types;, %field.types;

Syntax

<!ELEMENT datetime ( #PCDATA )>

Content

#PCDATA


Attributes

<!ATTLIST datetime
dst%boolean;"false"
>

dst


Example
Example
See Also