Phone
RIXML 2.5 Element
Telephone contact information supporting voice, fax, and pager communications. Contains required type attribute (PhoneTypeEnum for voice, fax, or pager), optional location attribute (PhoneLocationEnum for office, home, mobile), required CountryCode and Number fields, and optional ExtensionPIN for extensions or pager PINs.
Strongly Recommended. Describes the telephone, fax or pager numbers.
Usage
Strongly recommended optional element within ContactInfo that can appear multiple times. Type attribute is mandatory, while location provides additional context. CountryCode and Number are required when Phone is used.
Business Context
Enables voice and fax communication in research distribution, supporting client consultations, urgent communications, and traditional business contact methods that remain important in financial services relationships.
Where It Fits
Canonical Path
Definition
| Type | |
| Namespace | http://www.rixml.org/2017/9/RIXML |
| Min Occurs | 1 |
| Max Occurs | 1 |
Attributes
Children
CountryCodestring1..1 |
Telephone country code for the phone number. requiredSince 2.1 |
Numberstring1..1 |
Phone number including area code. requiredSince 2.1 |
ExtensionPINstring0..1 |
Used for extension number for a phone or a PIN. PINs are sometimes associated with pagers. optionalSince 2.1 |
Example
<Phone type="Value">
<CountryCode> ... </CountryCode>
<Number> ... </Number>
</Phone>Version History
Unchanged since introduction in RIXML 2.1