<boxed-text> Boxed Text
Usage/Remarks
When Content is a Form
- @is-form can indicate that the text box contains a form. What constitutes a “form” is not defined by NISO STS.
- @form-type can identify the type of the form. If the form is not one of the listed types, @custom-type may provide the type (see below).
Custom Form Type (@custom-type)
<boxed-text is-form="form" form-type="custom" custom-type="template">...</boxed-text>
Attributes
Models and Context
May be contained in
Description
- <object-id> Object Identifier, zero or more
- <sec-meta> Section Metadata, zero or one
- <label> Label of a Figure, Reference, Etc., zero or one
- <caption> Caption of a Figure, Table, Etc., zero or one
- <legend> Legend, zero or more
- Any combination of:
- 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 Block
- <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
- <editing-instruction> Editing Instruction
- Lists
- Math Elements
- <p> Paragraph
- Related Material Elements
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form For Poetry
- Section Back Matter Elements
- Paragraph-level Display Elements
- Optionally, the following sequence (in order):
- One or more of any of:
- Any combination of:
- Section Back Matter Elements
- Standards Note and Example Elements
- Any combination of:
- Ownership Elements
Content Model
<!ELEMENT boxed-text %boxed-text-model; >
Expanded Content Model
((object-id)*, sec-meta?, label?, (caption)?, (legend)*, (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 | editing-instruction | def-list | list | tex-math | mml:math | p | related-article | related-object | disp-quote | speech | statement | verse-group | fn-group | glossary | ref-list)*, ((sec | term-sec)+, (fn-group | glossary | ref-list | non-normative-note | normative-note | non-normative-example | normative-example | notes-group)*)?, (attrib | permissions)*)
Tagged Sample
Excerpt of MIL-STD-967 showing use of boxed text to illustrate two alternative notes
... <p>... without updating the existing inactive for new design notice. When an inactive for new design document is revised or a change issued, one of the following notes shall appear in a box beneath the document title, as applicable: <boxed-text> <p>This document is inactive for new design.</p> </boxed-text> <boxed-text> <p>This document is inactive for new design. Refer to (fill in document identifier) for new designs.</p> </boxed-text> </p> ...