contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
operator   data-attribute    
  Related Syntax   Related Concepts  

Syntax

  data-attribute data-attribute-name of (attribute attribute-name element-qualifier*
     ((item | @) numeric-expression)? ) ((item | @) numeric-expression)?


Purpose

Differentiates between attributes that belong to an "entity" or "entities" attribute, and other attributes. It is used in the same way as attribute, so data-attribute references can be used in any context that permits attribute references.

In the syntax, the parentheses are used to eliminate confusion between the two item indexers. The first optional item indexer (inside the parentheses) is associated with the attribute of the qualified element or external entity currently being processed. This attribute must be declared as "entity" or "entities". The second optional item indexer (outside the parentheses) is associated with the data attribute named in the parenthesized attribute value item.

Note that the attribute keyword can be used in external-data-entity rules to refer to a data attribute of an entity.

The following code illustrates the use of data-attribute:

  element tableref
     local counter column-count
     ...
     set column-count to number of
        data-attribute colwidth of (attribute name)

    Related Syntax
   attribute
   data-attributes
   attribute is specified
   attribute is defaulted
   attribute is implied
   attribute is
 
Related Concepts
   Attributes: type tests
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:03 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.