<std-organization>

Standards Organization (標準規格団体)

NISO、ISO、ANSI や業界標準規格団体などといった標準規格を作成または推進する標準規格団体の名称。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA | institution | institution-wrap | 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>
...