<era>

Era of Time

A specified range of years that is named for an event, political ruler, or characterization of the timespan.

Remarks

Eras are used in modern date representations of dates in, for example Japan, Korea, China, and Vietnam. As an example, “2013” is in the Japanese era “昭和” (Heisei 25).

Attributes

content-type Type of Content
id Document Internal Identifier
specific-use Specific Use
xml:base Base
xml:lang Language

Content Model

<!ELEMENT  era         (#PCDATA)                                     >

Description

Text, numbers, or special characters

This element may be contained in:

Example

...
<date date-type="received" calendar="Japanese" 
iso-8601-date="1947-07-01">
<day>1</day>
<month>7</month>
<year>22</year>
<era>昭和</era>
</date>
...