<xs:element name="inlineequation">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="docbook:alt" />
<xs:choice>
<xs:element maxOccurs="unbounded" ref="docbook:inlinemediaobject" />
<xs:element maxOccurs="unbounded" ref="docbook:mathphrase" />
</xs:choice>
</xs:sequence>
<xs:attribute name="role" />
<xs:attributeGroup ref="docbook:db.common.attributes" />
<xs:attributeGroup ref="docbook:db.common.linking.attributes" />
</xs:complexType>
</xs:element>
|