element <inlineequation>
Namespace:
Type:
anonymous complexType
Content:
mixed, 11 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<inlineequation>
   
Content: 
{text} × ((unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference), mml:math)*
</inlineequation>
May contain elements (11):
May be included in elements (52):
Known Usage Locations
Annotation
Label
Inline equation
Description
An equation whose formatting follows the flow of text.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="inlineequation">
<xs:complexType mixed="true">
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:group ref="text"/>
<xs:element ref="mml:math"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/11)
mml:math
Type:
mml:math.type, complex content
XML Source (see within schema source)
<xs:element ref="mml:math"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set