Release 2.x‎ > ‎Install - Reference‎ > ‎Config Ref Guide‎ > ‎Associations‎ > ‎Association‎ > ‎Attributes‎ > ‎

Attribute

A valid Attribute. If the servicename is not set, the Framework name, id, will be used as the Service name.

Syntax

<Attribute id="..." servicename="...">
   <Functions>
   ...
   </Functions> 
</Attribute>


Arguments

NameRequiredDescriptionExample
idYesThe unique identifier for the Attributeid="firstname"
servicename NoThe Service name of the Attribute.servicename="gn" 
requiredNoFlags the Attribute as being required. Valid settings are true or false. The default value is false. If the setting is true, then one of two things could happen. If there is a Function then it will be used to automatically generate a value for the Attribute. If there is not a Function then an error is returned to the Consumer Tier application.true


Properties

None