<styled-content> Styled Special (Subject) Content
Usage/Remarks
Best Practice
Models and Context
May be contained in
Description
- Text, numbers, or special characters
- External Linking Elements
- <inline-supplementary-material> Inline Supplementary Material
- Related Material Elements
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <array> Array (Simple Tabular Array)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code Text
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <alternatives> Alternatives For Processing
- Standards Note and Example Elements
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Emphasis Elements
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Lists
- Math Elements
- Other Inline Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <tbx:entailedTerm> Entailed Term (TBX)
- <xref> X(cross) Reference
- Baseline Change Elements
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form For Poetry
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 | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | non-normative-note | normative-note | non-normative-example | normative-example | notes-group | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | inline-graphic | 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 | tbx:entailedTerm | xref | sub | sup | disp-quote | speech | statement | verse-group)*
Tagged Samples
To give formatting information
...
<front>
...
<sec sec-type="foreword">
<title>Foreword</title>
<p><styled-content style="text-align: center; padding-left: 6em;
padding-right:6em"><italic>(This foreword is not part of the proposed
standard NISO Z39.96-201x, JATS: Journal Article Tag Suite. It is
included for information only.)</italic></styled-content></p>
...
</sec>
</front>
...
To name colors
... <list-item> <p><strike><styled-content style="color" style-type="red">IEEE Std 802.1ad™ 2005, IEEE Standard for Local and Metropolitan lAi:rea Networks: Tirtual Bridged Local Area Networks Amendment 4: Provider Bridges.</styled-content></strike></p> </list-item> <list-item> <p><underline><styled-content style="color" style-type="blue">IEEE Std 802.1AE™, IEEE Standard for Local and Metropolitan Area Networks: Media Access Control (MAC) Security.</styled-content></underline></p> </list-item> ...