Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 4 attributes, 3 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
|
Used: |
at 2 locations |
XML Representation Summary | |||||
<relationlist | |||||
nbcol | = |
xs:positiveInteger | |||
numeration | = |
("other" | "decimal" | "ucaseletter" | "lcaseletter" | "ucaseroman" | "lcaseroman") | |||
symbol | = |
xs:token | |||
type | = |
xs:positiveInteger | |||
> | |||||
|
|||||
</relationlist> |
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.
<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>
<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>
<xs:element name="relationlist"> <xs:complexType> <xs:sequence> <xs:sequence minOccurs="0"> </xs:sequence> </xs:sequence> <xs:simpleType> <xs:restriction base="xs:token"> <xs:maxLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
Type: |
|
Use: |
optional |
Typographical sign that can be used before relation items to highlight them.
xs:token |
MaxLength: |
1 |
Type Derivation Tree xs:token ![]() |
Derivation: |
restriction of xs:token |
|||
Facets: |
|
<xs:attribute name="symbol"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:maxLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
Type: |
anonymous, complex content |
<xs:element maxOccurs="unbounded" ref="relationitem"/> |
Type: |
listitemtype, complex content |
<xs:element ref="rlsourceh"/> |
Type: |
listitemtype, complex content |
<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 |