| Syntax 
   repeat over specified? data-attributes (of attribute-reference
     element-qualifier*)? as alias-name
     local-declaration*
     action*
  again
 Purpose
 
 An action that can be used to iterate over all attributes that:
 are declared for a notation and, 
are specified in an external entity declaration.
 repeat over data-attributesmust specify an alias-name followingas. This name is used to identify the attribute selected for each iteration within therepeat overaction. Any name can be used.
 Use of the keyword data-attributefollowed by  alias-name, without qualifiers, inside therepeat over data-attributesaction always refers to the attribute identified by the alias. |