Flow

Complex Type Information

Model

Children: block, inline

Used By

Source

<xs:complexType name="Flow" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="block"/>
    <xs:element ref="inline"/>
  </xs:choice>
</xs:complexType>