| diagram |
 |
| namespace |
http://www.w3.org/2000/svg |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | id | xs:ID | optional | | | | | base | | optional | | | | documentation | See http://www.w3.org/TR/xmlbase/ for
information about this attribute. |
| | u1 | xs:string | optional | | | | | g1 | xs:string | optional | | | | | u2 | xs:string | optional | | | | | g2 | xs:string | optional | | | | | k | xs:double | required | | | |
|
| source |
<xs:complexType name="hkernType">
<xs:attributeGroup ref="svg:stdAttrs"/>
<xs:attribute name="u1" type="string" use="optional"/>
<xs:attribute name="g1" type="string" use="optional"/>
<xs:attribute name="u2" type="string" use="optional"/>
<xs:attribute name="g2" type="string" use="optional"/>
<xs:attribute name="k" type="double" use="required"/>
</xs:complexType> |