complexType svg:glyphType
diagram ddml31_p298.png
namespace http://www.w3.org/2000/svg
children svg:desc svg:title svg:metadata svg:defs svg:path svg:text svg:rect svg:circle svg:ellipse svg:line svg:polyline svg:polygon svg:use svg:image svg:svg svg:g svg:view svg:switch svg:a svg:altGlyphDef svg:script svg:style svg:symbol svg:marker svg:clipPath svg:mask svg:linearGradient svg:radialGradient svg:pattern svg:filter svg:cursor svg:font svg:animate svg:set svg:animateMotion svg:animateColor svg:animateTransform svg:color-profile svg:font-face
used by
element svg:glyph
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:IDoptional      
baseoptional      
documentation
See http://www.w3.org/TR/xmlbase/ for
                     information about this attribute.
classsvg:ClassListTypeoptional      
stylesvg:StyleSheetTypeoptional      
colorsvg:ColorTypeoptional      
color-interpolationderived by: xs:stringoptional      
color-renderingderived by: xs:stringoptional      
enable-backgroundsvg:EnableBackgroundValueTypeoptional      
flood-colorsvg:SVGColorTypeoptional      
flood-opacitysvg:OpacityValueTypeoptional      
fillsvg:PaintTypeoptional      
fill-opacitysvg:OpacityValueTypeoptional      
fill-rulesvg:ClipFillRuleTypeoptional      
strokesvg:PaintTypeoptional      
stroke-dasharraysvg:StrokeDashArrayValueTypeoptional      
stroke-dashoffsetsvg:StrokeDashOffsetValueTypeoptional      
stroke-linecapderived by: xs:stringoptional      
stroke-linejoinderived by: xs:stringoptional      
stroke-miterlimitsvg:StrokeMiterLimitValueTypeoptional      
stroke-opacitysvg:OpacityValueTypeoptional      
stroke-widthsvg:StrokeWidthValueTypeoptional      
color-interpolation-filtersderived by: xs:stringoptional      
font-familysvg:FontFamilyValueTypeoptional      
font-sizesvg:FontSizeValueTypeoptional      
font-size-adjustsvg:FontSizeAdjustValueTypeoptional      
font-stretchderived by: xs:stringoptional      
font-stylederived by: xs:stringoptional      
font-variantderived by: xs:stringoptional      
font-weightderived by: xs:stringoptional      
stop-colorsvg:SVGColorTypeoptional      
stop-opacitysvg:OpacityValueTypeoptional      
clip-pathsvg:ClipPathValueTypeoptional      
clip-rulesvg:ClipFillRuleTypeoptional      
cursorsvg:CursorValueTypeoptional      
displayderived by: xs:stringoptional      
filtersvg:FilterValueTypeoptional      
image-renderingderived by: xs:stringoptional      
masksvg:MaskValueTypeoptional      
opacitysvg:OpacityValueTypeoptional      
pointer-eventsderived by: xs:stringoptional      
shape-renderingderived by: xs:stringoptional      
text-renderingderived by: xs:stringoptional      
visibilityderived by: xs:stringoptional      
color-profileoptional      
lighting-colorsvg:SVGColorTypeoptional      
marker-startsvg:MarkerValueTypeoptional      
marker-midsvg:MarkerValueTypeoptional      
marker-endsvg:MarkerValueTypeoptional      
alignment-baselinederived by: xs:stringoptional      
baseline-shiftsvg:BaselineShiftValueTypeoptional      
directionderived by: xs:stringoptional      
dominant-baselinederived by: xs:stringoptional      
glyph-orientation-horizontalsvg:GlyphOrientationHorizontalValueTypeoptional      
glyph-orientation-verticalsvg:GlyphOrientationVerticalValueTypeoptional      
letter-spacingsvg:SpacingValueTypeoptional      
text-anchorderived by: xs:stringoptional      
text-decorationsvg:TextDecorationValueTypeoptional      
unicode-bididerived by: xs:stringoptional      
word-spacingsvg:SpacingValueTypeoptional      
writing-modederived by: xs:stringoptional      
clipsvg:ClipValueTypeoptional      
overflowderived by: xs:stringoptional      
unicodexs:stringoptional      
glyph-namexs:stringoptional      
dsvg:PathDataTypeoptional      
vert-text-orientxs:stringoptional      
arabicxs:stringoptional      
hanxs:stringoptional      
horiz-adv-xxs:doubleoptional      
vert-adv-yxs:doubleoptional      
source <xs:complexType name="glyphType">
 
