data.ISODATE

ISO date formats.
Module
MEI
Used by
These class-based attributes use data.ISODATE
att.datable/@enddateatt.datable/@isodateatt.datable/@notafteratt.datable/@notbeforeatt.datable/@startdate
Declaration
<macroSpec ident="data.ISODATE" module="MEI" type="dt">
<desc>ISO date formats.</desc>
<content>
<rng:choice>
<rng:data type="date"/>
<rng:data type="gYear"/>
<rng:data type="gMonth"/>
<rng:data type="gDay"/>
<rng:data type="gYearMonth"/>
<rng:data type="gMonthDay"/>
<rng:data type="time"/>
<rng:data type="dateTime"/>
<rng:data type="token">
<rng:param name="pattern">[0-9.,DHMPRSTWYZ/:+\-]+</rng:param>
</rng:data>
</rng:choice>
</content>
</macroSpec>