element <line>
Namespace:
Type:
anonymous complexType
Content:
mixed, 3 attributes, 11 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<line
    char
 = 
xs:normalizedString
    halign
 = 
("left" | "center" | "right" | "justify" | "char")
    valign
 = 
("top" | "middle" | "bottom" | "baseline")
    >
   
Content: 
{text} × (hspace | (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*)*
</line>
May contain elements (11):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Line
Description
Set of information on one line accurately representing someone’s statements, with not a single word changed; true to the text.
Examples
example 1
<blockquote>
    <verbatim verbtype="poem">
        <block halign="center">
            <line>Un bruit de soie plus lisse que le vent</line>
            <line>Passage de la lumière sur un paysage d'eau.</line>
        </block>
        <block>
            <line>L'éclat de midi efface ta forme devant moi</line>
            <line>Tu trembles et luis comme un miroir</line>
            <line>Tu m'offres le soleil à boire</line>
            <vspace dim="2em"/>
            <line><hspace dim="8ex"/>À même ton visage absent.</line>
        </block>
        <block>
            <line>Trop de lumière empêche de voir;</line>
            <line><hspace dim="18ex"/>l'un et l'autre torche blanche,</line>
            <line><hspace dim="36ex"/>grand vide de midi</line>
            <line>Se cherche à travers le feu et l'eau</line>
            <line><hspace dim="30ex"/>fumée.</line>
        </block>
    </verbatim>
    <source>…</source>
</blockquote>
example 2
<verbatim verbtype="program">
    <block>
        <line>if (!$commande) {</line>
        <line><hspace dim="4ex"/>&init;</line>
        <line>}</line>
        <line>elsif ($commande eq "l1") {</line>
        <line><hspace dim="4ex"/>&lire;</line>
        <line>}</line>
        <line>elsif ($commande eq "e1") {</line>
        <line><hspace dim="4ex"/>&editer;</line>
        <line>}</line>
        <line>elsif ($commande eq "m1") {</line>
        <line><hspace dim="4ex"/>&modifier;</line>
        <line>}</line>
        <line>else {</line>
        <line><hspace dim="4ex"/>&erreur("Paramètres invalides");</line>
        <line>}</line>
    </block>
</verbatim>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="line">
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="hspace"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="text"/>
</xs:choice>
<xs:attributeGroup ref="align"/>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/11)
hspace
Type:
spacingtype, empty content
XML Source (see within schema source)
<xs:element ref="hspace"/>

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