Copyright © 1992, 1997 International Organization for Standardization. All rights reserved.

This electronic document is for use during development and review of International Standards. Official printed copies of International Standards can be purchased from the ISO and the national standards organization of your country.

Next ClausePrevious Clause  

homeParent clauseNext major clausePrevious major clauseNext clause at this levelPrevious clause at this level


7 Location address module

7.4 Multiple location

The attribute form multloc allows the properties of ordering and duplicate omission to be associated with a multiple location address element.

If multloc attributes are specified for an element that is not a multiple, it is not an RHE, but the attributes will be ignored by the HyTime engine.

A multiple location is inherently ordered. The attribute location ordering (ordering) indicates whether the order of the multiple locations is significant to the application ("ordered") or not ("noorder").

NOTE 158 This attribute might allow a HyTime engine to optimize access to the individual locations.

The attribute set (set) treats the multiple locations as an ordered set by ignoring any duplicate nodes in the resulting node list.

                <!-- Multiple Location Attributes -->
<![ %multloc; [
<!attlist
-- multloc --     -- Multiple location attributes --
                  -- Clause: 7.4 --
   (anchloc,dataloc,fcsloc,linkloc,listloc,mixedloc,nameloc,nmlist,
    nmquery,nmsploc,pathloc,proploc,queryloc,relloc,treeloc)

   ordering       -- Is ordering of locations significant? --
      (noorder|ordered)
      ordered

   set            -- Make multiple a set by ignoring duplicates --
      (notset|set)
      notset
>
]]><!-- multloc -->

Next ClausePrevious Clause  

Copyright © 1992, 1997 International Organization for Standardization. All rights reserved.

This electronic document is for use during development and review of International Standards. Official printed copies of International Standards can be purchased from the ISO and the national standards organization of your country.


HTML generated from the original SGML source using a DSSSL style specification and the SGML output back-end of the JADE DSSSL engine.