mei:svg_SVG.pointer-events.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
pointer-events restriction of xs:token optional

Used By

Attribute Group mei:svg_SVG.Graphics.attrib

Source

<xs:attributeGroup name="svg_SVG.pointer-events.attrib">
  <xs:attribute name="pointer-events">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="visiblePainted"/>
        <xs:enumeration value="visibleFill"/>
        <xs:enumeration value="visibleStroke"/>
        <xs:enumeration value="visible"/>
        <xs:enumeration value="painted"/>
        <xs:enumeration value="fill"/>
        <xs:enumeration value="stroke"/>
        <xs:enumeration value="all"/>
        <xs:enumeration value="none"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>