Skip to content

Commit

Permalink
Update figure attributes (desc to alt; make alt,loc,copy,ref optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
klassenjm committed Dec 14, 2018
1 parent fb19990 commit 074715a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schema/usx.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -769,12 +769,12 @@ Sidebar =
Figure =
element figure {
attribute style { text },
attribute desc { text },
attribute alt { text }?,
attribute file { text },
attribute size { text },
attribute loc { text },
attribute copy { text },
attribute ref { text },
attribute loc { text }?,
attribute copy { text }?,
attribute ref { text }?,
text? # Caption
}

Expand Down

0 comments on commit 074715a

Please sign in to comment.