[Bug 5409] Clarify use of term 'rule' in SML specification

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5409


kumarp@microsoft.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
           Keywords|editorial                   |
         Resolution|                            |FIXED




------- Comment #2 from kumarp@microsoft.com  2008-02-13 07:00 -------
made the following changes:

from:
A pattern element contains one or more rules             and a rule           
element contains one or more assert and/or report elements. 

to:
A pattern element contains one or more sch:rule elements and a single sch:rule
element contains one or more assert and/or report elements.


from:
Each rule specifies its context using the context attribute.

to:
Each sch:rule element specifies its context using the context attribute.


from:
...expressions defined in the rule are evaluated. 

to:
...expressions contained in the sch:rule element are evaluated. 


from:
The rules defined               in StudentPattern are applicable to ...

to:
The sch:rule elements contained in StudentPattern are applicable to ...


deleted redundant sentence:
The context expression for the rule returns a node set consisting of all
Student elements referenced by an instance of StrictUniversity, and the test
expressions for the two asserts are evaluated for each element node in this
node set.

Received on Wednesday, 13 February 2008 07:00:25 UTC