db:equation.content

Element Group Information

Model

db:mediaobject+ | db:mathphrase+ | ANY element from namespace(s) 'http://www.w3.org/1998/Math/MathML'

Used By

Source

<xs:group name="equation.content">
  <xs:choice>
    <xs:choice>
      <xs:element ref="db:mediaobject" maxOccurs="unbounded"/>
      <xs:element ref="db:mathphrase" maxOccurs="unbounded"/>
    </xs:choice>
    <xs:any namespace="http://www.w3.org/1998/Math/MathML" processContents="lax"/>
  </xs:choice>
</xs:group>