⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xml-events.rng

📁 一个用于智能手机的多媒体库适合S60 WinCE的跨平台开发库
💻 RNG
字号:
<!-- ==============================================================      SVG12-RNG | SVG 1.2 XML Events integration     ============================================================== --><grammar ns='http://www.w3.org/2001/xml-events'         xml:lang='en'         xmlns='http://relaxng.org/ns/structure/1.0'         xmlns:xlink='http://www.w3.org/1999/xlink'         xmlns:ev='http://www.w3.org/2001/xml-events'         xmlns:a='http://relaxng.org/ns/compatibility/annotations/1.0'         xmlns:svg='http://www.w3.org/2005/02/svg-annotations'         datatypeLibrary='http://www.w3.org/2001/XMLSchema-datatypes'         >  <define name='svg.GCommon.group' combine='choice'>    <ref name='listener'/>  </define>  <!-- ... listener ................................................ -->  <div xml:id='listener'>    <define name='listener'>      <element name='listener'>        <ref name='listener.AT'/>        <ref name='listener.CM'/>      </element>    </define>    <define name='listener.AT' combine='interleave'>      <ref name='svg.Core.attr'/>      <optional>        <attribute name='event' svg:animatable='false' svg:inheritable='false'>          <ref name='XML-Name.datatype'/>        </attribute>      </optional>      <optional>        <attribute name='phase' svg:animatable='false' svg:inheritable='false'>          <choice>            <value>default</value>            <value>capture</value>          </choice>        </attribute>      </optional>      <optional>        <attribute name='propagate' svg:animatable='false' svg:inheritable='false'>          <choice>            <value>continue</value>            <value>stop</value>          </choice>        </attribute>      </optional>      <optional>        <attribute name='defaultAction' svg:animatable='false' svg:inheritable='false'>          <choice>            <value>perform</value>            <value>cancel</value>          </choice>        </attribute>      </optional>      <optional>        <attribute name='observer' svg:animatable='false' svg:inheritable='false'>          <ref name='IDREF.datatype'/>        </attribute>      </optional>      <optional>        <attribute name='target' svg:animatable='false' svg:inheritable='false'>          <ref name='IDREF.datatype'/>        </attribute>      </optional>      <optional>        <attribute name='handler' svg:animatable='false' svg:inheritable='false'>          <ref name='IRI.datatype'/>        </attribute>      </optional>    </define>    <define name='listener.CM'>      <empty/>    </define>  </div></grammar>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -