<uri>
Uniform Resource Identifier (URI) (統一資源識別子 (URI))
有効なリンクとして使用する統一資源識別子 (URL など) を指定します。典型的には、<uri>http://www.mulberrytech.com</uri> のように、ウェブサイトを示しています。
備考
リンク: <uri> 要素は URL などの URI の形をしていますが、リンクであること、さらにはライブリンクであることは自動的には想定されていません。この要素をライブリンクにするには、XLink @xlink:href 属性を使用します。
属性
コンテンツ・モデル
<!ELEMENT uri (#PCDATA %uri-elements;)* >
拡張コンテンツ・モデル
(#PCDATA)*
記述方法
ゼロまたは 1 個以上の文字、数字または特殊文字
この要素は以下の要素内に含むことができます:
<address>, <aff>, <alt-title>, <array>, <article-meta>, <article-title>, <attrib>, <bold>, <chapter-title>, <chem-struct>, <chem-struct-wrap>, <code>, <collab>, <comment>, <contrib>, <contrib-group>, <copyright-statement>, <corresp>, <data-title>, <def-head>, <disp-formula>, <disp-formula-group>, <element-citation>, <fig>, <fig-group>, <fixed-case>, <front-stub>, <funding-statement>, <graphic>, <inline-supplementary-material>, <italic>, <license-p>, <media>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <overline>, <p>, <part-title>, <preformat>, <product>, <publisher-loc>, <related-article>, <related-object>, <roman>, <sans-serif>, <sc>, <source>, <strike>, <styled-content>, <sub>, <subtitle>, <sup>, <supplementary-material>, <table-wrap>, <table-wrap-group>, <td>, <term>, <term-head>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>
用例 1
要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref>
<element-citation publication-type="book" publication-format="web">
<source>Fact sheet: AIDS information resources</source>
<comment>[Internet]</comment>
<publisher-loc>Bethesda (MD)</publisher-loc>
<publisher-name>National Library of Medicine
(US)</publisher-name>
<year iso-8601-date="2003-05-02">2003</year>
<month>May</month>
<day>2</day>
<date-in-citation content-type="updated"
iso-8601-date="2005-07-14">updated 2005 Jul 14</date-in-citation>
<date-in-citation content-type="access-date"
iso-8601-date="2006-11-15">cited 2006 Nov 15</date-in-citation>
<size units="screens">[about 3 screens]</size>
<comment>Available from:
<uri>http://www.nlm.nih.gov/pubs/factsheets/aidsinfs.html</uri>
</comment>
</element-citation>
</ref>
...
用例 2
混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref>
<mixed-citation publication-type="book" publication-format="web">
<source>Fact sheet: AIDS information resources</source>
[Internet]. <publisher-loc>Bethesda
(MD)</publisher-loc>: <publisher-name>National
Library of Medicine (US)</publisher-name>;
<year iso-8601-date="2003-05-02">2003</year> <month>May</month>
<day>2</day> [updated <date-in-citation content-type="updated"
iso-8601-date="2005-07-14">2005 Jul 14</date-in-citation>;
cited <date-in-citation content-type="access-date"
iso-8601-date="2006-11-15">2006 Nov 15</date-in-citation>].
<size units="screens">[about 3 screens]</size>.
Available from:
<uri>http://www.nlm.nih.gov/pubs/factsheets/aidsinfs.html</uri>.
</mixed-citation>
</ref>
...
用例 3
記事メタデータの中で:
...
<article-meta>...
<contrib-group>
<contrib contrib-type="author">
<name><surname>Silverstein</surname>
<given-names>Michael Q.</given-names></name>
<aff id="UWW">
<institution>Department of Pathobiology
University of WallieWash</institution>
<addr-line>Oberlin, Washington 96204</addr-line>
<country>USA</country>
</aff>
</contrib>
<contrib contrib-type="author">
<name><surname>Taylor</surname>
<given-names>James C.</given-names></name>
<degrees>Ph D</degrees>
<aff id="affKalakukko">Kalakukko Corporation</aff>
<address>
<institution>Kalakukko Corporation</institution>
<addr-line>17 West Jefferson St.</addr-line>
<addr-line>Suite 207</addr-line>
<addr-line>New South Finland, MD 20856.</addr-line>
<country>USA</country>
<phone>(301) 754-5766</phone>
<fax>(301) 754-5765</fax>
<email>jct@kalakukko.com</email>
<uri>http://www.kalakukko.com</uri>
</address>
</contrib>
</contrib-group>
...</article-meta>
...