QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
onabort | svg:ScriptType | optional | ||||
onerror | svg:ScriptType | optional | ||||
onresize | svg:ScriptType | optional | ||||
onscroll | svg:ScriptType | optional | ||||
onunload | svg:ScriptType | optional | ||||
onzoom | svg:ScriptType | optional |
Complex Type | svg:svgType |
<attributeGroup name="documentEvents"> <attribute name="onunload" type="svg:ScriptType" use="optional"/> <attribute name="onabort" type="svg:ScriptType" use="optional"/> <attribute name="onerror" type="svg:ScriptType" use="optional"/> <attribute name="onresize" type="svg:ScriptType" use="optional"/> <attribute name="onscroll" type="svg:ScriptType" use="optional"/> <attribute name="onzoom" type="svg:ScriptType" use="optional"/> </attributeGroup> |