mei:svg_attlist.feTurbulence

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
baseFrequency mei:svg_NumberOptionalNumber.datatype optional
color-interpolation-filters restriction of xs:token optional
height mei:svg_Length.datatype optional
id xs:ID optional
numOctaves mei:svg_Integer.datatype optional
result optional
seed mei:svg_Number.datatype optional
stitchTiles restriction of xs:token noStitch optional
type restriction of xs:token turbulence optional
width mei:svg_Length.datatype optional
x mei:svg_Coordinate.datatype optional
xml:base mei:svg_URI.datatype optional
xml:lang mei:svg_LanguageCode.datatype optional
xml:space restriction of xs:token optional
y mei:svg_Coordinate.datatype optional

Used By

Source

<xs:attributeGroup name="svg_attlist.feTurbulence">
  <xs:attributeGroup ref="mei:svg_SVG.Core.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.FilterColor.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.FilterPrimitive.attrib"/>
  <xs:attribute name="baseFrequency" type="mei:svg_NumberOptionalNumber.datatype"/>
  <xs:attribute name="numOctaves" type="mei:svg_Integer.datatype"/>
  <xs:attribute name="seed" type="mei:svg_Number.datatype"/>
  <xs:attribute name="stitchTiles" default="noStitch">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="stitch"/>
        <xs:enumeration value="noStitch"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="type" default="turbulence">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="fractalNoise"/>
        <xs:enumeration value="turbulence"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>