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

Recommended Reading:

Definitive XML Schema

 

Block

Complex type information

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

Schema document: xhtml1-strict.xsd

Content

  • Choice [0..*]
      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 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

None

Used in

  • Element noscript   via derived anonymous type
  • Element body   via derived anonymous type
  • Element blockquote   via derived anonymous type

Type inheritance chain

  • Block
    • extended by Anonymous type of element noscript
    • extended by Anonymous type of element body
    • extended by Anonymous type of element blockquote