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

Contents

Overview

AttributeDescriptor is used to map the name and the type in a EventType or any database structure

Members

Name Type Description

name

string

returns name of this attribute

parent

attributeDescriptor

path

string

Hierarchy

attributeDescriptor is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherited By

XML Schema


<xs:complexType abstract="true" name="attributeDescriptor">
    <xs:sequence>
        <xs:element minOccurs="0" name="name" type="xs:string"/>
        <xs:element minOccurs="0" name="parent" type="tns:attributeDescriptor"/>
        <xs:element minOccurs="0" name="path" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to attributeDescriptor

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions