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 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">
        <typeName>your_string_0</typeName>
</obh:structureType>

Referenced By Representaions