General guidance on schema use
This schema provides a formal specification of what constitutes valid use of XML to construct ONIX Serials Release Notification (SRN) messages of type Content Item Extended Description. A complete list of schemas in the SRN family is given below.
As well as specifying the XML tags that may be used and in what sequence, it also specifies valid ranges of data values for data contained in XML elements, i.e. between matching pairs of XML tags.
The schema to which this document refers comprises two files, which together form an XML document that conforms to the XML Schema Recommendation of the World Wide Web Consortium (W3C). The two files are:
Filename | | Description of content | |
ONIX_SerialsReleaseNotification_n.n.xsd | | definitions of the message-level element and of complex types specific to this type of message (the number 'n.n' is the version number of this schema) | |
ONIX_Serials_CodeLists.xsd | | definitions of datatypes common to all ONIX Serials schemas. | |
For further information see XML Schema Part 1: Structures and XML Schema Part 2: Datatypes.
It is intended that this schema be used to guide implementation of systems for either originating or receiving SRN messages. Used in conjunction with a suitable “schema parser” it may also be used to validate the structure and contents of an individual message.
This schema defines how the substance, or “payload”, of SRN messages are to be represented in XML, but is silent on the question of how this message is to be conveyed from originator to recipient. It is likely that supply chain partners will need to adopt different approaches to message transport, packaging and delivery, depending upon the specific business systems in which this message format is being implemented.
Guidance on reading the message format specifications
In this user guide, examples are given for entire composites in order to illustrate situations in which the composites are used. Generally examples are not given for the lowest level elements.
In this user guide each successive XML element is illustrated by a graphic which shows any “child” elements. Clicking on any “child” element will take you to the description of that element. Clicking “Back” will return you to the “parent”.
If a “child” element is shown with a solid outline, the element is mandatory in any occurrence of the “parent”. If it is shown with a dotted outline, it is conditional in this context. If it is repeatable, the element box has the legend “1..∞” or “0..∞” immediately below it, indicating “mandatory and repeatable” or “conditional and repeatable”.
All data types are based upon built-in primitive data types defined in XML Schema Part 2: Datatypes. The names of all pre-defined data types are prefixed by “xs:” and include:
xs:string | | a string of characters | |
xs:decimal | | a number that may have a decimal part | |
xs:int | | an integer between -2147483648 and +2147483647 inclusive | |
Introduction
The ONIX Serials Release Notification (SRN) format defines a family of XML messages used to exchange information about the planned or confirmed publication or electronic availability of one or more serial releases from a party that supplies the resources, or from an intermediary, to a party that needs this information in its systems. Please see the ONIX Serials Release Notification Overview for a general introduction to the SRN messages and their applications. The following messages have been defined:
ONIXSRNIssueNotice. Used to announce the confirmed physical publication date or online availability date of an issue of a serial publication or a supplement to a monograph. Also used to announce the provisional or expected physical publication date or online availability date of an issue of a serial publication or a supplement to a monograph.
ONIXSRNContentItemDescription. Used to transmit information describing individual items within the release, for confirmed or provisional releases. In the journal context, a content item would be an article, but in other contexts it may be a chapter, a track on a recording or . May also be used to announce the release or forthcoming release of individual content items (usually articles) that are not associated with a particular issue; for example, articles made available online prior to publication of a journal issue, or articles released on a preprint server prior to publication in a journal. Content item description messages include enough information to generate a bibliographic citation for individual articles.
ONIXSRNContentItemExtendedDescription. Used to transmit detailed information about the individual content items (usually articles) in a release, including such information as abstracts, subject headings and details of reviewed resources (when a content item is a review). Content item extended description messages include enough information to create entries in abstracting and indexing databases.
Some words or phrases are used throughout ONIX for Serials with a very specific meaning. These are defined in the ONIX for Serials Glossary.
Related Documents
Please refer to the following documents for a more detailed introduction to the SRN format:
- SRN Overview 0.92
- (http://www.editeur.org/onixserials/ONIX_SRN_overview_0.92.pdf)
- ONIX Serials Glossary
- (http://www.editeur.org/onixserials/ONIX_Serials_glossary.pdf)
ONIX SRN Content Item Extended Description
<ONIXSRNContentItemExtendedDescription>
The ONIXSRNContentItemExtendedDescription message is used to transmit detailed information about the individual content items (usually articles) in a release, including such information as abstracts, subject headings and details of reviewed resources (when a content item is a review). Content item extended description messages include enough information to create entries in abstracting and indexing databases.
Some words or phrases are used throughout ONIX for Serials with a very specific meaning. These are defined in the ONIX for Serials Glossary.
<ONIXSRNContentItemExtendedDescription>
<ReleaseNotice>
Mandatory and repeatable within <ONIXSRNContentItemExtendedDescription> .
Details of one or more releases belonging either to the same serial version, in which case the <SerialVersion> composite is used to identify the parent serial, series or set; or to a series of supplements to a monograph, in which case the <Monograph> element on the next page is used.
Each <ReleaseNotice> must contain at least one occurrence of <Release>.
Must contain either <SerialVersion> or <Monograph> but not both.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice>
<SerialVersion>
Optional and non-repeatable within <ReleaseNotice> .
Identification and description of a serial version of which the release(s) described in the ensuing <Release> composite(s) is/are a part. <SerialVersion> must include either <SerialVersionIdentifier> or <SerialWork> or both.
Example: this example shows details of a print Serial Version. <SerialVersionName> has been omitted. An example of <SerialWork> may be found later in this document.
<SerialVersion>
<SerialVersionIdentifier>
<SerialVersionIDType>07</SerialVersionIDType> 07 = “ISSN”
<IDValue>13679430</IDValue> ISSN for the print version
</SerialVersionIdentifier>
<SerialWork>
[Serial Work information would appear here]
</SerialWork>
<SerialVersionForm>JB</SerialVersionForm> JB = “Printed Serial”
</SerialVersion>
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion>
<SerialVersionIdentifier>
Optional and repeatable within <SerialVersion> .
A coded identifier of a serial version. Repeatable if multiple identifiers are sent.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialVersionIdentifier>
<SerialVersionIDType>
Mandatory and non-repeatable within <SerialVersionIdentifier> .
A code indicating the scheme or standard from which the serial version identifier is taken. If <SerialVersionIDType> is “01” (proprietary), then the name of the scheme should appear in <IDTypeName>.
If an ISSN (IDType = “07”), is sent, it should identify only the serial version in question. An ISSN for a print version should not be used to identify an electronic version, and vice versa.
ISSNs are always sent in their unhyphenated form in ONIX.
Permissible code values (code list 103S):
01 Proprietary
02 ISBN-10 – International Standard Book Number, pre-2007, unhyphenated (10 characters)
03 EAN.UCC-13 – EAN-UCC article number (13 digits)
06 DOI – Digital Object Identifier (variable length and character set)
07 ISSN – International Standard Serial Number, unhyphenated, 8 characters
15 ISBN-13 – International Standard Book Number, from 2007, unhyphenated (13 characters)
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialVersionIdentifier>
<IDTypeName>
Optional and non-repeatable within <SerialVersionIdentifier> .
The name of the identification scheme from which the <IDValue> is taken, used only when <SerialVersionIdentifier> is “01” (proprietary).
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialVersionIdentifier>
<IDValue>
Mandatory and non-repeatable within <SerialVersionIdentifier> .
An identifier of the type specified in <SerialVersionIDType>.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion>
<SerialVersionName>
Optional and repeatable within <SerialVersion> .
Has optional "language" attribute.
Name of the serial version. Used when the serial version has a unique name (different from the title of the serial work). Repeatble if expressed in multiple languages.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion>
<SerialWork>
Optional and non-repeatable within <SerialVersion> .
The work of which the <SerialVersion> is a manifestation.
Example: This Serial Work has 2 publishers with different Publishing Roles. It is published by one organization on behalf of another. The <Imprint> and <MirrorSite> composites have been omitted from this example.
<SerialWork>
<SerialWorkIdentifier>
<WorkIDType>01</WorkIDType> 01 = “proprietary”
<IDTypeName>Agent’s product dentifier</IDTypeName>
<IDValue>ANI0001</IDValue>
</SerialWorkIdentifier>
<Title>
<TitleType>01</TitleType> 01 = “cover title”
<TitleText>Animal Conservation</TitleText>
<Subtitle>Quantitative studies for the conservation of populations, species and communities</Subtitle>
</Title>
<Imprint> may appear here
<Publisher>
<PublishingRole>01</PublishingRole> 01 = “Publisher”
<PublisherIdentifier>
<PublisherIDType>07</PublisherIDType> 07 = “SAN”
<IDValue>1234567</IDValue>
<PublisherName>Blackwell Publishing</PublisherName>
</PublisherIdentifier>
</Publisher>
<Publisher>
<PublishingRole>06</PublishingRole> 06 = “Published on behalf of”
<PublisherIdentifier>
<PublisherIDType>07</PublisherIDType> 07 = “SAN”
<IDValue>1234567</IDValue>
<PublisherName>Zoological Society of London</PublisherName>
</PublisherIdentifier>
</Publisher>
<Website>
<WebsiteRole>04</WebsiteRole> 04 = “Journal Home Page”
<WebsiteDescription>Journal home page</WebsiteDescription>
<WebsiteLink>http://www.blackwellpublishing.com/submit.asp?ref=1367-9430</WebsiteLink>
<MirrorSite> may appear here
</Website>
</SerialWork>
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork>
<SerialWorkIdentifier>
Optional and repeatable within <SerialWork> .
Identification of a serial work using a value from a standard or proprietary identification scheme.
Repeatable if multiple identifiers are sent.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <SerialWorkIdentifier>
<WorkIDType>
Mandatory and non-repeatable within <SerialWorkIdentifier> .
A code indicating the scheme or standard from which the serial work identifier is taken. If <SerialWorkIDType> is “01” (proprietary), then the name of the scheme should appear in <IDTypeName>.
Permissible code values (code list 16S):
01 Proprietary
06 DOI – Digital Object Identifier (variable length and character set)
08 CODEN
11 ISTC – International Standard Text Code (sixteen characters: numerals and letters A-F)
16 ISSN-L – Linking ISSN, (previously known as medium-neutral ISSN), 8 characters, unhyphenated
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <SerialWorkIdentifier>
<IDTypeName>
Optional and non-repeatable within <SerialWorkIdentifier> .
The name of the identification scheme from which the <IDValue> is taken, used only when <SerialWorkIDType> is “01” (proprietary).
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <SerialWorkIdentifier>
<IDValue>
Mandatory and non-repeatable within <SerialWorkIdentifier> .
An identifier of the type specified in <SerialWorkIDType>.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork>
<Title>
Mandatory and repeatable within <SerialWork> .
The title of the work of which the serial version is a manifestation.
Repeatable if different title types are sent.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Title>
<TitleType>
Optional and non-repeatable within <Title> .
An ONIX code showing the type of title. If omitted, the title type defaults to “00” (undefined).
Permissible code values (code list 15A):
00 Undefined
01 Cover title – The full text of the title as it appears on the work, without abbreviation or abridgement.
09 Sender's catalog title
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Title>
<TitleText>
Mandatory and repeatable within <Title> .
Has optional "language" attribute.
The text of the title, excluding subtitle. Repeatable if expressed in multiple languages.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Title>
<Subtitle>
Optional and repeatable within <Title> .
Has optional "language" attribute.
The text of the subtitle, if there is one. Repeatable if expressed in multiple languages.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork>
<Imprint>
Optional and non-repeatable within <SerialWork> .
The imprint under which the work is published.
May only appear if <Publisher> also appears within <SerialWork>.
Must contain either <ImprintIdentifier> or <ImprintName> or both.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Imprint>
<ImprintIdentifier>
Optional and repeatable within <Imprint> .
Identification of an imprint using a value from a standard or proprietary identification scheme.
Repeatable if multiple identifiers are sent.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Imprint> <ImprintIdentifier>
<ImprintIDType>
Mandatory and non-repeatable within <ImprintIdentifier> .
A code indicating the scheme or standard from which the imprint identifier is taken. If <ImprintIDType> is “01” (proprietary), then the name of the scheme should appear in <IDTypeName>.
Permissible code values (code list 44C):
01 Proprietary
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Imprint> <ImprintIdentifier>
<IDTypeName>
Optional and non-repeatable within <ImprintIdentifier> .
The name of the identification scheme from which the <IDValue> is taken, used only when <ImprintIDType> is “01” (proprietary).
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Imprint> <ImprintIdentifier>
<IDValue>
Mandatory and non-repeatable within <ImprintIdentifier> .
An identifier of the type specified in <ImprintIDType>.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Imprint>
<ImprintName>
Optional and repeatable within <Imprint> .
Has optional "language" attribute.
The text name of the imprint. Repeatable if expressed in multiple languages.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork>
<Publisher>
Optional and repeatable within <SerialWork> .
Publisher of the intellectual content of the work; repeatable if there are co-publishers or if there are publishers with different Publisher Roles.
Must contain either <PublisherIdentifier> or <PublisherName> or both.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Publisher>
<PublishingRole>
Mandatory and non-repeatable within <Publisher> .
The role of the publisher. If a Serial Work has co-publishers, then there will be multiple occurrences of <Publisher>, each with a Publishing Role of “02” (co-publisher). If a Serial Work has multiple publishers with different roles; e.g., published by one organization on behalf of another, then there will be multiple occurrences of <Publisher> with different Publishing Roles.
Permissible code values (code list 45C):
01 Publisher
02 Co-publisher
06 Published for/on behalf of
07 Published in association with – Use also for “Published in cooperation with”
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Publisher>
<PublisherIdentifier>
Optional and repeatable within <Publisher> .
Identification of a publisher using a value from a standard or proprietary identification scheme. Repeatable if multiple identifiers are sent.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Publisher> <PublisherIdentifier>
<PublisherIDType>
Mandatory and non-repeatable within <PublisherIdentifier> .
A code indicating the scheme or standard from which the publisher identifier is taken. If <PublisherIDType> is “01” (proprietary), then the name of the scheme should appear in <IDTypeName>.
Permissible code values (code list 44D):
01 Proprietary
06 EAN-UCC GLN – Global location number (formerly EAN location number)
07 SAN – Book trade Standard Address Number - US, UK etc
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Publisher> <PublisherIdentifier>
<IDTypeName>
Optional and non-repeatable within <PublisherIdentifier> .
The name of the identification scheme from which the <IDValue> is taken, used only when <PublisherIDType> is “01” (proprietary).
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Publisher> <PublisherIdentifier>
<IDValue>
Mandatory and non-repeatable within <PublisherIdentifier> .
An identifier of the type specified in <PublisherIDType>.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Publisher>
<PublisherName>
Optional and repeatable within <Publisher> .
Has optional "language" attribute.
The text name of the publisher of the work. Repeatable if expressed in multiple languages.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork>
<Website>
Optional and repeatable within <SerialWork> .
Details of a website for the serial work as a whole; that is, the serial’s “home page.” Repeatable if there is more than one website related to the serial work, other than mirror sites.
Example: This is the journal home page for the American Journal of Clinical Nutrition, which has a mirror site for access outside North America.
<Website>
<WebsiteRole>04</WebsiteRole> 04 = “Journal home page”
<WebsiteLink>http://www.ajcn.org/</WebsiteLink>
<MirrorSite>
<WebsiteDescription>For faster access from Australia, Brazil, China, France, Germany, Hong Kong, Ireland, Israel, Italy, Japan, Mexico, Russia, Singapore, South Africa, South Korea, Spain, Sweden, Switzerland, Taiwan, The Netherlands, UK<WebsiteDescription>
<WebsiteLink>http://intl.ajcn.org/</WebsiteLink>
</MirrorSite>
</Website>
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Website>
<WebsiteRole>
Mandatory and non-repeatable within <Website> .
The role of a website. In this context, always “04” (journal home page).
Permissible code values (code list 73C):
04 Journal home page – A webpage giving general information about a serial, in print or electronic format or both.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Website>
<WebsiteDescription>
Optional and repeatable within <Website> .
Has optional "language" attribute.
A free-text description of the nature or function of a website. Repeatable if expressed in multiple languages.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Website>
<WebsiteLink>
Mandatory and non-repeatable within <Website> .
The URL of a website.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Website>
<MirrorSite>
Optional and repeatable within <Website> .
Details of a site that mirrors a <Website>.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Website> <MirrorSite>
<WebsiteDescription>
Optional and repeatable within <MirrorSite> .
Has optional "language" attribute.
A free-text description of the nature or function of a website. Repeatable if expressed in multiple languages.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion> <SerialWork> <Website> <MirrorSite>
<WebsiteLink>
Mandatory and non-repeatable within <MirrorSite> .
The URL of a website.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <SerialVersion>
<SerialVersionForm>
Mandatory and non-repeatable within <SerialVersion> .
A code indicating the medium in which the <SerialVersion> is delivered.
Permissible code values (code list 7A):
JB Printed serial
JC Serial distributed electronically by carrier
JD Electronic serial distributed online
MA Microform – Microform – detail unspecified
MB Microfiche
MC Microfilm – Roll microfilm
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice>
<Monograph>
Optional and non-repeatable within <ReleaseNotice> .
Identification and description of a monographic item, when the release type specifies that the release is part of a series of supplements to a monograph.
<Monograph> must include either <ProductIdentifier> or <Title> or both.
Example: The Piano Book is a monograph that is supplemented with an e-book each year. To announce the release of such a supplement, the <Monograph> composite is used instead of <SerialVersion>.
<Monograph>
<ProductIdentifier>
<ProductIDType>02</ProductIDType> 02 = ISBN-10
<IDValue>0961751258</IDValue>
<Title>
<TitleText>The Piano Book</TitleText>
<Subtitle>Buying & Owning a New or Used Piano</Subtitle>
</Title>
<Publisher>
<PublishingRole>01</PublishingRole> 01 = publisher
<PublisherName>Brookside Press</PublisherName>
</Monograph>
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph>
<ProductIdentifier>
Optional and repeatable within <Monograph> .
A coded identifier of the monograph. Repeatable if multiple identifiers are sent.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <ProductIdentifier>
<ProductIDType>
Mandatory and non-repeatable within <ProductIdentifier> .
A code indicating the scheme or standard from which the product identifier is taken. If <ProductIDType> is 01 (proprietary), then the name of the scheme should appear in <IDTypeName>.
Permissible code values (code list 5A):
01 Proprietary – For example, a publisher’s or wholesaler’s product number.
02 ISBN-10 – International Standard Book Number, pre-2007, unhyphenated (10 characters)
03 EAN.UCC-13 – EAN-UCC article number (13 digits)
06 DOI – Digital Object Identifier (variable length and character set)
15 ISBN-13 – International Standard Book Number, from 2007, unhyphenated (13 characters)
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <ProductIdentifier>
<IDTypeName>
Optional and non-repeatable within <ProductIdentifier> .
The name of the identification scheme from which the <IDValue> is taken, used only when <ProductIDType> is “01” (proprietary).
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <ProductIdentifier>
<IDValue>
Mandatory and non-repeatable within <ProductIdentifier> .
An identifier of the type specified in <ProductIDType>
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph>
<Title>
Optional and repeatable within <Monograph> .
The title of the monograph. Repeatable if different title types are sent.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Title>
<TitleType>
Optional and non-repeatable within <Title> .
An ONIX code showing the type of title. If omitted, the title type defaults to “00” (undefined).
Permissible code values (code list 15A):
00 Undefined
01 The full text of the distinctive title of the monograph, without abbreviation or abridgement. For books, where the title alone is not distinctive, elements may be taken from a set or series title and part number etc to create a distinctive title. Where the item is an omnibus edition containing two or more works by the same author, and there is no separate combined title, a distinctive title may be constructed by concatenating the individual titles, with suitable punctuation, as in Pride and prejudice / Sense and sensibility / Northanger Abbey.
09 Sender's catalog title
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Title>
<TitleText>
Mandatory and repeatable within <Title> .
Has optional "language" attribute.
The text of the title, excluding subtitle. Repeatable if expressed in multiple languages.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Title>
<Subtitle>
Optional and repeatable within <Title> .
Has optional "language" attribute.
The text of the subtitle, if there is one. Repeatable if expressed in multiple languages.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph>
<Imprint>
Optional and non-repeatable within <Monograph> .
The imprint under which the monograph is published.
May only appear if <Publisher> also appears within <Monograph>
Must contain either <ImprintIdentifier> or <ImprintName> or both.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Imprint>
<ImprintIdentifier>
Optional and repeatable within <Imprint> .
Identification of an imprint using a value from a standard or proprietary identification scheme.
Repeatable if multiple identifiers are sent.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Imprint> <ImprintIdentifier>
<ImprintIDType>
Mandatory and non-repeatable within <ImprintIdentifier> .
A code indicating the scheme or standard from which the imprint identifier is taken. If <ImprintIDType> is “01” (proprietary), then the name of the scheme should appear in <IDTypeName>.
Permissible code values (code list 44C):
01 Proprietary
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Imprint> <ImprintIdentifier>
<IDTypeName>
Optional and non-repeatable within <ImprintIdentifier> .
The name of the identification scheme from which the <IDValue> is taken, used only when <ImprintIDType> is “01” (proprietary).
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Imprint> <ImprintIdentifier>
<IDValue>
Mandatory and non-repeatable within <ImprintIdentifier> .
An identifier of the type specified in <ImprintIDType>.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Imprint>
<ImprintName>
Optional and repeatable within <Imprint> .
Has optional "language" attribute.
The text name of the imprint. Repeatable if expressed in multiple languages.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph>
<Publisher>
Optional and repeatable within <Monograph> .
Publisher of the intellectual content of the work; repeatable if there are co-publishers or if there are publishers with different Publisher Roles.
Must contain either <PublisherIdentifier> or <PublisherName> or both.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Publisher>
<PublishingRole>
Mandatory and non-repeatable within <Publisher> .
The role of the publisher. If a Monograph has co-publishers, then there will be multiple occurrences of <Publisher>, each with a Publishing Role of “02” (co-publisher). If a Monograph has multiple publishers with different roles; e.g., published by one organization on behalf of another, then there will be multiple occurrences of <Publisher> with different Publishing Roles.
Permissible code values (code list 45C):
01 Publisher
02 Co-publisher
06 Published for/on behalf of
07 Published in association with – Use also for “Published in cooperation with”
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Publisher>
<PublisherIdentifier>
Optional and repeatable within <Publisher> .
Identification of a publisher using a value from a standard or proprietary identification scheme. Repeatable if multiple identifiers are sent.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Publisher> <PublisherIdentifier>
<PublisherIDType>
Mandatory and non-repeatable within <PublisherIdentifier> .
A code indicating the scheme or standard from which the publisher identifier is taken. If <PublisherIDType> is “01” (proprietary), then the name of the scheme should appear in <IDTypeName>.
Permissible code values (code list 44D):
01 Proprietary
06 EAN-UCC GLN – Global location number (formerly EAN location number)
07 SAN – Book trade Standard Address Number - US, UK etc
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Publisher> <PublisherIdentifier>
<IDTypeName>
Optional and non-repeatable within <PublisherIdentifier> .
The name of the identification scheme from which the <IDValue> is taken, used only when <PublisherIDType> is “01” (proprietary).
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Publisher> <PublisherIdentifier>
<IDValue>
Mandatory and non-repeatable within <PublisherIdentifier> .
An identifier of the type specified in <PublisherIDType>.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Monograph> <Publisher>
<PublisherName>
Optional and repeatable within <Publisher> .
Has optional "language" attribute.
The text name of the publisher of the work. Repeatable if expressed in multiple languages.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice>
<Release>
Mandatory and repeatable within <ReleaseNotice> .
In the ONIXSRNContentItemExtendedDescription message, only <NotificationType>, <ReleaseType>, <SRNContentItem> and either <ExpectedReleaseDate> or <ReleaseDate> (but not both) are mandatory.
If the release consists of one or more content items that have not been assigned to a specific issue, there will be neither <Enumeration> nor <NominalDate>, the remaining child elements of <Release> may be entirely absent. The <Release> may include multiple content items with the same <ReleaseDate> (or <ExpectedReleaseDate>).
In all other cases the <Release> composite will contain one or more of the following:
<Enumeration>, if the release is neither a supplement nor an index.
<SupplementEnumeration>, if the release is a supplement or index.
<NominalDate>, the cover date of the release.
<IncludedRelease>, if the release is a combined release.
A <Release> may not contain both <Enumeration> and <SupplementEnumeration>.
<IncludedRelease> may coexist with either <Enumeration> or <SupplementEnumeration>.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release>
<NotificationType>
Mandatory and non-repeatable within <Release> .
A code indicating what kind of notification is being sent in this <Release>: either that a release has occurred or is about to occur, with a confirmed release date, or that a release will take place on an expected but unconfirmed future date.
Permissible code values (code list 1B):
10 Notice of serial release – Notice of serial release with a confirmed release date
11 Advance notice of serial release – Advance notice of serial release with a provisional release date
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release>
<ReleaseType>
Mandatory and non-repeatable within <Release> .
A code specifying the type of a release.
Permissible code values (code list 115A):
01 Normal release – Serial release in normal enumeration sequence (other than type 02)
02 Replacement release – Serial release in normal enumeration sequence that replaces some or all earlier releases
03 Extra release – Serial release extra to, or temporarily extending, normal enumeration sequence (including when an expected release is split into two parts)
04 Periodic supplement to a serial – Release of a part of a series of periodic supplements to a serial
05 Periodic supplement to a monograph – Release of a part of a series of periodic supplements to a monograph
06 Occasional supplement to a serial – Release of an occasional supplement to a serial (ie not a part of a series of periodic supplements)
07 Index – Release of an index issued as a separate part
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release>
<CombinedRelease/>
Optional and non-repeatable within <Release> .
An “empty element” signifying that this release is a combined release, combining two or more expected releases in normal enumeration sequence. When <CombinedRelease/> is present, then two or more occurrences of <IncludedRelease> will also be present.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release>
<ReleaseForm>
Optional and non-repeatable within <Release> .
A code indicating the form of the release, when the release is part of a series of supplements to a monograph. If the release belongs to a Serial Version, then the form will already have been indicated in <SerialVersion> <SerialVersionForm>; however, <ReleaseForm> may be used to override <SerialVersionForm> if a release has a different form from its parent serial.
Permissible code values (code list 7S):
DG Electronic book text – Electronic book text in proprietary or open standard format
JB Printed serial
JC Serial distributed electronically by carrier
JD Electronic serial distributed online
MA Microform – Microform – detail unspecified
MB Microfiche
MC Microfilm – Roll microfilm
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release>
<ReleaseIdentifier>
Optional and repeatable within <Release> .
Identification of a release using a value from a standard or proprietary identification scheme. Repeatable if there is a need to send two or more identifiers of different types; for example, a SICI and an ISBN for a serial release that is also traded as a monograph.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release> <ReleaseIdentifier>
<ReleaseIDType>
Mandatory and non-repeatable within <ReleaseIdentifier> .
A code identifying the scheme from which a release identifier is taken.
Permissible code values (code list 5S):
01 Proprietary – For example, a publisher’s or wholesaler’s product number.
02 ISBN-10 – International Standard Book Number, pre-2007, unhyphenated (10 characters)
03 EAN.UCC-13 – EAN-UCC article number (13 digits)
06 DOI – Digital Object Identifier (variable length and character set)
10 SICI – Serial Item and Contribution Identifier
15 ISBN-13 – International Standard Book Number, from 2007, unhyphenated (13 digits)
18 ISRC – International Standard Recording Code
19 ISAN – International Standard Audiovisual Number
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release> <ReleaseIdentifier>
<IDTypeName>
Optional and non-repeatable within <ReleaseIdentifier> .
A name for a proprietary scheme, used only when <ReleaseIDType> is “proprietary.”
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release> <ReleaseIdentifier>
<IDValue>
Mandatory and non-repeatable within <ReleaseIdentifier> .
The identifier value, from the specified scheme.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release>
<SequenceNumber>
Optional and non-repeatable within <Release> .
A consecutive number applied across all successive releases of a serial version.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release>
<Enumeration>
Optional and non-repeatable within <Release> .
The enumeration of a release that is neither a supplement nor an index; that is, <ReleaseType> = 01, 02, or 03. If the release is a supplement or an index, then the <SupplementEnumeration> composite will be used instead. <Enumeration> must contain <Level1>. All of the Enumeration levels 2-6 are optional and structured identically to <Level1>. Each level must be preceded by the previous level. Levels must appear in order and there may be no gaps.
Example 1: This is an example of 3 levels of enumeration: Volume 541, Number 1, Part 1.
<Enumeration>
<Level1>
<Unit>Volume</Unit>
<Number>541</Number>
</Level1>
<Level2>
<Unit>Number</Unit>
<Number>1</Number>
</Level2>
<Level3>
<Unit>Part</Unit>
<Number>1</Number>
</Level3>
</Enumeration>
Example 2: This is an example of <AdditionalEnumeration>. The release is numbered both with Volume/Issue and alternatively with consecutive Issue numbers. It also illustrates the “nscript” attribute.
<Enumeration>
<Level1>
<Unit>Volume</Unit>
<Number nscript=”rn”>XCIII</Number> rn = Roman numeral
</Level1>
<Level2>
<Unit>Number</Unit>
<Number>4</Number>
</Level2>
<AdditionalEnumeration>
<Level1>
<Unit>Issue</Unit>
<Number>4269</Number>
<Level1>
</AdditionalEnumeration>
</Enumeration>
Example 3: This example illustrates <EnumerationNote> and the “ntype” attribute.
<Enumeration>
<Level1>
<Unit>Legislature</Unit>
<Number ntype=”2”>24</Number> 2 = ordinal
</Level1>
<Level2>
<Unit>Session</Unit>
<Number ntype=”2”>4</Number> 2 = ordinal
</Level2>
<Level3>
<Unit>Issue</Unit>
<Number>20</Number>
</Level3>
<EnumerationNote>24th Legislature, 4th Session, Issue 20</Enumeration Note>
</Enumeration>
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release> <Enumeration>
<Level1>
Mandatory and non-repeatable within <Enumeration> .
The <Leveln> composites carry the enumeration of a release, in descending hierarchical order, always starting with Level 1. Up to 6 levels of enumeration may be specified.
A <Leveln> composite may contain only one of the elements <Unit>, <ImpliedUnit> or <NamedUnit>.
All of the Enumeration levels 2-6 are optional and structured identically to <Level1>. Each level must be preceded by the previous level. Levels must appear in order and there may be no gaps.
Example 1: Implied Unit. Wording on the piece is “2002-5: septembre 2002.” “Year” and “Number” are assumed, expressed in the language of the piece. This example also illustrates the use of the “language” attribute.
<Enumeration>
<Level1>
<ImpliedUnit language=” fre ”> Année </ImpliedUnit>
<Number> 2002 </Number>
</Level1>
<Level2>
<ImpliedUnit language=” fre ”> Numéro </ImpliedUnit>
<Number> 5 </Number>
</Level2>
</Enumeration>
Example 2: Named Unit. Here the enumeration of the serial has started over again with a “New Series”. This is the enumeration of the first issue in the new series numbering.
<Enumeration>
<Level1>
<NamedUnit> New Series </NamedUnit>
</Level1>
<Level2>
<Unit> Volume </Unit>
<Number> 1 </Number>
</Level2>
<Level3>
<Unit> Number </Unit>
<Number> 1 </Number>
</Level3>
</Enumeration>
Example 3: Unit Abbreviation. Wording on piece: v. 22, no. 36
<Enumeration>
<Level1>
<Unit> Volume </Unit>
<UnitAbbr>
<UnitAbbrType> 00 </UnitAbbrType> 00 = “unspecified”
<Abbreviation> v. </Abbreviation>
</UnitAbbr>
<Number> 22 </Number>
</Level1>
<Level2>
<Unit> Number </Unit>
<UnitAbbr>
<UnitAbbrType> 00 </UnitAbbrType> 00 = “unspecified”
<Abbreviation> no. </Abbreviation>
</UnitAbbr>
<Number> 36 </Number>
</Level2>
</Enumeration>
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release> <Enumeration> <Level1>
<Unit>
Optional and repeatable within <Level1> .
Has optional "language" attribute.
Enumeration unit stated on the piece: name in full. Optional, but inclusion is strongly recommended whenever applicable. If the unit is abbreviated on the piece, the full name should be used here, and the abbreviation placed in <UnitAbbr>.
Repeatable if multiple languages are used on the piece.
If <Unit> is present, <Number> must also be present.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release> <Enumeration> <Level1>
<ImpliedUnit>
Optional and repeatable within <Level1> .
Has optional "language" attribute.
Enumeration unit, not named on the piece. Optional, but inclusion is strongly recommended whenever applicable. <Unit> and <ImpliedUnit> are mutually exclusive elements.
If <ImpliedUnit> is present, <Number> must also be present.
Repeatable if multiple languages are used on the piece.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release> <Enumeration> <Level1>
<UnitAbbr>
Optional and non-repeatable within <Level1> .
An abbreviated form of the name of the enumeration unit. May be used in addition to <Unit> or <ImpliedUnit>, or in place of either of them.
<ONIXSRNContentItemExtendedDescription> <ReleaseNotice> <Release> <Enumeration> <Level1> <UnitAbbr>
<UnitAbbrType>
Optional and non-repeatable within <UnitAbbr> .
A code specifying the source of the abbreviation.
Permissible code values (code list 116S):
00 Unspecified
01 Proprietary
02 AACR2 (1998)
03 ISO 832:1984 – ISO rules for the abbreviation of bibliographic terms