XML
ISBN(国際標準図書番号) - XML
ISBN(International Standard Book Number)は、書籍や類似の出版物を一意に識別するための国際的な標準番号体系です。ISO 2108として規格化されており、2007年以降は13桁のISBN-13が標準となっています。出版者、書名、版、フォーマットを識別し、書籍の流通や在庫管理に不可欠な識別子として世界中で利用されています。
ISBN
国際標準図書番号
書籍識別
出版
バーコード
ISO 2108
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>ISBN-13</code>
<slug>isbn-13</slug>
<name>ISBN-13(13桁版)</name>
<description>2007年以降の標準フォーマット。13桁で構成されます。</description>
<digits>13</digits>
<prefix>["978","979"]</prefix>
<structure>プレフィックス(3桁) + 国・地域記号(1-5桁) + 出版者記号(2-7桁) + 書名記号(1-6桁) + チェックデジット(1桁)</structure>
<algorithm></algorithm>
<examples></examples>
</item>
<item>
<code>ISBN-10</code>
<slug>isbn-10</slug>
<name>ISBN-10(10桁版・旧形式)</name>
<description>2006年まで使用されていた旧フォーマット。10桁で構成されます。</description>
<digits>10</digits>
<prefix></prefix>
<structure>国・地域記号(1-5桁) + 出版者記号(2-7桁) + 書名記号(1-6桁) + チェックデジット(1桁: 0-9またはX)</structure>
<algorithm></algorithm>
<examples></examples>
</item>
<item>
<code>CHECK-DIGIT-MOD10</code>
<slug>check-digit-mod10</slug>
<name>チェックデジット(ISBN-13用)</name>
<description>ISBN-13の検証に使用されるモジュラス10(Mod 10)方式のチェックデジットです。</description>
<digits></digits>
<prefix></prefix>
<structure></structure>
<algorithm>モジュラス10(Mod 10):奇数桁×1、偶数桁×3の合計を10で割り、10から余りを引く</algorithm>
<examples></examples>
</item>
<item>
<code>CHECK-DIGIT-MOD11</code>
<slug>check-digit-mod11</slug>
<name>チェックデジット(ISBN-10用)</name>
<description>ISBN-10の検証に使用されるモジュラス11(Mod 11)方式のチェックデジットです。</description>
<digits></digits>
<prefix></prefix>
<structure></structure>
<algorithm>モジュラス11(Mod 11):10、9、8...の重みをかけて合計し、11で割った余りを11から引く(10=X、11=0)</algorithm>
<examples></examples>
</item>
<item>
<code>PREFIX-978</code>
<slug>prefix-978</slug>
<name>プレフィックス978</name>
<description>ISBN-13で使用される標準プレフィックスです。</description>
<digits></digits>
<prefix>978</prefix>
<structure></structure>
<algorithm></algorithm>
<examples></examples>
</item>
<item>
<code>PREFIX-979</code>
<slug>prefix-979</slug>
<name>プレフィックス979</name>
<description>ISBN-13で使用される追加プレフィックスです。</description>
<digits></digits>
<prefix>979</prefix>
<structure></structure>
<algorithm></algorithm>
<examples></examples>
</item>
<item>
<code>REGISTRATION-GROUP</code>
<slug>registration-group</slug>
<name>国・地域記号(レジストレーショングループ)</name>
<description>ISBN内で国、地域、または言語圏を識別する要素です。</description>
<digits></digits>
<prefix></prefix>
<structure></structure>
<algorithm></algorithm>
<examples>[{"code":"0","region":"English-speaking area"},{"code":"1","region":"English-speaking area"},{"code":"4","region":"Japan"},{"code":"3","region":"German-speaking area"},{"code":"2","region":"French-speaking area"}]</examples>
</item>
<item>
<code>BOOK-BARCODE</code>
<slug>book-barcode</slug>
<name>書籍JANコード(ISBNバーコード)</name>
<description>ISBNを元に作成される書籍用バーコードです。</description>
<digits></digits>
<prefix></prefix>
<structure></structure>
<algorithm></algorithm>
<examples></examples>
</item>
</items>