diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-07 20:49:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-07 20:49:10 +0000 |
commit | ddfe3a4eaf95167482e923d4da3de2917a7dbfbb (patch) | |
tree | 0acc1bb60b37392451f5e79e00c33c487c19abcf /Master/texmf-dist/source/latex/stex/schema/rng/svg-animevents-attrib.rng | |
parent | a04ae5a947a6b06bc717719f6ad63e6de5cb5af6 (diff) |
stex (7apr16)
git-svn-id: svn://tug.org/texlive/trunk@40320 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/rng/svg-animevents-attrib.rng')
-rw-r--r-- | Master/texmf-dist/source/latex/stex/schema/rng/svg-animevents-attrib.rng | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/rng/svg-animevents-attrib.rng b/Master/texmf-dist/source/latex/stex/schema/rng/svg-animevents-attrib.rng deleted file mode 100644 index 164414fe0fc..00000000000 --- a/Master/texmf-dist/source/latex/stex/schema/rng/svg-animevents-attrib.rng +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<grammar xml:lang="en" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0"> - <a:documentation> - SVG 1.1 Animation Events Attribute Module - file: svg-animevents-attrib.rng - - This is SVG, a language for describing two-dimensional graphics in XML. - Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved. - - $Id: svg-animevents-attrib.rng,v 1.1 2003/07/15 07:11:10 dean Exp $ - </a:documentation> - <a:documentation> - Animation Events Attribute - - onbegin, onend, onrepeat, onload - - This module defines the AnimationEvents attribute set. - </a:documentation> - <define name="SVG.onbegin.attrib"> - <optional> - <attribute name="onbegin"> - <ref name="Script.datatype"/> - </attribute> - </optional> - </define> - <define name="SVG.onend.attrib"> - <optional> - <attribute name="onend"> - <ref name="Script.datatype"/> - </attribute> - </optional> - </define> - <define name="SVG.onrepeat.attrib"> - <optional> - <attribute name="onrepeat"> - <ref name="Script.datatype"/> - </attribute> - </optional> - </define> - <define name="SVG.AnimationEvents.extra.attrib"> - <empty/> - </define> - <define name="SVG.AnimationEvents.attrib" combine="interleave"> - <ref name="SVG.onbegin.attrib"/> - <ref name="SVG.onend.attrib"/> - <ref name="SVG.onrepeat.attrib"/> - <ref name="SVG.onload.attrib"/> - <ref name="SVG.AnimationEvents.extra.attrib"/> - </define> -</grammar> |