diagram | |||
namespace | http://www.w3.org/1999/xhtml | ||
properties |
|
||
children | p h1 h2 h3 h4 h5 h6 div ul ol dl pre hr blockquote address fieldset table form a br span bdo map object img tt i b big small em strong dfn code q samp kbd var cite abbr acronym sub sup input select textarea label button noscript ins del script | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="Flow" mixed="true"> <xs:annotation> <xs:documentation> "Flow" mixes block and inline and is used for list items etc. </xs:documentation> </xs:annotation> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="block"/> <xs:element ref="form"/> <xs:group ref="inline"/> <xs:group ref="misc"/> </xs:choice> </xs:complexType> |