ms#
Summary
- Description
-
Major section heading.
-
The variable
#
(1-3) represents the level of division.
-
- Syntax
-
-
USFM:
\ms#
content -
USX:
<para style="ms#">
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,"
]
}
]
}

-
USFM
-
USX
-
USJ
Example 4. Daniel 1.1 (GNT)
\id DAN
\c 1
\ms1 The Story of Daniel and His Friends
\mr (1.1—6.28)
\s The Young Men at Nebuchadnezzar's Court
\p
\v 1 In the third year that Jehoiakim was king of Judah, King Nebuchadnezzar
of Babylonia attacked Jerusalem and surrounded the city.
Example 5. Daniel 1.1 (GNT)
<usx version="3.1">
<book code="DAN" style="id"/>
<chapter number="1" style="c" sid="DAN 1"/>
<para style="ms1">The Story of Daniel and His Friends</para>
<para style="mr">(1.1—6.28)</para>
<para style="s">The Young Men at Nebuchadnezzar's Court</para>
<para style="p">
<verse number="1" style="v" sid="DAN 1:1"/>In the third year that Jehoiakim was
king of Judah, King Nebuchadnezzar of Babylonia attacked Jerusalem and
surrounded the city.<verse eid="DAN 1:1"/></para>
</usx>
Example 6. Daniel 1.1 (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "DAN",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "1",
"sid": "DAN 1"
},
{
"type": "para",
"marker": "ms1",
"content": ["The Story of Daniel and His Friends"]
},
{
"type": "para",
"marker": "mr",
"content": ["(1.1—6.28)"]
},
{
"type": "para",
"marker": "s",
"content": ["The Young Men at Nebuchadnezzar's Court"]
},
{
"type": "para",
"marker": "p",
"content": [
{
"type": "verse",
"marker": "v",
"number": "1",
"sid": "DAN 1:1"
},
"In the third year that Jehoiakim was king of Judah, King Nebuchadnezzar of Babylonia attacked Jerusalem and surrounded the city."
]
}
]
}
