mei:svg_SVG.stroke-linecap.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
stroke-linecap restriction of xs:token optional

Used By

Attribute Group mei:svg_SVG.Paint.attrib

Source

<xs:attributeGroup name="svg_SVG.stroke-linecap.attrib">
  <xs:attribute name="stroke-linecap">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="butt"/>
        <xs:enumeration value="round"/>
        <xs:enumeration value="square"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>