element <text>
Namespace:
Type:
anonymous complexType
Content:
mixed, 1 attribute, 13 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 1 attribute and 3 elements
Used:
XML Representation Summary
<text
    texttype
 = 
("free" | "ocr")
    >
   
Content: 
{text} × (segment+ | page+ | blocktext+ | (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*)
</text>
May contain elements (13):
May be included in elements (2):
Known Usage Locations
Annotation
Label
Text
Description
Substance of a work, apart from accessories and other possible portions. Can also apply to a portion of text entered as an image but whose content is retained for search purposes.
Comments

The entire text of the article, aside from the preliminary information that belongs in the introduction, goes into this element. This therefore includes sections normally inserted into the appended sections.

In the case of text scanned into an image (e.g., a table), the text is also inserted into this element.

Examples
example 1
<body>
    <text texttype="ocr">
        <blocktext>Ce genre de représailles1 est monnaie courante dans la bande de Gaza
        où les forces israéliennes punissent les familles des authors d'attentats, en détruisant
        tout simplement leur domicile. Dans ce cas-ci, les forces israéliennes justifient l'envergure
        de la destruction, en affirmant que même si seulement deux militants ont attaqué le
        poste de contrôle de Kerem Shalom, un petit village du sud du pays2.</blocktext>
        <blocktext>1. Voir entre autres : Esther Trépanier, Peinture et modernité au Québec
        1919-1939, Montréal, Éditions Nota bene, 1998 ; et Esther Trépanier et Yvan Lamonde
        (dir.), L’avènement de la modernité culturelle au Québec, Québec, Institut québécois de la
        recherche sur la culture, 1986. De même, le Centre Canadien d’Architecture a présenté en
        1998 une exposition intitulée “Montréal Métropole 1880-1930” qui a donné lieu à une
        publication sous la direction d’Isabelle Gournay et France Vanlaethem, Montréal Métropole,
        1880-1930, [Montréal], Centre Canadien d’Architecture, 1998. Enfin, à l’échelle internationale,
        il existe un courant similaire de révision du concept de modernité en architecture que
        l’ouvrage collectif Américanisme et modernité. L’idéal américain dans l’architecture, publié
        sous la direction de Jean-Louis Cohen et Hubert Damisch (Paris, Flammarion/HESS, 1993),
        illustre d’excellente façon.</blocktext>
        <blocktext>2. Le premier ascenseur à passagers aurait été installé par Otis Tufts de Boston
        en 1859, dans un hôtel à New York. Propulsé par une machine à vapeur, l’engrenage s’inspirait
        du système hélicoïdal de la vis. Il faut attendre 1866 pour que le premier ascenseur suspendu
        soit installé, lui aussi dans un hôtel new-yorkais. Dès la fin des années 1860, l’invention entraîne
        la multiplication des édifices de dix niveaux hors sol. Cf. Col. W. A. Starrett, Skyscrapers and the
        Men Who Build Them, New York/ Londres, Charles Scribner’s Sons, 1928, p. 21.</blocktext>
    </text>
</body>
example 2
<table id="ta7">
    <no>Table 7</no>
    <caption lang="en">
        <title>Responses divided across question types (figures in %)</title>
    </caption>
    <mediaobject float="block">
        <image id="im7" imagetype="table"/>
        <text texttype="ocr"> ADULTS CHILDREN Q-TYPE I WH+ESK F IS I
        FIS ARGUMENT (n=7) 44 1 52 3 0 84 16 ADJUNCT (n=18) 64 7 25 4 0
        98 2 COP./PRED. (n=4) 70 7 16 7 0 85 15 OTHER (n=3) 80 5 9 6 0
        89 11 </text>
    </mediaobject>
</table>
XML Source (w/o annotations (2); see within schema source)
<xs:element name="text">
<xs:complexType mixed="true">
<xs:choice>
<xs:element maxOccurs="unbounded" ref="segment"/>
<xs:element maxOccurs="unbounded" ref="page"/>
<xs:element maxOccurs="unbounded" ref="blocktext"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="text"/>
</xs:choice>
<xs:attribute name="texttype">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="free"/>
<xs:enumeration value="ocr"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/1)
texttype
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
optional
Label
Text type
Description

Nature or kind of the text.

ocr
optical character recognition
free
free text
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"free", "ocr"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"free", "ocr"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="texttype">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="free"/>
<xs:enumeration value="ocr"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Content Element Detail (defined in this component only; 3/13)
blocktext
Type:
anonymous, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="blocktext"/>

page
Type:
anonymous, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="page"/>

segment
Type:
anonymous, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="segment"/>

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