| Value | Description |
|---|---|
| data | The value is data. This is the default value type. |
| object | The value is an identifier of another object same document, assigned with the id attribute. |
| ref | The value is the URI of a resource that contains the values that the object must use. The type attribute specifies the content type for this resource. |
<APPLET code="APPLET1.class" width="300" height="50">
|