element <superscript>
Namespace:
Type:
Content:
mixed, 1 attribute, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<superscript
    specialprocessing
 = 
"yes"
    >
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*
</superscript>
May contain elements (10):
May be included in elements (52):
Known Usage Locations
Annotation
Label
Superscript
Description
Small character (or series of characters) placed above and generally to the right of a character.
Comments
This element should only be used when it is not a reference to a footnote or endnote. Otherwise, the use of the “reference” element combined with the “reftype” attribute’s value set to “note” is required.
Examples
example 1
<para id="pa36">
    <blocktext>Regardez l’équation mathématique suivante :</blocktext>
    <equation id="eq1">x<superscript>2</superscript>+y<superscript>3</superscript>=32</equation>
</para>
example 2
<para id="pa27">
    <blocktext> Voici un alinéa qui nous permettra de montrer l’utilisation de l’attribut
    “specialprocessing” sur l’superscript et l’indice dont voici la démonstration :
    1<superscript specialprocessing="yes">2</superscript>
    <subscript specialprocessing="yes">3</subscript>.</blocktext>
</para>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="superscript" type="textspecialprocessingtype">
</xs:element>

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