Changeset e655c39d


Ignore:
Timestamp:
Apr 24, 2011, 10:20:21 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
f67564c
Parents:
8cd07b0
Message:

Extend the schema to allow for the xml:base attribute on the c:package
element.

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

Legend:

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

    r8cd07b0 re655c39d  
    116116clfs.sect.package =
    117117  element c:package {
     118    attribute xml:base { text }?,
    118119    attribute id { text },
    119120    clfs.attrib.arch,
  • BOOK/schema/clfs/0.1/rng/clfs.rng

    r8cd07b0 re655c39d  
    192192  <define name="clfs.sect.package">
    193193    <element name="c:package">
     194      <optional>
     195        <attribute name="xml:base"/>
     196      </optional>
    194197      <attribute name="id"/>
    195198      <ref name="clfs.attrib.arch"/>
Note: See TracChangeset for help on using the changeset viewer.