Creating and using attribute pools
-
Collections of attributes
Attribute pools work the same way as hedge rules, but for attributes. They have the same advantages over parameter entities that hedge rules have.
-
Creating a pool
<attPool role="numberedAtts">
<attribute name="attribute1" required="true" type="string" />
<attribute name="attribute2" type="string" />
</attPool>
-
Using a pool
<tag name="myElement">
<ref role="numberedAtts" />
</tag>
Previous Page <
TOC
> Next Page