Changeset a8c30a5 for BOOK/schema/clfs


Ignore:
Timestamp:
Apr 24, 2011, 10:58:27 AM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
b9c15a7
Parents:
86518ac
Message:

Also parse a c:config section after a c:install section.

Location:
BOOK/schema/clfs/0.1/rng
Files:
2 edited

Legend:

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

    r86518ac ra8c30a5  
    136136    }?,
    137137   
     138    element c:config {
     139      (clfs.package.para |
     140       clfs.package.command |
     141       clfs.package.note |
     142       clfs.package.warning)+
     143    }?,
     144   
    138145    element c:contents {
    139146      attribute c:ref {
  • BOOK/schema/clfs/0.1/rng/clfs.rng

    r86518ac ra8c30a5  
    227227      </optional>
    228228      <optional>
     229        <element name="c:config">
     230          <oneOrMore>
     231            <choice>
     232              <ref name="clfs.package.para"/>
     233              <ref name="clfs.package.command"/>
     234              <ref name="clfs.package.note"/>
     235              <ref name="clfs.package.warning"/>
     236            </choice>
     237          </oneOrMore>
     238        </element>
     239      </optional>
     240      <optional>
    229241        <element name="c:contents">
    230242          <choice>
Note: See TracChangeset for help on using the changeset viewer.