◇◆
<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
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Emphasis Elements
- Inline Display Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- <day> Day
- <month> Month
- <pub-id> Publication Identifier for a Cited Publication
- <source> Source
- <std-organization> Standards Organization (deprecated)
- <year> Year
- Baseline Change Elements
Content Model
<!ELEMENT std (#PCDATA %std-elements;)* >
Expanded Content Model
(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | inline-graphic | inline-media | private-char | named-content | styled-content | day | month | pub-id | source | std-organization | year | sub | sup)*
Tagged Samples
Mixed Citation:
(<pub-id> used instead of deprecated <std>)
...
<ref>
<mixed-citation publication-type="standard" >
<pub-id pub-id-type="std-designation">ISO 10993-10:2002(E)</pub-id>:
<source>Biological evaluation of medical devices-Part 10: Tests
for irritation and delayed-type hypersensitivity</source>.
<edition>Second</edition>. <year iso-8601-date="2002-09-01"
>2002</year>–<month>09</month>–<day>01</day>.
</mixed-citation>
</ref>
...
Element Citation:
(<pub-id> used instead of deprecated <std>)
...
<ref>
<element-citation publication-type="standard" >
<pub-id pub-id-type="std-designation">ISO 10993-10:2002(E)</pub-id>
<source>Biological evaluation of medical devices-Part 10:
Tests for irritation and delayed-type hypersensitivity</source>
<edition>Second</edition>
<year iso-8601-date="2002-09-01">2002</year>
<month>09</month>
<day>01</day>
</element-citation>
</ref>...