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

Contents

Overview

StructuredAttributeDescriptor represents the structure data type in the database

Members

Name Type Description

attributes

attributeDescriptor[]

returns list of attributes with in this structure. The attributes themselves could be complex structures

displayName

string

returns the externalized name

name

string

returns name of this attribute

parent

attributeDescriptor

path

string

type

structureType

returns the Structure type

Hierarchy

Inherits From

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:structuredAttributeDescriptor xsi:type="obh:structuredAttributeDescriptor" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:attributes>your_attributeDescriptor_0</obh:attributes>
        <obh:attributes>your_attributeDescriptor_1</obh:attributes>
        <obh:attributes>your_attributeDescriptor_2</obh:attributes>
        <obh:displayName>your_string_0</obh:displayName>
        <obh:name>your_string_0</obh:name>
        <obh:parent>your_attributeDescriptor_0</obh:parent>
        <obh:path>your_string_0</obh:path>
        <obh:type>your_structureType_0</obh:type>
</obh:structuredAttributeDescriptor>

JSON Example

(show inherited members)

{
    "beeType":"structuredAttributeDescriptor",
        "attributes":[
            { your_{http://www.oracle.com/beehive}attributes_as_attributeDescriptor0 },
            { your_{http://www.oracle.com/beehive}attributes_as_attributeDescriptor1 },
            { your_{http://www.oracle.com/beehive}attributes_as_attributeDescriptor2 }
        ],
        "displayName":"your_{http://www.oracle.com/beehive}displayName_as_string0",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "parent":{ your_{http://www.oracle.com/beehive}parent_as_attributeDescriptor0 },
        "path":"your_{http://www.oracle.com/beehive}path_as_string0",
        "type":{ your_{http://www.oracle.com/beehive}type_as_structureType0 }
}

XML Schema


<xs:complexType final="extension restriction" name="structuredAttributeDescriptor">
    <xs:complexContent>
        <xs:extension base="tns:attributeDescriptor">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="attributes" type="tns:attributeDescriptor"/>
                <xs:element minOccurs="0" name="displayName" type="xs:string"/>
                <xs:element minOccurs="0" name="type" type="tns:structureType"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to structuredAttributeDescriptor

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations