mei:svg_SVG.overflow.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
overflow restriction of xs:token optional

Used By

Attribute Group mei:svg_SVG.Viewport.attrib

Source

<xs:attributeGroup name="svg_SVG.overflow.attrib">
  <xs:attribute name="overflow">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="visible"/>
        <xs:enumeration value="hidden"/>
        <xs:enumeration value="scroll"/>
        <xs:enumeration value="auto"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>