link
Avalon
Stage Descriptors
Home PlanetProductsCentral
Attribute Descriptor
Description

The attribute descriptor declares the binding of an attribute name and value. The descriptor is used within the scope of several meta-info structures including tyhe <info>, <logger>, <service>, <dependency>, <stage>, and <extension> descriptors.

Attributes
AttributeRequiredDescription
keyyes Declaration of the atttribute key.
valueyes Declaration of the atttribute value.
Example XML
  <info>
    <name>my-component</name>
    <attributes>
      <attribute key="size" value="small"/>
      <attribute key="maximum" value="1200"/>
    </attributes>
  </info>