RIXML Documentation

EventHost

RIXML 2.5 Element

Required

Container identifying organizations hosting research-related events. Supports multiple hosting organizations with designation of a single primary host through Organization primaryIndicator attribute.

Describes the organization hosting the event. Multiple hosts of one event are possible. However, there can be only one primary host, which is captured by the Organizatoin primaryIndicator.

Usage

Contains one or more Organization elements when events involve multiple hosting entities. Required to identify at least one primary host, with additional co-hosts marked as non-primary.

Business Context

Critical for event management and attendee coordination. Helps research consumers identify event authority and contact appropriate parties for participation, sponsorship, or logistical information.

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

Specification Guide

Overview

EventHost identifies the organization or organizations responsible for hosting or organizing an event that is the subject of a research product. It is a container element appearing within EventDetails that holds one or more Organization elements, supporting both single-host and co-hosted events while enabling designation of a single primary host (sources: data-dictionary-2.4 p.44, data-dictionary-2.5.1 p.47, user-guide-2.3 p.32). By capturing event ownership, it allows research consumers to understand the authoritative source and credibility of event-based information and to route registration or logistical inquiries to the appropriate party.

Usage

EventHost is an optional child of EventDetails. When present, it must contain at least one Organization element, with multiples permitted to describe co-hosted or jointly sponsored events (sources: data-dictionary-2.4 p.44, user-guide-2.3.1 p.32). When more than one Organization is supplied, exactly one should be designated as the primary host using the primaryIndicator attribute (in v3 drafts this is referred to as isPrimary) (sources: user-guide-2.3 p.32, data-dictionary-v3-draft p.78). Typical use cases include conferences, roadshows, analyst days, and other corporate or financial events being covered in the research product.

Rules

Relationships

Where It Fits

Canonical Path

Children

Definition

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

Attributes

No attributes defined for this element

Children

OrganizationOrganizationType1..unbounded
requiredSince 2.1

Example

<EventHost>
  <Organization> ... </Organization>
</EventHost>

Version History

Unchanged since introduction in RIXML 2.1

EventHost is documented consistently from RIXML 2.3 through 2.5.1 as an optional child of EventDetails containing one or more Organization elements, with the primary host designated through primaryIndicator (sources: user-guide-2.3 p.32, user-guide-2.3.1 p.32, data-dictionary-2.4 p.44, data-dictionary-2.5.1 p.47). The v3.0 draft retains the element semantically but restructures the contained organizations into an OrganizationList aggregation and renames the primary-host flag to isPrimary [data-dictionary-v3-draft p.78]. A June 2023 working-group meeting proposed removing the entire EventDetails sub-structure — including EventHost — from v3.0 on the grounds that it is not used by publishers or expected by research portals [meeting-2023-06 p.33]; implementers should monitor the final v3.0 schema to confirm whether the element survives.

Related Elements