date

Description

Dates must at least contain a year and may optionally contain a month and day. Note that the DTD does not enforce any particular date format. The format might vary depending on the context in which the date appears. Implementors would need other validation means to enforce a particular date format within a given context.

Example

       <poststart>
         <date>
           <month>10</month>
           <day>20</day>
           <year>1998</year>
         </date>
       </poststart>


Content

No ATTRIBUTES
CONTENT DECLARATION

Parent Elements


Comments/Questions/Feedback