m:semantics

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
cd xs:NCName optional
class xs:NMTOKENS optional
definitionURL xs:anyURI optional
encoding xs:string optional
href xs:anyURI optional
id xs:ID optional
name xs:NCName optional
other optional
style xs:string optional
xref optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML'

Source

<xs:element name="semantics">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="m:ContExp"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="m:annotation"/>
        <xs:element ref="m:annotation-xml"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="m:semantics.attributes"/>
  </xs:complexType>
</xs:element>

Sample