dc

Summary

Description

Deuterocanonical content. The marked content is relevant for publications which include Deuterocanonlical (DC) books.

Syntax help
  • USFM: \dc content\dc*

  • USX: <char style="dc">content</char>

Style Type

Character

Valid In

[BookTitles], [BookIntroduction], [BookIntroductionEndTitles], [Section], [Para] (Body Paragraphs, Poetry), [List], [Table]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Hebrews 1.3 (Spanish DHE - footnote)
\id HEB
\p ...
\v 3 Él es el resplandor glorioso de Dios,\f c \fr 1.3: \fk Resplandor: \ft Cf.
Jn 1.4-9,14\dc ; también Sab 7.25-26, donde algo parecido se dice de la
sabiduría\dc*.\f* la imagen misma de lo que Dios es y el que sostiene todas
las cosas con su palabra poderosa. Después de limpiarnos de nuestros pecados,
se ha sentado en el cielo, a la derecha del trono de Dios,
\v 4 y ha llegado a ser superior a los ángeles, pues ha recibido en herencia un
título mucho más importante que el de ellos.
Example 2. Hebrews 1.3 (Spanish DHE - footnote)
<usx version="3.1">
  <book code="HEB" style="id"/>
  <para style="p">... <verse number="3" style="v" sid="HEB 1:3"/>Él es el resplandor
    glorioso de Dios,<note caller="c" style="f">
      <char style="fr" closed="false">1.3: </char>
      <char style="fk" closed="false">Resplandor: </char>
      <char style="ft" closed="false">Cf. Jn 1.4-9,14<char style="dc">; también Sab
    7.25-26, donde algo parecido se dice de la sabiduría</char>.</char>
    </note> la imagen misma de lo que Dios es y el que sostiene todas las cosas con
    su palabra poderosa. Después de limpiarnos de nuestros pecados, se ha sentado en el
    cielo, a la derecha del trono de Dios, <verse eid="HEB 1:3"/>
    <verse number="4" style="v" sid="HEB 1:4"/>y ha llegado a ser superior a los ángeles,
    pues ha recibido en herencia un título mucho más importante que el de ellos.
    <verse eid="HEB 1:4"/>...</para>
</usx>
Example 3. Hebrews 1.3 (Spanish DHE - footnote)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "HEB",
      "content": []
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        "...",
        {
          "type": "verse",
          "marker": "v",
          "number": "3",
          "sid": "HEB 1:3"
        },
        "Él es el resplandor glorioso de Dios,",
        {
          "type": "note",
          "marker": "f",
          "caller": "c",
          "content": [
            {
              "type": "char",
              "marker": "fr",
              "content": ["1.3:"]
            },
            {
              "type": "char",
              "marker": "fk",
              "content": ["Resplandor:"]
            },
            {
              "type": "char",
              "marker": "ft",
              "content": [
                "Cf. Jn 1.4-9,14",
                {
                  "type": "char",
                  "marker": "dc",
                  "content": [
                    "; también Sab 7.25-26, donde algo parecido se dice de la sabiduría"
                  ]
                },
                "."
              ]
            }
          ]
        },
        " la imagen misma de lo que Dios es y el que sostiene todas las cosas con su palabra poderosa. Después de limpiarnos de nuestros pecados, se ha sentado en el cielo, a la derecha del trono de Dios, ",
        {
          "type": "verse",
          "marker": "v",
          "number": "4",
          "sid": "HEB 1:4"
        },
        "y ha llegado a ser superior a los ángeles, pues ha recibido en herencia un título mucho más importante que el de ellos. ",
        "..."
      ]
    }
  ]
}
missing
  • USFM

  • USX

  • USJ

