mei:svg_attlist.marker

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment-baseline restriction of xs:token optional
baseline-shift mei:svg_BaselineShiftValue.datatype optional
class mei:svg_ClassList.datatype optional
clip mei:svg_ClipValue.datatype optional
clip-path mei:svg_ClipPathValue.datatype optional
clip-rule mei:svg_ClipFillRule.datatype optional
color mei:svg_Color.datatype optional
color-interpolation restriction of xs:token optional
color-interpolation-filters restriction of xs:token optional
color-profile optional
color-rendering restriction of xs:token optional
cursor mei:svg_CursorValue.datatype optional
direction restriction of xs:token optional
display restriction of xs:token optional
dominant-baseline restriction of xs:token optional
enable-background mei:svg_EnableBackgroundValue.datatype optional
externalResourcesRequired mei:svg_Boolean.datatype optional
fill mei:svg_Paint.datatype optional
fill-opacity mei:svg_OpacityValue.datatype optional
fill-rule mei:svg_ClipFillRule.datatype optional
filter mei:svg_FilterValue.datatype optional
flood-color mei:svg_SVGColor.datatype optional
flood-opacity mei:svg_OpacityValue.datatype optional
font-family mei:svg_FontFamilyValue.datatype optional
font-size mei:svg_FontSizeValue.datatype optional
font-size-adjust mei:svg_FontSizeAdjustValue.datatype optional
font-stretch restriction of xs:token optional
font-style restriction of xs:token optional
font-variant restriction of xs:token optional
font-weight restriction of xs:token optional
glyph-orientation-horizontal mei:svg_GlyphOrientationHorizontalValue.datatype optional
glyph-orientation-vertical mei:svg_GlyphOrientationVerticalValue.datatype optional
id xs:ID optional
image-rendering restriction of xs:token optional
kerning mei:svg_KerningValue.datatype optional
letter-spacing mei:svg_SpacingValue.datatype optional
lighting-color mei:svg_SVGColor.datatype optional
marker-end mei:svg_MarkerValue.datatype optional
marker-mid mei:svg_MarkerValue.datatype optional
marker-start mei:svg_MarkerValue.datatype optional
markerHeight mei:svg_Length.datatype optional
markerUnits restriction of xs:token optional
markerWidth mei:svg_Length.datatype optional
mask mei:svg_MaskValue.datatype optional
opacity mei:svg_OpacityValue.datatype optional
orient optional
overflow restriction of xs:token optional
pointer-events restriction of xs:token optional
preserveAspectRatio mei:svg_PreserveAspectRatioSpec.datatype xMidYMid meet optional
refX mei:svg_Coordinate.datatype optional
refY mei:svg_Coordinate.datatype optional
shape-rendering restriction of xs:token optional
stop-color mei:svg_SVGColor.datatype optional
stop-opacity mei:svg_OpacityValue.datatype optional
stroke mei:svg_Paint.datatype optional
stroke-dasharray mei:svg_StrokeDashArrayValue.datatype optional
stroke-dashoffset mei:svg_StrokeDashOffsetValue.datatype optional
stroke-linecap restriction of xs:token optional
stroke-linejoin restriction of xs:token optional
stroke-miterlimit mei:svg_StrokeMiterLimitValue.datatype optional
stroke-opacity mei:svg_OpacityValue.datatype optional
stroke-width mei:svg_StrokeWidthValue.datatype optional
style mei:svg_StyleSheet.datatype optional
text-anchor restriction of xs:token optional
text-decoration mei:svg_TextDecorationValue.datatype optional
text-rendering restriction of xs:token optional
unicode-bidi restriction of xs:token optional
viewBox mei:svg_ViewBoxSpec.datatype optional
visibility restriction of xs:token optional
word-spacing mei:svg_SpacingValue.datatype optional
writing-mode restriction of xs:token optional
xml:base mei:svg_URI.datatype optional
xml:lang mei:svg_LanguageCode.datatype optional
xml:space restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="svg_attlist.marker">
  <xs:attributeGroup ref="mei:svg_SVG.Core.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Style.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Presentation.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.External.attrib"/>
  <xs:attribute name="refX" type="mei:svg_Coordinate.datatype"/>
  <xs:attribute name="refY" type="mei:svg_Coordinate.datatype"/>
  <xs:attribute name="markerUnits">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="strokeWidth"/>
        <xs:enumeration value="userSpaceOnUse"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="markerWidth" type="mei:svg_Length.datatype"/>
  <xs:attribute name="markerHeight" type="mei:svg_Length.datatype"/>
  <xs:attribute name="orient"/>
  <xs:attribute name="viewBox" type="mei:svg_ViewBoxSpec.datatype"/>
  <xs:attribute name="preserveAspectRatio" default="xMidYMid meet" type="mei:svg_PreserveAspectRatioSpec.datatype"/>
</xs:attributeGroup>