QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
archive | UriList | 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 | |||||
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 | tabindexNumber | optional | |||||
title | Text | optional | |||||
type | ContentType | optional | |||||
usemap | URI | optional | |||||
width | Length | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<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="tabindexNumber"/> </xs:complexType> </xs:element> |