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

Contents

Overview

This represents the structure that is defined in the database. The implementation should be an enumeration which enlists all the structures that can be used in defining the StructuredAttributeDescriptor

Members

Name Type Description

typeName

string

returns the database type name for this structure

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:structureType xsi:type="obh:structureType" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:typeName>your_string_0</obh:typeName>
</obh:structureType>

JSON Example

(show inherited members)

{
    "beeType":"structureType",
        "typeName":"your_{http://www.oracle.com/beehive}typeName_as_string0"
}

XML Schema


<xs:complexType final="extension restriction" name="structureType">
    <xs:sequence>
        <xs:element minOccurs="0" name="typeName" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to structureType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions