Ignore:
Timestamp:
Apr 24, 2011, 2:11:53 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
3f2c36d
Parents:
41fab2e
Message:

Add an attribute to the schema. c:r, r for reference.

File:
1 edited

Legend:

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

    r41fab2e r8823a97  
    8585    </optional>
    8686  </define>
     87  <define name="clfs.attrib.r">
     88    <optional>
     89      <attribute name="c:r"/>
     90    </optional>
     91  </define>
    8792  <!-- Inline Elements -->
    8893  <define name="clfs.inline">
     
    143148  <define name="clfs.package.para">
    144149    <element name="c:para">
    145       <ref name="clfs.attrib.arch"/>
    146       <ref name="clfs.attrib.bits"/>
    147       <ref name="clfs.attrib.multilib"/>
     150      <ref name="xml.attrib.base"/>
     151      <ref name="clfs.attrib.arch"/>
     152      <ref name="clfs.attrib.bits"/>
     153      <ref name="clfs.attrib.multilib"/>
     154      <ref name="clfs.attrib.r"/>
    148155      <ref name="clfs.inline"/>
    149156    </element>
     
    151158  <define name="clfs.package.note">
    152159    <element name="c:note">
    153       <ref name="clfs.attrib.arch"/>
    154       <ref name="clfs.attrib.bits"/>
    155       <ref name="clfs.attrib.multilib"/>
     160      <ref name="xml.attrib.base"/>
     161      <ref name="clfs.attrib.arch"/>
     162      <ref name="clfs.attrib.bits"/>
     163      <ref name="clfs.attrib.multilib"/>
     164      <ref name="clfs.attrib.r"/>
    156165      <zeroOrMore>
    157166        <choice>
     
    164173  <define name="clfs.package.warning">
    165174    <element name="c:note">
    166       <ref name="clfs.attrib.arch"/>
    167       <ref name="clfs.attrib.bits"/>
    168       <ref name="clfs.attrib.multilib"/>
     175      <ref name="xml.attrib.base"/>
     176      <ref name="clfs.attrib.arch"/>
     177      <ref name="clfs.attrib.bits"/>
     178      <ref name="clfs.attrib.multilib"/>
     179      <ref name="clfs.attrib.r"/>
    169180      <zeroOrMore>
    170181        <choice>
     
    177188  <define name="clfs.package.command">
    178189    <element name="c:command">
    179       <ref name="clfs.attrib.arch"/>
    180       <ref name="clfs.attrib.bits"/>
    181       <ref name="clfs.attrib.multilib"/>
     190      <ref name="xml.attrib.base"/>
     191      <ref name="clfs.attrib.arch"/>
     192      <ref name="clfs.attrib.bits"/>
     193      <ref name="clfs.attrib.multilib"/>
     194      <ref name="clfs.attrib.r"/>
    182195      <optional>
    183196        <attribute name="c:nodump">
Note: See TracChangeset for help on using the changeset viewer.