<statement>
Statement, Formal ((形式体系の) ステートメント)
ラベルなどで識別され、通常周囲のテキストから明確に区別される形で記された定理、補題、証明、前提条件、仮説、命題、推論またはその他の形式表現。
コンテンツ・モデル
<!ELEMENT statement %statement-model; >
拡張コンテンツ・モデル
(label?, title?, (abstract)*, (kwd-group)*, (p | statement)+, (attrib | permissions)*)
記述方法
以下の順:
- <label> ((等式、図、参考文献などの) ラベル)、ゼロまたは 1 個
- <title> (表題)、ゼロまたは 1 個
- <abstract> (抄録)、ゼロまたは 1 個以上
- <kwd-group> (キーワード・グループ)、ゼロまたは 1 個以上
- 以下の中から 1 個以上:
- 以下のあらゆる組合せ:
この要素は以下の要素内に含むことができます:
用例
<article dtd-version="1.1">
<front>...</front>
<body>...
<p>Industrial buyers categorise foreign countries
according to their level of technological achievement
and subsequently differentiate their perceptions of
these countries accordingly. ... The following
hypothesis is posited:
<statement><label>Hypothesis 1</label>
<p>Buyer preferences for companies are influenced
by factors extrinsic to the firm attributable to, and
determined by, country-of-origin effects.</p>
</statement>
</p>
...</body>
<back>...</back>
</article>