mei:svg_attlist.linearGradient

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class mei:svg_ClassList.datatype optional
color mei:svg_Color.datatype optional
color-interpolation restriction of xs:token optional
color-rendering restriction of xs:token optional
externalResourcesRequired mei:svg_Boolean.datatype optional
gradientTransform mei:svg_TransformList.datatype optional
gradientUnits restriction of xs:token optional
id xs:ID optional
spreadMethod restriction of xs:token optional
stop-color mei:svg_SVGColor.datatype optional
stop-opacity mei:svg_OpacityValue.datatype optional
style mei:svg_StyleSheet.datatype optional
x1 mei:svg_Coordinate.datatype optional
x2 mei:svg_Coordinate.datatype optional
xlink:actuate restriction of xs:token optional
xlink:arcrole mei:svg_URI.datatype optional
xlink:href mei:svg_URI.datatype optional
xlink:role mei:svg_URI.datatype optional
xlink:show restriction of xs:token optional
xlink:title optional
xlink:type restriction of xs:token simple optional
xml:base mei:svg_URI.datatype optional
xml:lang mei:svg_LanguageCode.datatype optional
xml:space restriction of xs:token optional
y1 mei:svg_Coordinate.datatype optional
y2 mei:svg_Coordinate.datatype optional

Used By

Source

<xs:attributeGroup name="svg_attlist.linearGradient">
  <xs:attributeGroup ref="mei:svg_SVG.Core.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Style.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Color.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Gradient.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.XLink.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.External.attrib"/>
  <xs:attribute name="x1" type="mei:svg_Coordinate.datatype"/>
  <xs:attribute name="y1" type="mei:svg_Coordinate.datatype"/>
  <xs:attribute name="x2" type="mei:svg_Coordinate.datatype"/>
  <xs:attribute name="y2" type="mei:svg_Coordinate.datatype"/>
  <xs:attribute name="gradientUnits">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="userSpaceOnUse"/>
        <xs:enumeration value="objectBoundingBox"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="gradientTransform" type="mei:svg_TransformList.datatype"/>
  <xs:attribute name="spreadMethod">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="pad"/>
        <xs:enumeration value="reflect"/>
        <xs:enumeration value="repeat"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>