<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>
|