mei:svg_SVG.display.attrib

Attribute Group Information

Attributes

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

Used By

Attribute Group mei:svg_SVG.Graphics.attrib

Source

<xs:attributeGroup name="svg_SVG.display.attrib">
  <xs:attribute name="display">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="inline"/>
        <xs:enumeration value="block"/>
        <xs:enumeration value="list-item"/>
        <xs:enumeration value="run-in"/>
        <xs:enumeration value="compact"/>
        <xs:enumeration value="marker"/>
        <xs:enumeration value="table"/>
        <xs:enumeration value="inline-table"/>
        <xs:enumeration value="table-row-group"/>
        <xs:enumeration value="table-header-group"/>
        <xs:enumeration value="table-footer-group"/>
        <xs:enumeration value="table-row"/>
        <xs:enumeration value="table-column-group"/>
        <xs:enumeration value="table-column"/>
        <xs:enumeration value="table-cell"/>
        <xs:enumeration value="table-caption"/>
        <xs:enumeration value="none"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>