<xs:choice minOccurs="0" maxOccurs="unbounded">
   
<xs:element ref="svg:desc"/>
   
<xs:element ref="svg:title"/>
   
<xs:element ref="svg:metadata"/>
   
<xs:element ref="svg:defs"/>
   
<xs:element ref="svg:path"/>
   
<xs:element ref="svg:text"/>
   
<xs:element ref="svg:rect"/>
   
<xs:element ref="svg:circle"/>
   
<xs:element ref="svg:ellipse"/>
   
<xs:element ref="svg:line"/>
   
<xs:element ref="svg:polyline"/>
   
<xs:element ref="svg:polygon"/>
   
<xs:element ref="svg:use"/>
   
<xs:element ref="svg:image"/>
   
<xs:element ref="svg:svg"/>
   
<xs:element ref="svg:g"/>
   
<xs:element ref="svg:view"/>
   
<xs:element ref="svg:switch"/>
   
<xs:element ref="svg:a"/>
   
<xs:element ref="svg:altGlyphDef"/>
   
<xs:element ref="svg:script"/>
   
<xs:element ref="svg:style"/>
   
<xs:element ref="svg:symbol"/>
   
<xs:element ref="svg:marker"/>
   
<xs:element ref="svg:clipPath"/>
   
<xs:element ref="svg:mask"/>
   
<xs:element ref="svg:linearGradient"/>
   
<xs:element ref="svg:radialGradient"/>
   
<xs:element ref="svg:pattern"/>
   
<xs:element ref="svg:filter"/>
   
<xs:element ref="svg:cursor"/>
   
<xs:element ref="svg:font"/>
   
<xs:element ref="svg:animate"/>
   
<xs:element ref="svg:set"/>
   
<xs:element ref="svg:animateMotion"/>
   
<xs:element ref="svg:animateColor"/>
   
<xs:element ref="svg:animateTransform"/>
   
<xs:element ref="svg:color-profile"/>
   
<xs:element ref="svg:font-face"/>
 
</xs:choice>
 
<xs:attributeGroup ref="svg:stdAttrs"/>
 
<xs:attribute name="class" type="svg:ClassListType" use="optional"/>
 
<xs:attribute name="style" type="svg:StyleSheetType" use="optional"/>
 
<xs:attributeGroup ref="svg:PresentationAttributes-All"/>
 
<xs:attribute name="unicode" type="string" use="optional"/>
 
<xs:attribute name="glyph-name" type="string" use="optional"/>
 
<xs:attribute name="d" type="svg:PathDataType" use="optional"/>
 
<xs:attribute name="vert-text-orient" type="string" use="optional"/>
 
<xs:attribute name="arabic" type="string" use="optional"/>
 
<xs:attribute name="han" type="string" use="optional"/>
 
<xs:attribute name="horiz-adv-x" type="double" use="optional"/>
 
<xs:attribute name="vert-adv-y" type="double" use="optional"/>
</xs:complexType>

attribute svg:glyphType/@class
type svg:ClassListType
properties
isRef 0
use optional
source <xs:attribute name="class" type="svg:ClassListType" use="optional"/>

attribute svg:glyphType/@style
type svg:StyleSheetType
properties
isRef 0
use optional
source <xs:attribute name="style" type="svg:StyleSheetType" use="optional"/>

attribute svg:glyphType/@unicode
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="unicode" type="string" use="optional"/>

attribute svg:glyphType/@glyph-name
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="glyph-name" type="string" use="optional"/>

attribute svg:glyphType/@d
type svg:PathDataType
properties
isRef 0
use optional
source <xs:attribute name="d" type="svg:PathDataType" use="optional"/>

attribute svg:glyphType/@vert-text-orient
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="vert-text-orient" type="string" use="optional"/>

attribute svg:glyphType/@arabic
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="arabic" type="string" use="optional"/>

attribute svg:glyphType/@han
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="han" type="string" use="optional"/>

attribute svg:glyphType/@horiz-adv-x
type xs:double
properties
isRef 0
use optional
source <xs:attribute name="horiz-adv-x" type="double" use="optional"/>

attribute svg:glyphType/@vert-adv-y
type xs:double
properties
isRef 0
use optional
source <xs:attribute name="vert-adv-y" type="double" use="optional"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy