◇◆
<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
Multi-lang Attributes
Models and Context
May be contained in
<abstract>, <ack>, <answer>, <app>, <app-group>, <bio>, <body>, <boxed-text>, <disp-quote>, <explanation>, <fig>, <glossary>, <license-p>, <named-content>, <notes>, <option>, <p>, <question>, <question-preamble>, <ref-list>, <sec>, <statement>, <styled-content>, <supplementary-material>, <table-wrap>, <td>, <th>, <trans-abstract>
Description
The following, in order:
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <title> Title, zero or one
- <abstract> Abstract, zero or more
- <kwd-group> Keyword Group, zero or more
- <subj-group> Subject Group, zero or more
- One or more of any of:
- Any combination of:
- Ownership Elements
Content Model
<!ELEMENT statement %statement-model; >
Expanded Content Model
(label?, title?, (abstract)*, (kwd-group)*, (subj-group)*, (p | statement)+, (attrib | permissions)*)
Tagged Sample
Hypothesis
<article dtd-version="1.4">
<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>