id
Summary
- Description
-
Scripture book identification.
- Syntax
-
-
USFM:
\id
code -
USX:
<book style="id"
@code>
content</book>
- code *
-
A standard 3-character scripture book identifier.
- content
-
Additional description (optional)
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Matthew (GNT)
\id MAT 41MATGNT92.SFM, Good News Translation, June 2003
Example 2. Matthew (GNT)
<usx>
<book code="MAT" style="id">41MATGNT92.SFM, Good News Translation, June 2003</book>
</usx>
Example 3. Matthew (GNT)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MAT",
"content": ["41MATGNT92.SFM, Good News Translation, June 2003"]
}
]
}
