code-type
Type of Code (コード種別)
分類または説明としてのコードの種別。
次の要素に使用: <code>
値 | 意味 |
---|---|
文字、数字または特殊文字 | 典型的には、“pseudo-code” または “scripting” のように、コードが書かれた言語のタイプ (言語の名前ではない) を記述する "擬似コード"または "スクリプト"のような記述的な語。 |
制限 | @code-type は任意属性です; 既定値はありません。 |
用例
...
<code
code-type="user interface control"
language="C++"
language-version="11"
xml:space="preserve"
orientation="portrait"
position="anchor">
#include <conio.h>
#include<win_mous.cpp>
// Needed for mouse & win functions#define
...</code>
...