mr
Summary
- Description
-
Major section reference range. References added under a major section heading to indicate the scope of the section.
-
See also: sr
-
- Syntax
-
-
USFM:
\mr
content -
USX:
<para style="mr">
content</para>
-
- Style Type
- Valid In
-
[ChapterContent]
>[Section]
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Psalm 1 (Book 1 division) (GNT)
\id PSA
\c 1
\ms1 Book One
\mr (Psalms 1–41)
\s True Happiness
\q1
\v 1 Happy are those
\q2 who reject the advice of evil people,
Example 2. Psalm 1 (Book 1 division) (GNT)
<usx version="3.1">
<book code="PSA" style="id"/>
<chapter number="1" style="c" sid="PSA 1"/>
<para style="ms1">Book One</para>
<para style="mr">(Psalms 1–41)</para>
<para style="s">True Happiness</para>
<para style="q1">
<verse number="1" style="v" sid="PSA 1:1"/>Happy are those</para>
<para style="q2" vid="PSA 1:1">who reject the advice of evil people,
<verse eid="PSA 1:1"/></para>
</usx>
Example 3. Psalm 1 (Book 1 division) (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "PSA",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "1",
"sid": "PSA 1"
},
{
"type": "para",
"marker": "ms1",
"content": ["Book One"]
},
{
"type": "para",
"marker": "mr",
"content": ["(Psalms 1–41)"]
},
{
"type": "para",
"marker": "s",
"content": ["True Happiness"]
},
{
"type": "para",
"marker": "q1",
"content": [
{
"type": "verse",
"marker": "v",
"number": "1",
"sid": "PSA 1:1"
},
"Happy are those"
]
},
{
"type": "para",
"marker": "q2",
"content": ["who reject the advice of evil people,"]
}
]
}
