RIXML Documentation

CoveringEntities

RIXML 2.5 Element

Required

A container element that specifies the entities providing coverage, allowing choice among Organization, PersonGroup, PersonGroupMember, or Person elements with multiple instances permitted

Usage

Required child element of CoveragePairing, used to identify who is providing coverage through flexible selection of organizational or individual entities

Business Context

Enables flexible specification of coverage providers from individual analysts to entire organizations, supporting various research production models and organizational structures

Source:data-dictionary-2.5.1
Schema:RIXML-CoverageUpdates-2_5.xsd:88

Specification Guide

Overview

CoveringEntities is a container element that identifies the parties providing research coverage within a CoveragePairing. It holds any combination of Organization, PersonGroup, PersonGroupMember, or Person children, allowing coverage to be attributed at any level — from an individual analyst to a research team to an entire firm.

Usage

CoveringEntities appears as a required child of CoveragePairing in the Coverage Updates sidecar schema, paired with CoveredEntities to express who covers what. The content model is a choice that permits multiple instances of any of Organization, PersonGroup, PersonGroupMember, or Person, so mixed-granularity assignments (for example, a lead analyst alongside the team they belong to) can be represented in a single pairing. Each covering entity listed is understood to provide coverage for every entity declared in the sibling CoveredEntities.

Rules

Relationships

Where It Fits

Definition

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

Attributes

No attributes defined for this element

Children

OrganizationOrganizationType1..1
requiredSince 2.5
PersonGroup(complex)1..1
requiredSince 2.5
PersonGroupMember(complex)1..1
requiredSince 2.5
PersonPersonType1..1
requiredSince 2.5

Example

<CoveringEntities>
  <Organization> ... </Organization>
  <PersonGroup> ... </PersonGroup>
  <PersonGroupMember> ... </PersonGroupMember>
  <Person> ... </Person>
</CoveringEntities>

Version History

Unchanged since introduction in RIXML 2.5

CoveringEntities is documented in the Coverage Updates sidecar schema in RIXML 2.4 (data-dictionary-2.4, p.133) and carries forward unchanged in 2.5 (data-dictionary-2.5.1, p.137), with the same choice content model of Organization, PersonGroup, PersonGroupMember, and Person.

Semantic Relationships

Requires1 relationship

Coverage pairings establish the relationship where each covering entity provides research coverage for all specified covered entities

RIXML Research Data Dictionary v2.5.1, p.137CoveragePairing