id

Document Internal Identifier (文書の内部識別子)

要素の固有な内部識別子; これによりその要素が参照できる (リンクが生成される)。その値は、要素の種別を超えて、文書中で固有でなくてはならない。

備考

識別子文字列の長さは通常 1-32 文字で、アルファベット文字で始まる必要があります。(識別子が数字で始まってはいけないというのが XML の規則です。)
ID/IDREF: ID および IDREF 属性値は、内部リンクを可能にするという XML の基本的な参照機構の骨格です。たとえば、@id 属性が <glyph-data> 要素で使用されている場合、その識別子は IDREF 形式の属性 (<glyph-ref> 要素に記述) によって参照されるため、完全なグリフデータを指し示すことができ、したがって、その文字が使われるたびにグリフデータを再記述する必要がありません。
外部識別子: この属性は、ソフトウェアが単純なリンクを前もって作成するために使用できる内部文書識別子を格納します。@id<article-id><contrib-id><institution-id> など、DOI (記事識別子)、ORCID 個人 ID (寄与者識別子)、Ringgold ID (機関識別子) のような外部で定義されている識別子を格納する要素と混同しないでください。
過去の版との相違点: この属性 (@id) は、このタグセットの以前の版から大幅に変更されました。現在の NISO JATS 値は、最後の NLM 版と後方互換性がありますが、それより前の版とは互換性がありません。具体的には、過去の版では、<def-list><list><list-item><tex-math> 要素では、この属性に任意の値 (CDATA) を、XML ID 値に加えて認めていました。

次の要素に使用: <target>

意味
XML 識別子 (ID)要素に固有の識別子。XML パーサーは、そこで指示している先が、有効な ID であることを検証できる。
制限@idは必須; 該当する要素が使用される際はかならず記述しなくてはならない。

以下の要素に使用:

<abbrev>, <abbrev-journal-title>, <abstract>, <access-date>, <ack>, <addr-line>, <address>, <aff>, <aff-alternatives>, <ali:free_to_read>, <ali:license_ref>, <alt-text>, <alt-title>, <alternatives>, <annotation>, <anonymous>, <app>, <app-group>, <array>, <article>, <article-categories>, <article-id>, <article-meta>, <article-title>, <attrib>, <author-comment>, <author-notes>, <award-group>, <award-id>, <back>, <bio>, <body>, <bold>, <boxed-text>, <break>, <caption>, <chapter-title>, <chem-struct>, <chem-struct-wrap>, <citation-alternatives>, <city>, <code>, <col>, <colgroup>, <collab>, <collab-alternatives>, <comment>, <compound-kwd>, <compound-kwd-part>, <compound-subject>, <compound-subject-part>, <conf-acronym>, <conf-date>, <conf-loc>, <conf-name>, <conf-num>, <conf-sponsor>, <conf-theme>, <conference>, <contrib>, <contrib-group>, <contrib-id>, <copyright-holder>, <copyright-statement>, <copyright-year>, <corresp>, <count>, <country>, <counts>, <custom-meta>, <custom-meta-group>, <data-title>, <date>, <date-in-citation>, <day>, <def>, <def-head>, <def-item>, <def-list>, <degrees>, <disp-formula>, <disp-formula-group>, <disp-quote>, <edition>, <element-citation>, <elocation-id>, <email>, <equation-count>, <era>, <etal>, <ext-link>, <fax>, <fig>, <fig-count>, <fig-group>, <fixed-case>, <floats-group>, <fn>, <fn-group>, <fpage>, <front>, <front-stub>, <funding-group>, <funding-source>, <funding-statement>, <given-names>, <glossary>, <glyph-data>, <glyph-ref>, <gov>, <graphic>, <history>, <hr>, <inline-formula>, <inline-graphic>, <inline-supplementary-material>, <institution>, <institution-id>, <institution-wrap>, <isbn>, <issn>, <issn-l>, <issue>, <issue-id>, <issue-part>, <issue-sponsor>, <issue-title>, <italic>, <journal-id>, <journal-meta>, <journal-subtitle>, <journal-title>, <journal-title-group>, <kwd>, <kwd-group>, <label>, <license>, <license-p>, <list>, <list-item>, <long-desc>, <lpage>, <media>, <meta-name>, <meta-value>, <milestone-end>, <milestone-start>, <mixed-citation>, <monospace>, <month>, <name>, <name-alternatives>, <named-content>, <nested-kwd>, <nlm-citation>, <note>, <notes>, <object-id>, <on-behalf-of>, <open-access>, <overline>, <p>, <page-count>, <page-range>, <part-title>, <patent>, <permissions>, <person-group>, <phone>, <postal-code>, <prefix>, <preformat>, <price>, <principal-award-recipient>, <principal-investigator>, <private-char>, <product>, <pub-date>, <pub-id>, <publisher>, <publisher-loc>, <publisher-name>, <rb>, <ref>, <ref-count>, <ref-list>, <related-article>, <related-object>, <response>, <role>, <roman>, <rt>, <ruby>, <sans-serif>, <sc>, <season>, <sec>, <sec-meta>, <self-uri>, <series>, <series-text>, <series-title>, <sig>, <sig-block>, <size>, <source>, <speaker>, <speech>, <state>, <statement>, <std>, <std-organization>, <strike>, <string-date>, <string-name>, <styled-content>, <sub>, <sub-article>, <subj-group>, <subject>, <subtitle>, <suffix>, <sup>, <supplement>, <supplementary-material>, <surname>, <table>, <table-count>, <table-wrap>, <table-wrap-foot>, <table-wrap-group>, <tbody>, <td>, <term>, <term-head>, <tex-math>, <textual-form>, <tfoot>, <th>, <thead>, <time-stamp>, <title>, <title-group>, <tr>, <trans-abstract>, <trans-source>, <trans-subtitle>, <trans-title>, <trans-title-group>, <underline>, <uri>, <verse-group>, <verse-line>, <version>, <volume>, <volume-id>, <volume-issue-group>, <volume-series>, <word-count>, <xref>, <year>
意味
An XML identifier (ID)要素の一意の識別子。 XML パーサは、これらの 1 つを指す要素が有効な ID を指していることを検証できます。
制限@id は任意属性です; 既定値はありません。

用例 1

脚注識別子:
...
<fn-group>
<fn id="TF1150"><p>Data not available for 1 trial.</p></fn>
<fn id="TF1-151"><p>P&#x003C;0.05 (random effects model).</p></fn>
</fn-group>
...

用例 2

図の識別子で、該当図を参照 (<xref> 要素から):
...  
<p>Allocation of tags to individual molecules is outlined in
<xref ref-type="fig" rid="F2" alt="figure two">Fig.&#x00A0;2</xref>.
First, the complete repertoire of tags ...</p> 
<fig id="F2">...</fig>
...