mei:svg_attlist.svg

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment-baseline restriction of xs:token optional
baseProfile mei:svg_Text.datatype 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
contentScriptType mei:svg_ContentType.datatype text/ecmascript optional
contentStyleType mei:svg_ContentType.datatype text/css 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
height mei:svg_Length.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
mask mei:svg_MaskValue.datatype optional
onabort mei:svg_Script.datatype optional
onactivate mei:svg_Script.datatype optional
onclick mei:svg_Script.datatype optional
onerror mei:svg_Script.datatype optional
onfocusin mei:svg_Script.datatype optional
onfocusout mei:svg_Script.datatype optional
onload mei:svg_Script.datatype optional
onmousedown mei:svg_Script.datatype optional
onmousemove mei:svg_Script.datatype optional
onmouseout mei:svg_Script.datatype optional
onmouseover mei:svg_Script.datatype optional
onmouseup mei:svg_Script.datatype optional
onresize mei:svg_Script.datatype optional
onscroll mei:svg_Script.datatype optional
onunload mei:svg_Script.datatype optional
onzoom mei:svg_Script.datatype optional
opacity mei:svg_OpacityValue.datatype optional
overflow restriction of xs:token optional
pointer-events restriction of xs:token optional
preserveAspectRatio mei:svg_PreserveAspectRatioSpec.datatype xMidYMid meet optional
requiredExtensions mei:svg_ExtensionList.datatype optional
requiredFeatures mei:svg_FeatureList.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
systemLanguage mei:svg_LanguageCodes.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
version restriction of xs:string 1.1 optional
viewBox mei:svg_ViewBoxSpec.datatype optional
visibility restriction of xs:token optional
width mei:svg_Length.datatype optional
word-spacing mei:svg_SpacingValue.datatype optional
writing-mode restriction of xs:token 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
zoomAndPan restriction of xs:token magnify optional

Used By

Element svg:svg

Source

<xs:attributeGroup name="svg_attlist.svg">
  <xs:attributeGroup ref="mei:svg_SVG.Core.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Conditional.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Style.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Presentation.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.DocumentEvents.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.GraphicalEvents.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.External.attrib"/>
  <xs:attribute name="x" type="mei:svg_Coordinate.datatype"/>
  <xs:attribute name="y" type="mei:svg_Coordinate.datatype"/>
  <xs:attribute name="width" type="mei:svg_Length.datatype"/>
  <xs:attribute name="height" type="mei:svg_Length.datatype"/>
  <xs:attribute name="viewBox" type="mei:svg_ViewBoxSpec.datatype"/>
  <xs:attribute name="preserveAspectRatio" default="xMidYMid meet" type="mei:svg_PreserveAspectRatioSpec.datatype"/>
  <xs:attribute name="zoomAndPan" default="magnify">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="disable"/>
        <xs:enumeration value="magnify"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="version" default="1.1">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="1.1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="baseProfile" type="mei:svg_Text.datatype"/>
  <xs:attribute name="contentScriptType" default="text/ecmascript" type="mei:svg_ContentType.datatype"/>
  <xs:attribute name="contentStyleType" default="text/css" type="mei:svg_ContentType.datatype"/>
</xs:attributeGroup>