xmlns:mml

MathML Namespace Declaration (MathML 名前空間宣言)

これは属性ではなく、名前空間疑似属性です。この値は、MathML 要素の接頭辞として用いられます。すべての名前空間接頭辞は URL に関連付けられていなければならず、接頭辞 “mml” には World Wide Web Consortium (W3C) MathML Tag Set の URL が割り当てられています。MathML 2.0 と MathML 3.0 に対して、同じ URL が設定されています。

次の要素に使用: <article>, <mml:math>

意味
http://www.w3.org/1998/Math/MathML接頭辞 “mml” は W3C MathML Tag Set の URL に設定され必要がある。
制限@xmlns:mml は文書で変更できない固定値。

用例


<article
  xmlns:mml="http://www.w3.org/1998/Math/MathML"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  article-type="research-article"
  dtd-version="1.1"
  specific-use="migrated"
  xml:lang="en">
<front>...</front>
<body>...</body>
<back>...</back>
</article>