Identification information (typically the standard number, organization name, and title of the standard) for a cited standard, where standard is defined as a document produced by a recognized standards body such as NISO, IEEE, ISO, OASIS, ANSI, etc.
The model for this element allows great flexibility in the granularity of markup. A NISO JATS user organization can choose to tag all information about a standard as text. Alternatively, such an organization can choose to identify, within the text of a standard, any or all of the following
<!ELEMENT std (#PCDATA %std-elements;)* >
(#PCDATA | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | named-content | styled-content | day | month | pub-id | source | std-organization | year | sub | sup)*
Any combination of:
<element-citation>, <mixed-citation>, <product>, <related-article>, <related-object>
In an element-style bibliographic reference (punctuation and spacing removed):
...
<ref>
<element-citation publisher-type="stds-body">
<std>International standard <std-organization>ISO</std-organization>
10993-10:2002(E): Biological evaluation of medical devices-Part 10:
Tests for irritation and delayed-type hypersensitivity</std>
<edition>Second</edition>
<year iso-8601-date="2002-09-01">2002</year>
<month>09</month>
<day>01</day>
</element-citation>
</ref>
...
In a mixed-style bibliographic reference (punctuation and spacing preserved):
...
<ref>
<mixed-citation publisher-type="stds-body">
<std>International standard <std-organization>ISO</std-organization>
10993-10:2002(E): Biological evaluation of medical devices-Part 10: Tests
for irritation and delayed-type hypersensitivity</std>. <edition>Second</edition>.
<year iso-8601-date="2002-09-01">2002</year>–<month>09</month>–<day>01</day>.
</mixed-citation>
</ref>
...
JATS-references1.ent