element <blocktext>
Namespace:
Type:
anonymous complexType
Content:
mixed, 1 attribute, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<blocktext
    id
 = 
xs:ID
    >
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*
</blocktext>
May contain elements (10):
May be included in elements (44):
Known Usage Locations
Annotation
Label
Block of text
Description
A block of lines starting with an indentation (or sometimes the line itself). [...] Be sure not to leave any white space between blocks of text. [...] One or even two spaces can be inserted, but only to create a break in the statement. A set of blocks of text constitutes a paragraph (source: Benoît Patar, Dictionnaire actuel de l’art d’écrire. Fides. 1995).
Comments

Although a block of text is permitted outside a paragraph, its use in this context must be restricted to articles for which no paragraph numbering is needed, because inappropriate for the content (e.g. a play, a list of works received).

Examples
example 1
<para id="pa63">
    <blocktext>Deux accusés qui devaient comparaître mercredi matin se sont échappés
    du fourgon cellulaire en marche qui transportait 22 détenus au Palais de justice de Montréal.</blocktext>
    <ordlist numeration="decimal">…</ordlist>
</para>
example 2
<blockquote>
    <blocktext>Ceci est un bloc de citation dont la lecture est très intéressante, j’en conviens.</blocktext>
    <source>Charles Roy, <reference id="re1rb13" idref="rb13" reftype="biblioref"> 2001 </reference>,
    p12</source>
</blockquote>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="blocktext">
<xs:complexType mixed="true">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="text"/>
<xs:attributeGroup ref="id"/>
</xs:complexType>
</xs:element>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set