c
Summary
- Description
-
Chapter number.
- Syntax
-
-
USFM:
\c
number\ca
altnumber\ca*
(see: ca)-
\cp
pubnumber (see: cp)
-
-
USX:
<chapter style="c"
@number @altnumber @pubnumber @sid @eid/>
- number *
-
Chapter number
- altnumber
-
Chapter number for an alternate versification scheme.
- pubnumber
-
Published chapter character. The character(s) (number, letter, or both) which should be displayed in a published text, where it is different than the sequential chapter number used within the translation editing environment.
- sid *
-
Chapter start identifier. A standard book + chapter scripture reference. Book names must be a standard 3-character book identifier. Required at chapter start milestone.
-
Pattern:
[A-Z1-4]{3} ?[0-9]+
-
- eid *
-
Chapter end identifier. A standard book + chapter scripture reference. Book names must be a standard 3-character book identifier. Required at chapter end milestone.
-
Pattern:
[A-Z1-4]{3} ?[0-9]+
-
-
- Valid In
-
[Scripture]
>[ChapterContent]
- Added
-
1.0
Examples
-
USFM
-
USX
\io1 The last week in and near Jerusalem (21.1–27.66)
\io1 The resurrection and appearances of the Lord (28.1-20)
\c 1
\s1 The Ancestors of Jesus Christ
\r (Luke 3.23-38)
\p
\v 1 This is the list of the ancestors of Jesus Christ, a descendant of David,
who was a descendant of Abraham.
<para style="io1">The last week in and near Jerusalem (21.1–27.66)</para>
<para style="io1">The resurrection and appearances of the Lord (28.1-20)</para>
<chapter number="1" style="c" sid="MAT 1"/>
<para style="s1">The Ancestors of Jesus Christ</para>
<para style="r">(Luke 3.23-38)</para>
<para style="p">
<verse number="1" style="v" sid="MAT 1:1"/>This is the list of the ancestors of
Jesus Christ, a descendant of David, who was a descendant of Abraham.
<verse eid="MAT 1:1"/></para>
...
<chapter eid="MAT 1"/>
