~wgrant/openlp/openlyrics_test

« back to all changes in this revision

Viewing changes to testing/resources/openlyrics/openlyrics_schema.rng

  • Committer: Martin Zibricky
  • Date: 2011-09-08 12:11:13 UTC
  • Revision ID: mzibr.public@gmail.com-20110908121113-uu5be1yr6bu81qxs
update openlyrics schema to allow nested formatting tags

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
      <attribute name="name">
400
400
        <ref name="nonEmptyContent"/>
401
401
      </attribute>
402
 
      <ref name="nonEmptyContent"/>
 
402
      <!-- allow using more formatting tags for text -->
 
403
      <!-- e.g. <tag name="bold"><tag name="red">my text</tag></tag> -->
 
404
      <choice>
 
405
        <ref name="nonEmptyContent"/>
 
406
        <ref name="tag"/>
 
407
      </choice>
403
408
    </element>
404
409
  </define>
405
410