element <relationlist>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 attributes, 3 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 1 attribute and 3 elements
Used:
XML Representation Summary
<relationlist
    nbcol
 = 
xs:positiveInteger
    numeration
 = 
("other" | "decimal" | "ucaseletter" | "lcaseletter" | "ucaseroman" | "lcaseroman")
    symbol
 = 
xs:token
    type
 = 
xs:positiveInteger
    >
   
Content: 
(rlsourceh, rltargeth+)?, relationitem+
</relationlist>
May contain elements (3):
May be included in elements (37):
Known Usage Locations
Annotation
Label
Relation list
Description
List of paired items, whose relationship can be of any kind, two parts of text: the first part being the source, and the second part consisting of one or many targets.
Comments

We recommend that the use of this element should be limited to blocks of information that would otherwise be impossible to format. Otherwise, refrain from unnecessarily using this element, even if one or more relations are clearly indicated in the text.

If each relationship (source-target) is numbered, the numbering must be specified with the “numeration” attribute.

If each relationship (source-target) is rather preceded by a symbol, the character must be inserted in the “symbol” attribute.

If a list occurs within a list (embedded list), the second-level list must appear, as applicable, in the source (“rlsource”) or target (“rlcible”) of the first-level list following the content of that item, if applicable.

If the complexity of the relationships between the two parts of the text makes representation in a relation list impossible, a textual representation in table format (“tabtext”) inside an “example” element is prefered.

Examples
example 1
<relationlist type="4" numeration="lcaseletter">
    <relationitem>
        <rlsource>
            <blocktext><highlight hlighttype="underline">Se me le</highlight> perdió
            el pasaporte al niño.</blocktext>
        </rlsource>
        <rltarget>
            <blocktext>«Le passeport de mon enfant s’est perdu.»</blocktext>
        </rltarget>
    </relationitem>
    <relationitem>
        <rlsource>
        <blocktext>Nuestra hija, <highlight hlighttype="underline">te nos la</highlight>
            robaste.</blocktext>
        </rlsource>
        <rltarget>
            <blocktext>«Notre fille, tu nous l’as volée pour toi.»</blocktext>
        </rltarget>
    </relationitem>
    <relationitem>
        <rlsource>
        <blocktext><highlight hlighttype="underline">Te le</highlight> comiste el
        pan a Miguel, pero a mí no <highlight hlighttype="underline">te me lo</highlight>
            comas.</blocktext>
        </rlsource>
        <rltarget>
            <blocktext>«Tu lui a mangé son pain à Miguel, mais ne me mange pas
            le mien.»</blocktext>
        </rltarget>
    </relationitem>
</relationlist>
example 2
<relationlist type="1" symbole="▶">
    <relationitem>
        <rlsource>
            <blocktext>les watts</blocktext>
        </rlsource>
        <rltarget>
            <blocktext> [lεwat]</blocktext>
        </rltarget>
    </relationitem>
    <relationitem>
        <rlsource>
            <blocktext>les westerns</blocktext>
        </rlsource>
        <rltarget>
            <blocktext>[lεwεstεrn]</blocktext>
        </rltarget>
    </relationitem>
    <relationitem>
        <rlsource>
            <blocktext>les week-ends</blocktext>
        </rlsource>
        <rltarget>
            <blocktext>[lεwikεn]</blocktext>
         </rltarget>
    </relationitem>
</relationlist>
XML Source (w/o annotations (2); see within schema source)
<xs:element name="relationlist">
<xs:complexType>
<xs:sequence>
<xs:sequence minOccurs="0">
<xs:element ref="rlsourceh"/>
<xs:element maxOccurs="unbounded" ref="rltargeth"/>
</xs:sequence>
<xs:element maxOccurs="unbounded" ref="relationitem"/>
</xs:sequence>
<xs:attributeGroup ref="type"/>
<xs:attributeGroup ref="nbcol"/>
<xs:attribute name="symbol">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="numeration"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/4)
symbol
Type:
anonymous (restriction of xs:token)
Use:
optional
Label
Symbol
Description

Typographical sign that can be used before relation items to highlight them.

Attribute Value
xs:token
MaxLength:
1
Anonymous simpleType
Type Derivation Tree
xs:token
  simpleType (restriction)
Derivation:
restriction of xs:token
Facets:
maxLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="symbol">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Content Element Detail (defined in this component only; 3/3)
relationitem
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="relationitem"/>

rlsourceh
Type:
listitemtype, complex content
XML Source (see within schema source)
<xs:element ref="rlsourceh"/>

rltargeth
Type:
listitemtype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="rltargeth"/>

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