<std> Standard, Cited (deprecated)

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. This element is deprecated.

Usage/Remarks

Avoid using <std>; use the element <pub-id> to provide the identification of a standard in a citation. The element <pub-id> should hold the full standard designator. Such a designation may (or may not) include the title of the standard, the year of the standard, the standard number (Z39.96-2019), etc.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  std          (#PCDATA %std-elements;)*                    >
Expanded Content Model

(#PCDATA | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | serif | strike | underline | underline-start | underline-end | ruby | inline-graphic | inline-media | private-char | named-content | styled-content | day | month | pub-id | source | std-organization | year | sub | sup)*

Tagged Samples
Element citation
<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>
Mixed citation
<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>