Content
RIXML 2.5 Element
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.
Where It Fits
Definition
| Type | ContentType |
| Namespace | http://www.rixml.org/2017/9/RIXML |
| Min Occurs | 1 |
| Max Occurs | 1 |
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 |
SubTitleFormattedstring0..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 |
AbstractFormattedstring0..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 |
SynopsisFormattedstring0..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 |
ContentDetailsAlternativeLanguages(complex)0..1 |
optionalSince 2.5 |
Example
<Content>
<Title> ... </Title>
</Content>Version History
TitleFormatted, SubTitleFormatted, AbstractFormatted, SynopsisFormattedContentDetailsAlternativeLanguagesSemantic Relationships
Evidences1 relationship
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.17— Level 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.30— Should be optional