<< Chapter < Page | Chapter >> Page > |
This module contains Connexions documentation which is out-of-date. The contents of this module are provided here for historical purposes only and should not be considered accurate for the current version of the Connexions website. The current (English-language) version of this module can be located at (External Link) . If you have any additional questions or cannot find the answer to your question, please contact techsupport@cnx.org and we will be happy to assist in any way we can.
If you would like to assist Connexions by helping us update this module with an appropriate translation from the current English version, please contact us at cnx@cnx.org as we would appreciate your help with improving our support for non-English-speaking users.
code
タグは、パラグラフ内にインラインテキストとしてか、ブロックテキストとして使用されます。どんなタグが含まれるかは
CNXML
Spec に相談してください。
code
タグには2種類の値が入る
type
属性があります。
inline
(ディフォルト) - インラインテキストの指定block
- ブロックテキストの指定<para id='copy'>In a unix terminal the command to copy a file is<code
type='inline'>cp original copy</code>.</para>
In a unix terminal the command to copy a file is
cp original copy
exercise
タグは作者に対して、彼らのドキュメントに練習問題を追加するタグを提供します。
exercise
タグは
id
属性(必須)と
problem
と
solution
の2つの子要素を持ちます。
problem
タグと
solution
タグは属性を持ちません。
多項選択式などの複雑な答えを作成するため、QML(Questions Markup Language)はproblemタグやsolutionタグのところで使用されるでしょう。詳しくは QML を見てください。
<exercise id='grilltest'><problem><para id='grilltestp1'>For food safety, a steak should be cooked to a minimum
temperature of what?</para></problem><solution><para id='sol1p1'>160° F or until the juices run clear and the meat is no
longer pink.</para></solution></exercise>
For food safety, a steak should be cooked to a minimum temperature of what?
160° F or until the juices run clear and the meat is no longer pink
CNXMLはCNXMLドキュメントにテーブルを含めるために、Industry Standardの CALS Table Model を使用しています。以下に示すのは、CALSタグ、それらの属性、そして子要素の簡単な解説です。より詳しい情報については、 CALS Table Spec に相談してください。
table
タグは表の始まりを示します。任意の子要素
name を持ち、1つ以上の
tgroup タグを持っています。tableタグはまた多くの属性を持っています。詳しくは
CALS Table
Spec に相談してください。
tgroup
タグは
table の始まりを示します。列数を表す必須の属性
cols
を持ちます。その子属性のタグは、0か1以上の
colspec か
spanspec と、0か1以上の
thead か
tfoot 、そして1つの
tbody タグです。
The
colspec
tag is an
empty tag that specificies the column of a
table or
entrytbl . The names and numbers
specified as attributes are used for referencing by othertags.
The
spanspec
tag is an empty tag that
identifies a horizontal span of columns and associatedattributes that can subsequently be referenced by its
spanname for repeated use in
entry or
entrytbl in different
rows .
thead
タグは
tgroup か
entrytbl のヘッダーの
row を特定します。
thead
タグは0か1以上の
colspec タグ、および1以上の
row を持つことができます。
tfoot
タグは、
tbody タグの後に表示されるフッター情報の
rows を特定します。
tfoot
タグは0か1以上の
colspec タグ、および1つ以上の
row を持つことができます。
tbody
タグは
tgroup か
entrytbl の中身を特定します。
tbody
タグには、1つ以上の
row タグがなければなりません。
row
タグは、
thead 、
tbody 、もしくは
tfoot の中の情報の行を特定します。
row
タグは1つ以上の
entry か
entrytbl がなければなりません。
entrytbl
タグは
entry の代理を行いますが、
tgroup の
tbody の
一行 に収まります。
The content model is thesame as that of a
tgroup except
that
tfoot is ommitted and
entrytbl
is self-excluding. Its children tags
are zero, one, or more
colspec or
spanspec , zero or one
thead or
tfoot , and one
tbody tag.
entry
タグは
row 内の入力を特定します。
entry
タグはASCIIを含んでおり、0か1以上の
cite 、
term 、
cnxn 、
link 、
code 、
emphasis もしくは
media を含んでいます。
少し複雑に聞こえるかもしれませんが、 [link] を見ることで表について理解できると思います。より詳しい情報は CALS Table Spec か CNXML Spec に相談してください。
<table id='grilltemp' frame='all'><name>Steak Cooking Temperatures</name><tgroup cols='2' colsep='1' rowsep='1'><thead><row><entry>Temperature (°F)</entry><entry>Description</entry></row></thead><tbody><row><entry align='center'>140</entry><entry align='center'>Rare</entry></row><row><entry align='center'>150</entry><entry align='center'>Medium Rare</entry></row><row><entry align='center'>160</entry><entry align='center'>Medium</entry></row><row><entry align='center'>165</entry><entry align='center'>Medium Well</entry></row><row><entry align='center'>170</entry><entry align='center'>Well</entry></row></tbody></tgroup></table>
Temperature (°F) | Description |
---|---|
140 | Rare |
150 | Medium Rare |
160 | Medium |
165 | Medium Well |
170 | Well |
これでCNXMLチュートリアルは終わりです。2つの役立つリソースは The CNXML Language Spec と the example document です。
Notification Switch
Would you like to follow the 'Connexions tutorial and reference (japanese version)' conversation and receive update notifications?