<statement>

Statement, Formal ((形式体系の) ステートメント)

ラベルなどで識別され、通常周囲のテキストから明確に区別される形で記された定理、補題、証明、前提条件、仮説、命題、推論またはその他の形式表現。

属性

コンテンツ・モデル

<!ELEMENT  statement    %statement-model;                            >

拡張コンテンツ・モデル

(label?, title?, (abstract)*, (kwd-group)*, (p | statement)+, (attrib | permissions)*)

記述方法

以下の順:

この要素は以下の要素内に含むことができます:

用例

<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>