RIXML Documentation

PersonGroupDetails

RIXML 2.5 Element

Required

Provides name information for a person group in a specific language. Contains language attribute (optional) that defaults to the Research element's language or English if not specified, and Name element (required) that indicates the group's name.

Usage

Used within PersonGroupDetailsAlternativeLanguages containers to provide group names in non-default languages. Required when expressing group information in multiple languages to maintain compatibility with v2.4 while adding internationalization support.

Business Context

Enables international research distribution by allowing person group names to be expressed in multiple languages, supporting global research teams and multilingual client bases.

Source:data-dictionary-2.5.1
Schema:RIXML-Common-2_5.xsd:824

Where It Fits

Definition

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

Attributes

Indicates the language of the Person Group Details. If not specified, default to value of language attribute of top Research element. If language attribute of Research element is not specified, default to English. Described using the ISO 639-2/T Code.

optional

Children

Namestring1..1

Indicates the name of the person group.

requiredSince 2.5

Example

<PersonGroupDetails>
  <Name> ... </Name>
</PersonGroupDetails>

Version History

Unchanged since introduction in RIXML 2.5

Business Rules

SHOULD

PersonGroupDetails language attribute should default to the Research element language attribute when not specified, and to English when the Research language is also unspecified

globalizationlanguage-defaulting
INFORMATIVE

When language attribute is not specified for PersonGroupDetails, it defaults to the language attribute value of the top Research element

default-behaviorinheritance
INFORMATIVE

When the Research element language attribute is not specified, PersonGroupDetails language defaults to English

default-behaviorfallback

Semantic Relationships

Constrained By2 relationships

When not specified, PersonGroupDetails language defaults to the value from the Research element's language attribute

RIXML Research Data Dictionary v2.5.1, p.27Elements and Attributes:

When neither PersonGroupDetails language nor Research element language is specified, the system defaults to English (eng per ISO639-2LanguageType)

RIXML Research Data Dictionary v2.5.1, p.27Elements and Attributes:

Requires1 relationship

PersonGroupDetailsAlternativeLanguages serves as a container that necessitates the presence of PersonGroupDetails elements to provide multilingual name information

RIXML Research Data Dictionary v2.5.1, p.27PersonGroupDetailsAlternativeLanguages

Overrides1 relationship

When not specified, person group details language defaults to the Research element language, or English if Research language is unspecified

RIXML Release Notes v2.5, p.21Toward improved globalization

Qualifies1 relationship

Alternative language container provides person group name information in non-default languages

RIXML Release Notes v2.5, p.22Toward improved globalization