
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| align | ImgAlign | optional | |||||
| archive | UriList | optional | |||||
| border | Pixels | optional | |||||
| class | xs:NMTOKENS | optional | |||||
| classid | URI | optional | |||||
| codebase | URI | optional | |||||
| codetype | ContentType | optional | |||||
| data | URI | optional | |||||
| declare | restriction of xs:token | optional | |||||
| dir | restriction of xs:token | optional | |||||
| height | Length | optional | |||||
| hspace | Pixels | optional | |||||
| id | xs:ID | optional | |||||
| lang | LanguageCode | optional | |||||
| name | xs:NMTOKEN | optional | |||||
| onclick | Script | optional | |||||
| ondblclick | Script | optional | |||||
| onkeydown | Script | optional | |||||
| onkeypress | Script | optional | |||||
| onkeyup | Script | optional | |||||
| onmousedown | Script | optional | |||||
| onmousemove | Script | optional | |||||
| onmouseout | Script | optional | |||||
| onmouseover | Script | optional | |||||
| onmouseup | Script | optional | |||||
| standby | Text | optional | |||||
| style | StyleSheet | optional | |||||
| tabindex | Number | optional | |||||
| title | Text | optional | |||||
| type | ContentType | optional | |||||
| usemap | URI | optional | |||||
| vspace | Pixels | optional | |||||
| width | Length | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional | 
 | 
| Complex Type | button.content | 
| Element | button | 
| Element Groups | head.misc, special.extra | 
| <xs:element name="object"> <xs:complexType mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="param"/> <xs:group ref="block"/> <xs:element ref="form"/> <xs:group ref="inline"/> <xs:group ref="misc"/> </xs:choice> <xs:attributeGroup ref="attrs"/> <xs:attribute name="declare"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="declare"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="classid" type="URI"/> <xs:attribute name="codebase" type="URI"/> <xs:attribute name="data" type="URI"/> <xs:attribute name="type" type="ContentType"/> <xs:attribute name="codetype" type="ContentType"/> <xs:attribute name="archive" type="UriList"/> <xs:attribute name="standby" type="Text"/> <xs:attribute name="height" type="Length"/> <xs:attribute name="width" type="Length"/> <xs:attribute name="usemap" type="URI"/> <xs:attribute name="name" type="xs:NMTOKEN"/> <xs:attribute name="tabindex" type="Number"/> <xs:attribute name="align" type="ImgAlign"/> <xs:attribute name="border" type="Pixels"/> <xs:attribute name="hspace" type="Pixels"/> <xs:attribute name="vspace" type="Pixels"/> </xs:complexType> </xs:element> |