<month> Month (in a citation)

Names one of the months of the year, such as “July” or “07”.
Related Elements
Dates within the metadata of a standard do not use this element. Within citations (<element-citation> and <mixed-citation>), this element is used to name the month of publication. The elements <year>, <date>, <day>, <month>, and <season> may all be used to describe the date a cited resource was published. Other dates inside a citation, such as a copyright date, the date on which the author accessed the resource, or a withdrawal date, should be tagged using <date-in-citation> with the @content-type attribute used to name the type of date (copyright, access-date, time-stamp, etc.).
Attributes

Base Attributes

Models and Context
May be contained in
Model Description
Text, numbers, or special characters
Tagged Sample

Publication date in citation

...
<ref>
 <label>...</label>
 <mixed-citation publication-type="journal"
  ><person-group
   ><string-name><surname>Chandler</surname>, 
    <given-names>Adam</given-names></string-name>, 
   <string-name><given-names>Glen</given-names> 
    <surname>Wiley</surname></string-name>, and 
   <string-name><given-names>Jim</given-names> 
    <surname>LeBlanc</surname></string-name></person-group>. 
  &ldquo;<article-title>Towards Transparent and Scalable OpenURL 
   Quality Metrics</article-title>.&rdquo; 
  <source>D-Lib Magazine</source>, 
  <date iso-8601-date="2011-03">
   <month>March/April</month>
   <year>2011</year>
  </date>, 
  <volume>17</volume>(<issue>3/4</issue>). doi: 
  <pub-id pub-id-type="doi" 
    xlink:href="http://dx.doi.org/10.1045/march2011-chandler"
  >http://dx.doi.org/10.1045/march2011-chandler</pub-id>. Available at: 
  <ext-link 
    xlink:href="http://dlib.org/dlib/march11/chandler/03chandler.html"
  >http://dlib.org/dlib/march11/chandler/03chandler.html</ext-link
 ></mixed-citation>
</ref>
...