complexType Flow
diagram girr_ns_p117.png
namespace http://www.w3.org/1999/xhtml
properties
mixed true
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
elements dd del div ins li td th
annotation
documentation

      "Flow" mixes block and inline and is used for list items etc.
     
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy