RIXML Documentation

PhoneLocationEnum

RIXML 2.5 Enumeration

3 values

Enumeration describing physical locations of phone devices. Contains Office, Home, and Mobile values to indicate where the phone is located.

Usage

Optional attribute on Phone element to specify the location context of the phone number. Helps users understand appropriate usage times and contexts.

Business Context

Facilitates appropriate communication by indicating the context and availability expectations for different contact numbers in research distribution networks.

Source:data-dictionary-2.5.1
Schema:RIXML-datatypes-2_5.xsd:617

Where It Fits

Elements using this type (1)

Definition

Base Typestring

Enumeration Values

Office
Office

A phone number located at a business or work location

Use when the phone number reaches the person at their place of work during business hours [RIXML Research Data Dictionary v2.5.1 p.35]

ActiveSince 2.1
Home
Home

A phone number located at a person's residence

Use when the phone number reaches the person at their home address [RIXML Research Data Dictionary v2.5.1 p.35]

ActiveSince 2.1
Mobile
Mobile

A cellular or mobile phone number that can reach the person regardless of their physical location

Use when the phone number is a mobile device that travels with the person [RIXML Research Data Dictionary v2.5.1 p.35]

ActiveSince 2.1

Examples

<!-- Example usage of PhoneLocationEnum enumeration -->
<element type="PhoneLocationEnum">Office</element>

Version History

Unchanged since introduction in RIXML 2.1

Related Elements