Ignore:
Timestamp:
Apr 23, 2011, 9:27:41 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
babec4b
Parents:
a2b92f3
git-author:
Joe Ciccone <jciccone@…> (04/23/11 21:27:08)
git-committer:
Joe Ciccone <jciccone@…> (04/23/11 21:27:41)
Message:

Expand the filtering ability of the schema to match the stylesheet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/schema/clfs/0.1/rng/clfs.rnc

    ra2b92f3 rf59c2ec  
    7878# Block Elements
    7979
    80 clfs.block.para =
     80clfs.package.para =
    8181  element c:para {
     82    clfs.attrib.arch,
     83    clfs.attrib.bits,
     84    clfs.attrib.multilib,
    8285    clfs.inline
    8386  }
    8487 
    85 clfs.block.note =
     88clfs.package.note =
    8689  element c:note {
    87     clfs.block.para*
     90    clfs.attrib.arch,
     91    clfs.attrib.bits,
     92    clfs.attrib.multilib,
     93    clfs.package.para*
    8894  }
    8995
    90 clfs.block.command =
     96clfs.package.command =
    9197  element c:command {
    9298    clfs.attrib.arch,
     
    115121   
    116122    element c:install {
    117       (clfs.block.para |
    118        clfs.block.command |
    119        clfs.block.note)+
     123      (clfs.package.para |
     124       clfs.package.command |
     125       clfs.package.note)+
    120126    }+,
    121127   
Note: See TracChangeset for help on using the changeset viewer.