ca
Summary
- Description
-
Alternate chapter number. This is required when 2 versification traditions are identified in the same text. Used for providing and marking the chapter number used in the alternate versification scheme.
- Syntax
-
-
USFM:
\c
number (see: c)\ca
altnumber\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
-
[Chapter]
- Added
-
1.0
Examples
-
USFM
-
USX
\c 54 \ca 53\ca*
\s1 A Prayer for Protection from Enemies
\d \va 1\va* A poem by David, \va 2\va* after the men from Ziph went to Saul and
told him that David was hiding in their territory.
\q1
\v 1 \va 3\va* Save me by your power, O God;
\q2 set me free by your might!
\q1
\v 2 \va 4\va* Hear my prayer, O God;
\q2 listen to my words!
<chapter number="54" style="c" altnumber="53" sid="PSA 54"/>
<para style="s1">A Prayer for Protection from Enemies</para>
<para style="d">
<char style="va">1</char> A poem by David, <char style="va">2</char> after the
men from Ziph went to Saul and told him that David was hiding in their
territory.</para>
<para style="q1">
<verse number="1" style="v" altnumber="3" sid="PSA 54:1"/> Save me by your
power, O God;</para>
<para style="q2" vid="PSA 54:1">set me free by your might!<verse eid="PSA 54:1"/>
</para>
<para style="q1">
<verse number="2" style="v" altnumber="4" sid="PSA 54:2"/> Hear my prayer, O
God;</para>
<para style="q2" vid="PSA 54:2">listen to my words!<verse eid="PSA 54:2"/></para>
