ubsicap / usx

Unified Scripture XML
32 stars 6 forks source link

Only require figure attributes for style and filename #43

Closed klassenjm closed 3 years ago

klassenjm commented 4 years ago

The schema was updated to only require figure attributes for style' and file. There are legacy texts which may not have more than this, and without a simple option for updating the text.

This update was already done in usx.rnc and rng.

Figure =
    element figure {
        attribute style { text },
        attribute alt { text }?,
        attribute file { text },
        attribute size { text }?,
        attribute loc { text }?,
        attribute copy { text }?,
        attribute ref { text }?,
        text? # Caption
    }