procedure GetItemAttrInfo (itemtype in varchar2, aname in varchar2, atype out varchar2, subtype out varchar2, format out varchar2);
Returns information about an item type attribute, such as its type and format, if any is specified. Currently, subtype information is not available for item type attributes.
| itemtype | A valid item type. |
| aname | The internal name of an item type attribute. |