Arbortext Command Language > Functions by Alphabetical Listing > oid_effective_dita_attrs
  
oid_effective_dita_attrs
oid_effective_dita_attrs(oid, array[])
For DITA documents, this function populates an array with all of the effective attributes at the specified oid. The effective attributes include explicitly set values, document type specified default values, processor default values, and inherited values. For example, assume you have the following markup in a DITA map:
<topicgroup format="ditamap">
<topicref href="myMap.ditamap"/>
</topicgroup>
Calling this function for the topicref element would return ditamap for the format attribute.
Related Topics
oid_effective_dita_attr function
oid_effective_default_dita_attrs function