element <highlight>
Namespace:
Type:
anonymous complexType
Content:
mixed, 1 attribute, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<highlight
    hlighttype
 = 
("strikethrough" | "monospace" | "border" | "bold" | "italic" | "uppercase" | "smallcap" | "underline" | "highlighting" | "lsize" | "ssize")
    >
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*
</highlight>
May contain elements (10):
May be included in elements (52):
Known Usage Locations
Annotation
Label
Highlight
Description
Action of highlighting a segment of text by modifying its visual attributes.
Examples
example 1
<para id="pa18">
    <blocktext> Nous allons parler du livre de J.R.R. Tolkien qui porte le nom suivant :
    <highlight hlighttype="italic">The Lord Of The Rings</highlight> ou, en français,
    <highlight hlighttype="italic">Le seigneur des anneaux</highlight>. </blocktext>
</para>
XML Source (w/o annotations (2); see within schema source)
<xs:element name="highlight">
<xs:complexType mixed="true">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="text"/>
<xs:attribute name="hlighttype" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="strikethrough"/>
<xs:enumeration value="monospace"/>
<xs:enumeration value="border"/>
<xs:enumeration value="bold"/>
<xs:enumeration value="italic"/>
<xs:enumeration value="uppercase"/>
<xs:enumeration value="smallcap"/>
<xs:enumeration value="underline"/>
<xs:enumeration value="highlighting"/>
<xs:enumeration value="lsize"/>
<xs:enumeration value="ssize"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/1)
hlighttype
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
required
Label
Highlight type
Description

Nature or kind if the highlight.

strikethrough
strikethrough
monospace
fixed-width characters
border
border
bold
bold
italic
italic
uppercase
uppercase
smallcap
small capital
underline
underline
highlighting
highlighting
lsize
large size
ssize
small size
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"strikethrough", "monospace", "border", "bold", "italic", "uppercase", "smallcap", "underline", "highlighting", "lsize", "ssize"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"strikethrough", "monospace", "border", "bold", "italic", "uppercase", "smallcap", "underline", "highlighting", "lsize", "ssize"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="hlighttype" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="strikethrough"/>
<xs:enumeration value="monospace"/>
<xs:enumeration value="border"/>
<xs:enumeration value="bold"/>
<xs:enumeration value="italic"/>
<xs:enumeration value="uppercase"/>
<xs:enumeration value="smallcap"/>
<xs:enumeration value="underline"/>
<xs:enumeration value="highlighting"/>
<xs:enumeration value="lsize"/>
<xs:enumeration value="ssize"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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