<statement> Statement, Formal

Theorem, Lemma, Proof, Postulate, Hypothesis, Proposition, Corollary, or other formal statement, identified as such with a label and usually made typographically distinct from the surrounding text.
Attributes

Base Attributes

Models and Context
May be contained in
Description
The following, in order:
Content Model
<!ELEMENT  statement    %statement-model;                            >
Expanded Content Model

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

Tagged Sample

Hypothesis

...
<sec>
 ...
 <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>
</sec>
...
Related Resources