mei:svg_attlist.feDisplacementMap

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
color-interpolation-filters restriction of xs:token optional
height mei:svg_Length.datatype optional
id xs:ID optional
in optional
in2 required
result optional
scale mei:svg_Number.datatype optional
width mei:svg_Length.datatype optional
x mei:svg_Coordinate.datatype optional
xChannelSelector restriction of xs:token A 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
yChannelSelector restriction of xs:token A optional

Used By

Source

<xs:attributeGroup name="svg_attlist.feDisplacementMap">
  <xs:attributeGroup ref="mei:svg_SVG.Core.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.FilterColor.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.FilterPrimitiveWithIn.attrib"/>
  <xs:attribute name="in2" use="required"/>
  <xs:attribute name="scale" type="mei:svg_Number.datatype"/>
  <xs:attribute name="xChannelSelector" default="A">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="R"/>
        <xs:enumeration value="G"/>
        <xs:enumeration value="B"/>
        <xs:enumeration value="A"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="yChannelSelector" default="A">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="R"/>
        <xs:enumeration value="G"/>
        <xs:enumeration value="B"/>
        <xs:enumeration value="A"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>