RIXML Documentation

Content

RIXML 2.5 Element

Level OneRequired

Required container element holding research product content information including titles, abstracts, and resource files. Must contain exactly one Resource element for Level One compliance.

Usage

Required element within Product, appearing exactly once. Must contain one Resource element and optional content description elements like Title, Abstract, and Synopsis.

Business Context

Central to research content organization and delivery, providing structured access to research documents and metadata for distribution and consumption workflows.

Source:level-one-2.5
Schema:RIXML-2_5.xsd:40

Where It Fits

Definition

TypeContentType
Namespacehttp://www.rixml.org/2017/9/RIXML
Min Occurs1
Max Occurs1

Attributes

No attributes defined for this element

Children

Descriptionstring0..1
optionalSince 2.1
Titlestring1..1

This is the primary title of the product. No markup permitted.

requiredSince 2.1
TitleFormattedstring0..1

This is the primary title of the product. Limited markup permitted - HTML code for paragraph, ordered lists and unordered lists with list items, bold, underline, and italics.

optionalSince 2.4
SubTitlestring0..1

This is the sub title of the product. No markup permitted.

optionalSince 2.1

This is the sub title of the product. Limited markup permitted - HTML code for paragraph, ordered lists and unordered lists with list items, bold, underline, and italics.

optionalSince 2.4
Abstractstring0..1

A summary of the information contained in the product. Highlights the salient issues in the document or provides a brief description of the event. Suggested maximum length is 3000 characters. No markup permitted.

optionalSince 2.1

A summary of the information contained in the product. Highlights the salient issues in the document or provides a brief description of the event. Suggested maximum length is 3000 characters. Limited markup permitted - HTML code for paragraph, ordered lists and unordered lists with list items, bold, underline, and italics.

optionalSince 2.4
Synopsisstring0..1

A very brief statement of the subject addressed in the product. This is typically only a few lines and would be appropriate for highly abbreviated displays. Suggested maximum length is 300 characters. No markup permitted.

optionalSince 2.1

A very brief statement of the subject addressed in the product. This is typically only a few lines and would be appropriate for highly abbreviated displays. Suggested maximum length is 300 characters. Limited markup permitted - HTML code for paragraph, ordered lists and unordered lists with list items, bold, underline, and italics.

optionalSince 2.4
Resource(complex)0..unbounded
optionalSince 2.1
optionalSince 2.5

Example

<Content>
  <Title> ... </Title>
</Content>

Version History

2.1
+Introduced
2.4
+Added children: TitleFormatted, SubTitleFormatted, AbstractFormatted, SynopsisFormatted
2.5
+Added children: ContentDetailsAlternativeLanguages

Semantic Relationships

Evidences1 relationship

ResourceMUST

Resource element provides reference to the actual research report, whether as PDF, audio file, or other media format that contains the research content

RIXML Implementation Guide v2.5.1, p.17Level One

Constrains1 relationship

TitleFormatted element cardinality correction makes it properly optional within Content elements, fixing a schema bug from version 2.4

RIXML Release Notes v2.5, p.30Should be optional