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