Schema Central  >  XHTML 1.0 Transitional  >  xhtml1-transitional.xsd  >  Flow
Advanced search

Recommended Reading:

Definitive XML Schema

 

Flow

      "Flow" mixes block and inline and is used for list items etc.
      

Complex type information

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

Schema document: xhtml1-transitional.xsd

Content

  • Any text (mixed) content, intermingled with:
  • Choice [0..*]
      from group block
    • p
    • div generic language/style container
    • from group lists
    • ul Unordered list
    • ol Ordered (numbered) list
    • dl
    • menu single column list (DEPRECATED)
    • dir multiple column list (DEPRECATED)
    • from group blocktext
    • pre content is "Inline" excluding "img|object|applet|big|small|sub|sup|font|basefont"
    • hr
    • blockquote
    • address information on author
    • center center content
    • noframes alternate content container for non frame-based rendering
    • isindex single-line text input control (DEPRECATED)
    • 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.basic
    • br forced line break
    • span generic language/style container
    • bdo I18N BiDi over-ride
    • from group special.extra
    • object
    • applet
    • img
    • map
    • iframe inline subwindow
    • from group fontstyle.basic
    • tt fixed pitch font
    • i italic font
    • b bold font
    • u underline
    • s strike-through
    • strike strike-through
    • from group fontstyle.extra
    • big bigger font
    • small smaller font
    • font local change to font
    • basefont base font size
    • from group phrase.basic
    • 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
    • from group phrase.extra
    • 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

None

Used in

  • Element noscript   via derived anonymous type
  • Element iframe   via derived anonymous type
  • Element noframes   via derived anonymous type
  • Element body   via derived anonymous type
  • Element div   via derived anonymous type
  • Element li   via derived anonymous type
  • Element dd   via derived anonymous type
  • Element blockquote   via derived anonymous type
  • Element center   via derived anonymous type
  • Element ins   via derived anonymous type
  • Element del   via derived anonymous type
  • Element th   via derived anonymous type
  • Element td   via derived anonymous type

Type inheritance chain

  • Flow
    • extended by Anonymous type of element noscript
    • extended by Anonymous type of element iframe
    • extended by Anonymous type of element noframes
    • extended by Anonymous type of element body
    • extended by Anonymous type of element div
    • extended by Anonymous type of element li
    • extended by Anonymous type of element dd
    • extended by Anonymous type of element blockquote
    • extended by Anonymous type of element center
    • extended by Anonymous type of element ins
    • extended by Anonymous type of element del
    • extended by Anonymous type of element th
    • extended by Anonymous type of element td