Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

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 JSON and 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">
        <obh:values>your_lValue_0</obh:values>
        <obh:values>your_lValue_1</obh:values>
        <obh:values>your_lValue_2</obh:values>
</obh:lString>

JSON Example

(show inherited members)

{
    "beeType":"lString",
        "values":[
            { your_{http://www.oracle.com/beehive}values_as_lValue0 },
            { your_{http://www.oracle.com/beehive}values_as_lValue1 },
            { your_{http://www.oracle.com/beehive}values_as_lValue2 }
        ]
}

XML Schema


<xs:complexType final="extension restriction" name="lString">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" name="values" type="tns:lValue"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to lString

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions