diff options
| author | Stephen Silver <sasilver@yahoo.com> | 2008-06-15 15:57:56 +0000 |
|---|---|---|
| committer | sasilver <sasilver@users.sourceforge.net> | 2008-06-15 15:57:56 +0000 |
| commit | e318da08989e27e76d4efee5b3927059ecb3f494 (patch) | |
| tree | 242cfd4f7224b2618572382a43b257599cda6391 /share | |
| parent | Format the .inx RELAX NG schema, to make it more readable, and to allow diffs... (diff) | |
| download | inkscape-e318da08989e27e76d4efee5b3927059ecb3f494.tar.gz inkscape-e318da08989e27e76d4efee5b3927059ecb3f494.zip | |
Extend the .inx RELAX NG schema to allow the appearance="minimal" option that Jon Cruz recently added.
All .inx files now validate against the schema again.
(bzr r5947)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/inkscape.extension.rng | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/extensions/inkscape.extension.rng b/share/extensions/inkscape.extension.rng index b12f1d3ea..c352cd122 100644 --- a/share/extensions/inkscape.extension.rng +++ b/share/extensions/inkscape.extension.rng @@ -281,6 +281,11 @@ <attribute name="type"> <value>optiongroup</value> </attribute> + <optional> + <attribute name="appearance"> + <value>minimal</value> + </attribute> + </optional> <oneOrMore> <choice> <element name="option"> |
