Overview

StructuredAttributeDescriptor represents the structure data type in the database

Members

Show inherited 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 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">
        <attributes>your_attributeDescriptor_0</attributes>
        <attributes>your_attributeDescriptor_1</attributes>
        <attributes>your_attributeDescriptor_2</attributes>
        <displayName>your_string_0</displayName>
        <name>your_string_0</name>
        <parent>your_attributeDescriptor_0</parent>
        <path>your_string_0</path>
        <type>your_structureType_0</type>
</obh:structuredAttributeDescriptor>

Referenced By Representaions

Not Referenced Directly by Representations