QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
stroke-linecap | restriction of xs:token | optional |
Attribute Group | mei:svg_SVG.Paint.attrib |
<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> |