Example 4. Psalm 115.3-4 (GNT - cross references)
\id PSA
\c 115
\q1
\v 3 Our God is in heaven;
\q2 he does whatever he wishes.
\q1
\v 4 \x - \xo 115.4-8: \xt Ps 135.15-18; \dc Ltj Jr 4-73; \dc*\xt Rev
9.20.\x* Their gods are made of silver and gold,
\q2 formed by human hands.
Example 5. Psalm 115.3-4 (GNT - cross references)
<usx version="3.1">
  <book code="PSA" style="id"/>
  <para style="q1">
    <verse number="3" style="v" sid="PSA 115:3"/>Our God is in heaven;</para>
  <para style="q2" vid="PSA 115:3">he does whatever he wishes.
    <verse eid="PSA 115:3"/></para>
  <para style="q1">
    <verse number="4" style="v" sid="PSA 115:4"/>
    <note caller="-" style="x">
      <char style="xo" closed="false">115.4-8: </char>
      <char style="xt" closed="false">Ps 135.15-18;
        <char style="dc">Ltj Jr 4-73; </char></char>
      <char style="xt" closed="false">Rev 9.20.</char>
    </note> Their gods are made of silver and gold,</para>
  <para style="q2" vid="PSA 115:4">formed by human hands.<verse eid="PSA 115:4"/>
    </para>
</usx>
Example 6. Psalm 115.3-4 (GNT - cross references)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "PSA",
      "content": []
    },
    {
      "type": "para",
      "marker": "q1",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "3",
          "sid": "PSA 115:3"
        },
        "Our God is in heaven;"
      ]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["he does whatever he wishes."]
    },
    {
      "type": "para",
      "marker": "q1",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "4",
          "sid": "PSA 115:4"
        },
        {
          "type": "note",
          "marker": "x",
          "caller": "-",
          "content": [
            {
              "type": "char",
              "marker": "xo",
              "content": ["115.4-8:"]
            },
            {
              "type": "char",
              "marker": "xt",
              "content": [
                "Ps 135.15-18;",
                {
                  "type": "char",
                  "marker": "dc",
                  "content": ["Ltj Jr 4-73;"]
                }
              ]
            },
            {
              "type": "char",
              "marker": "xt",
              "content": ["Rev 9.20."]
            }
          ]
        },
        " Their gods are made of silver and gold,"
      ]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["formed by human hands."]
    }
  ]
}
missing
  • USFM

  • USX

  • USJ

Example 7. 1 Corinthians 15.51-52 (GNT - cross reference)
\id 1CO
\c 15
\p
\v 51-52 \x - \xo 15.51,52: \xt \dc 2Es 6.23; \dc*1Th 4.15-17.\x* Listen to
this secret truth: we shall not all die, but when the last trumpet sounds, we
shall all be changed in an instant, as quickly as the blinking of an eye. For
when the trumpet sounds, the dead will be raised, never to die again, and we
shall all be changed. ...
Example 8. 1 Corinthians 15.51-52 (GNT - cross reference)
<usx version="3.1">
  <book code="1CO" style="id"/>
  <para style="p">
    <verse number="51-52" style="v" sid="1CO 15:51-52"/>
    <note caller="-" style="x">
      <char style="xo" closed="false">15.51,52: </char>
      <char style="xt" closed="false">
        <char style="dc">2Es 6.23; </char>1Th 4.15-17.</char>
    </note> Listen to this secret truth: we shall not all die, but when the last
    trumpet sounds, we shall all be changed in an instant, as quickly as the
    blinking of an eye. For when the trumpet sounds, the dead will be raised,
    never to die again, and we shall all be changed.<verse eid="1CO 15:51-52"/>
    ...</para>
</usx>
Example 9. 1 Corinthians 15.51-52 (GNT - cross reference)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "1CO",
      "content": []
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "51-52",
          "sid": "1CO 15:51-52"
        },
        {
          "type": "note",
          "marker": "x",
          "caller": "-",
          "content": [
            {
              "type": "char",
              "marker": "xo",
              "content": ["15.51,52:"]
            },
            {
              "type": "char",
              "marker": "xt",
              "content": [
                {
                  "type": "char",
                  "marker": "dc",
                  "content": ["2Es 6.23;"]
                },
                "1Th 4.15-17."
              ]
            }
          ]
        },
        " Listen to this secret truth: we shall not all die, but when the last trumpet sounds, we shall all be changed in an instant, as quickly as the blinking of an eye. For when the trumpet sounds, the dead will be raised, never to die again, and we shall all be changed.",
        "..."
      ]
    }
  ]
}
missing

Properties

TextType

VerseText

TextProperties

publishable, vernacular

Publication Issues

Discussion