Validation Information:
[table border="1" colwidth="115"]
Rules,Values
Contained by:,<p>
May contain:,<add>|<anchor/>|<choice>|<date>|<del>|<delSpan/>|<hi>|<lb/>|<metamark>|<note>|<num>|<pb/>|<restore>|<seg>|<unclear>
Attributes:,none
[/table]
What is it?
The <date>
element indicates a date that was written onto the document.
Important!
The
<date>
element must always be the direct child of a <p> tag.
For example:
[xml highlight="3"] <p><date>2/2/2014</date><p>
is CORRECT[/xml]
while:
[xml highlight="3"] <div><date>2/2/2014</date></div>
is INCORRECT[/xml]