Overview

Specifies locale specific values for a string attribute.

Callers must not make any assumptions about the number of values for each locale or the presence, or absence, of values for any particular locale.

Members

Name Type Required Description

values

lValue[]

Locale specific values.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:lString xsi:type="obh:lString" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <values>your_lValue_0</values>
        <values>your_lValue_1</values>
        <values>your_lValue_2</values>
</obh:lString>

Referenced By Representaions