applet

Element Information

Model

param | p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | menu | dir | pre | hr | blockquote | address | center | noframes | isindex | fieldset | table | form | a | br | span | bdo | object | applet | img | map | iframe | tt | i | b | u | s | strike | big | small | font | basefont | em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym | sub | sup | input | select | textarea | label | button | noscript | ins | del | script

Attributes

QName Type Fixed Default Use Inheritable Annotation
align ImgAlign optional
alt Text optional
archive optional
class xs:NMTOKENS optional
code optional
codebase URI optional
height Length required
hspace Pixels optional
id xs:ID optional
name xs:NMTOKEN optional
object optional
style StyleSheet optional
title Text optional
vspace Pixels optional
width Length required

Used By

Complex Type button.content
Element button
Element Group special.extra

Source

<xs:element name="applet">
  <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="coreattrs"/>
    <xs:attribute name="codebase" type="URI"/>
    <xs:attribute name="archive"/>
    <xs:attribute name="code"/>
    <xs:attribute name="object"/>
    <xs:attribute name="alt" type="Text"/>
    <xs:attribute name="name" type="xs:NMTOKEN"/>
    <xs:attribute name="width" use="required" type="Length"/>
    <xs:attribute name="height" use="required" type="Length"/>
    <xs:attribute name="align" type="ImgAlign"/>
    <xs:attribute name="hspace" type="Pixels"/>
    <xs:attribute name="vspace" type="Pixels"/>
  </xs:complexType>
</xs:element>

Sample