Skip to content

Commit

Permalink
Fix reference to broken pattern; make sure linking attributes are on …
Browse files Browse the repository at this point in the history
…areas
  • Loading branch information
ndw committed Oct 25, 2011
1 parent 4ac4051 commit af4c60a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions relaxng/schemas/docbook/callouts.rnc
Expand Up @@ -217,7 +217,7 @@ div {
db.area.role.attribute?
& db.common.idreq.attributes
& db.area.units.attribute
& (db.area.linkends.attribute | db.href.attributes)?
& (db.area.linkends.attribute | db.xlink.simple.link.attributes)?
& db.area.label.attribute?
& db.area.coords.attribute

Expand All @@ -240,7 +240,7 @@ div {
db.area.role.attribute?
& db.common.attributes
& db.area.units.attribute
& (db.area.linkends.attribute | db.href.attributes)?
& (db.area.linkends.attribute | db.xlink.simple.link.attributes)?
& db.area.label.attribute?
& db.area.coords.attribute

Expand All @@ -267,7 +267,7 @@ div {
db.areaset.role.attribute?
& db.common.idreq.attributes
& db.area.units.attribute
& (db.areaset.linkends.attribute | db.href.attributes)?
& (db.areaset.linkends.attribute | db.xlink.simple.link.attributes)?
& db.areaset.label.attribute?

db.areaset =
Expand Down

0 comments on commit af4c60a

Please sign in to comment.