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

Contents

Overview

A location has a name and may also have an associated physical presence in space. Note that just because the physical location changes, the name need not. For example, a location Name might be On an airplane while the PhysicalLocation would be the coordinates in space of the traveler changing as the plane moves.

Members

Name Type Description

description

string

The description is an xHTML segment as descibed in the TimeManagementService guidelines.

mark

anyType[]

The Mark of the Location

name

string

The Name of the Location

timeZone

beeId<timeZone>

The TimeZoneHandle of the Location

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:location xsi:type="obh:location" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:description>your_string_0</obh:description>
        <obh:mark>your_anyType_0</obh:mark>
        <obh:mark>your_anyType_1</obh:mark>
        <obh:mark>your_anyType_2</obh:mark>
        <obh:name>your_string_0</obh:name>
        <obh:timeZone>your_beeId_0</obh:timeZone>
</obh:location>

JSON Example

(show inherited members)

{
    "beeType":"location",
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "mark":[
            "your_{http://www.oracle.com/beehive}mark_as_anyType0",
            "your_{http://www.oracle.com/beehive}mark_as_anyType1",
            "your_{http://www.oracle.com/beehive}mark_as_anyType2"
        ],
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "timeZone":{ your_{http://www.oracle.com/beehive}timeZone_as_beeId0 }
}

XML Schema


<xs:complexType final="extension restriction" name="location">
    <xs:sequence>
        <xs:element minOccurs="0" name="description" type="xs:string"/>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="mark"
            nillable="true" type="xs:anyType"/>
        <xs:element minOccurs="0" name="name" type="xs:string"/>
        <xs:element minOccurs="0" name="timeZone" type="tns:beeId"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to location

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions