<styled-content>
Styled Special (Subject) Content
Remarks
Attributes
Content Model
<!ELEMENT styled-content (#PCDATA %styled-content-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | address | alternatives | answer | answer-set | array | block-alternatives | boxed-text | chem-struct-wrap | code | explanation | fig | fig-group | graphic | media | preformat | question | question-wrap | question-wrap-group | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | inline-graphic | inline-media | private-char | chem-struct | inline-formula | def-list | list | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | disp-quote | speech | statement | verse-group)*
Description
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <answer> Answer to a Question
- <answer-set> Answer Set
- <array> Array (Simple Tabulation)
- <block-alternatives> Block-level Alternatives
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <explanation> Explanation
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <question> Question
- <question-wrap> Question Wrapper
- <question-wrap-group> Question Wrapper Group
- <supplementary-material> Supplementary Material Metadata
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <alternatives> Alternatives For Processing
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Emphasis Elements
- Inline Display Elements
- Inline Math Elements
- Lists
- Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
This element may be contained in:
Example 1
...
<body>
<p><styled-content
specific-use="print"
style-type="drop cap"
style="para-d2">D</styled-content>etecting pancreatic cancer
in its early stages is complicated by the non-specificity and
variety of its symptoms, many of which may go unnoticed or
be seen as indicia of other diseases or medical conditions.
Symptoms commonly occuring include upper abdominal pain
traversing to the back, weight loss, decreased appetite, and
jaundice. ...</p>
<sec>...</sec>
</body>
...
Example 2
...
<p><styled-content
specific-use="emphasis"
style-type="dot"
style-detail="open"
toggle="no">あいうえお</styled-content> ...</p>
...
Example 3
...
<p>While we know from the earlier analysis that these hens
formed a linear hierarchy and the rank of the individuals
within the hierarchy, we do not know any of the behavioural
details by which they formed the hierarchy or came to take
their places within it ...
<styled-content alt="" specific-use="background image">
<graphic xlink:href="images/1800-648-1.jpg"
position="background"/>
</styled-content></p>
...