![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
StructuredAttributeDescriptor represents the structure data type in the
database
| Name | Type | Description |
|---|---|---|
attributes |
returns list of attributes with in this structure. The attributes themselves could be complex structures | |
displayName |
returns the externalized name | |
type |
returns the Structure type |
Inherits From
<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>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices