<std>

Standard, Cited ((引用文献中の) 標準規格)

NISO、IEEE、ISO、OASIS、ANSI などといった公認の標準規格機関によって作成された文書で定義されている標準規格を引用する際の、引用されている標準規格の識別情報 (通常は標準番号、団体名及び標準規格の表題)。

備考

この要素のモデルはマークアップの細かさについては大変柔軟です。NISO JATS 利用者の機関では、標準に関するすべての情報にテキストとしてタグを付けることができます。あるいは、標準のテキスト中にある、以下のいずれかまたはすべての情報を特定することも選択できます。
  • <source> 要素を使用して、標準の表題をタグ;
  • 日付要素、<day><month>、および <year> を使用して、標準の発行日をタグ;
  • Z39-96-2015 などの標準識別子を <pub-id> 要素を使用してタグ;
  • その標準を作成した標準機関を <std-organization> 要素を用いてタグ
書式マークアップ要素や <named-content> 要素と <styled-content> 要素を使用することにより、他の構造もタグ付けできます。

属性

コンテンツ・モデル

<!ELEMENT  std          (#PCDATA %std-elements;)*                    >

拡張コンテンツ・モデル

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

記述方法

この要素は以下の要素内に含むことができます:

用例 1

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<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>
...

用例 2

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<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>&ndash;<month>09</month>&ndash;<day>01</day>.
</mixed-citation>
</ref>
...