Schema Central  >  XHTML 1.0 Strict  >  xhtml1-strict.xsd  >  object
Advanced search

Recommended Reading:

Definitive XML Schema

 

object

Element information

Namespace: http://www.w3.org/1999/xhtml

Schema document: xhtml1-strict.xsd

Type: Anonymous

Properties: Global, Qualified

Content

  • Any text (mixed) content, intermingled with:
  • Choice [0..*]
    • param param is used to supply a named property value. In XML it would seem natural to follow RDF and support an abbreviated syntax where the param elements are replaced by attribute value pairs on the object start tag.
    • from group block
    • p
    • div generic language/style container
    • from group lists
    • ul Unordered list
    • ol Ordered (numbered) list
    • dl
    • from group blocktext
    • pre content is "Inline" excluding "img|object|big|small|sub|sup"
    • hr
    • blockquote
    • address information on author
    • fieldset The fieldset element is used to group form fields. Only one legend element should occur in the content and if present should only be preceded by whitespace. NOTE: this content model is different from the XHTML 1.0 DTD, closer to the intended content model in HTML4 DTD
    • table
    • form
    • from group inline
    • a content is "Inline" except that anchors shouldn't be nested
    • from group special
      from group special.pre
    • br forced line break
    • span generic language/style container
    • bdo I18N BiDi over-ride
    • map
    • object
    • img
    • from group fontstyle
    • tt fixed pitch font
    • i italic font
    • b bold font
    • big bigger font
    • small smaller font
    • from group phrase
    • em emphasis
    • strong strong emphasis
    • dfn definitional
    • code program code
    • q inlined quote
    • samp sample
    • kbd something user would type
    • var variable
    • cite citation
    • abbr abbreviation
    • acronym acronym
    • sub subscript
    • sup superscript
    • from group inline.forms
    • input form control
    • select option selector
    • textarea multi-line text field
    • label Each label must not contain more than ONE field Label elements shouldn't be nested.
    • button Content is "Flow" excluding a, form and form controls
    • from group misc
    • noscript alternate content container for non script-based rendering
    • from group misc.inline
    • ins
    • del
    • script script statements, which may include CDATA sections

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom group coreattrs
class [0..1]xsd:NMTOKENSfrom group coreattrs
style [0..1]StyleSheetfrom group coreattrs
title [0..1]Textfrom group coreattrs
lang [0..1]LanguageCodefrom group i18n
xml:lang [0..1]Anonymousdenotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. from group i18n
dir [0..1]Anonymousfrom group i18n
onclick [0..1]Scriptfrom group events
ondblclick [0..1]Scriptfrom group events
onmousedown [0..1]Scriptfrom group events
onmouseup [0..1]Scriptfrom group events
onmouseover [0..1]Scriptfrom group events
onmousemove [0..1]Scriptfrom group events
onmouseout [0..1]Scriptfrom group events
onkeypress [0..1]Scriptfrom group events
onkeydown [0..1]Scriptfrom group events
onkeyup [0..1]Scriptfrom group events
declare [0..1]Anonymous
classid [0..1]URI
codebase [0..1]URI
data [0..1]URI
type [0..1]ContentType
codetype [0..1]ContentType
archive [0..1]UriList
standby [0..1]Text
height [0..1]Length
width [0..1]Length
usemap [0..1]URI
name [0..1]xsd:NMTOKEN
tabindex [0..1]tabindexNumber

Used in

  • Anonymous type of element a  via reference to special
  • Anonymous type of element button  via reference to special
  • Anonymous type of element p  via reference to special
  • Anonymous type of element h1  via reference to special
  • Anonymous type of element h2  via reference to special
  • Anonymous type of element h3  via reference to special
  • Anonymous type of element h4  via reference to special
  • Anonymous type of element h5  via reference to special
  • Anonymous type of element h6  via reference to special
  • Anonymous type of element dt  via reference to special
  • Anonymous type of element address  via reference to special
  • Anonymous type of element span  via reference to special
  • Anonymous type of element bdo  via reference to special
  • Anonymous type of element em  via reference to special
  • Anonymous type of element strong  via reference to special
  • Anonymous type of element dfn  via reference to special
  • Anonymous type of element code  via reference to special
  • Anonymous type of element samp  via reference to special
  • Anonymous type of element kbd  via reference to special
  • Anonymous type of element var  via reference to special
  • Anonymous type of element cite  via reference to special
  • Anonymous type of element abbr  via reference to special
  • Anonymous type of element acronym  via reference to special
  • Anonymous type of element q  via reference to special
  • Anonymous type of element sub  via reference to special
  • Anonymous type of element sup  via reference to special
  • Anonymous type of element tt  via reference to special
  • Anonymous type of element i  via reference to special
  • Anonymous type of element b  via reference to special
  • Anonymous type of element big  via reference to special
  • Anonymous type of element small  via reference to special
  • Anonymous type of element label  via reference to special
  • Anonymous type of element legend  via reference to special
  • Anonymous type of element caption  via reference to special
  • Anonymous type of element div  via reference to special
  • Anonymous type of element li  via reference to special
  • Anonymous type of element dd  via reference to special
  • Anonymous type of element ins  via reference to special
  • Anonymous type of element del  via reference to special
  • Anonymous type of element th  via reference to special
  • Anonymous type of element td  via reference to special
  • Anonymous type of element object  via reference to special
  • Anonymous type of element fieldset  via reference to special
  • Anonymous type of element head  via reference to head.misc
  • Group special
  • Group head.misc
  • Group inline  via reference to special
  • Type a.content  via reference to special
  • Type button.content  via reference to special
  • Type Inline  via reference to special
  • Type Flow  via reference to special

Sample instance

<object> <--any elements or text--> </object>