Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by

Table of Contents

Group by:

No namespace

Elements
Complex Types
Attributes
Main schema usfx-2009-07-12.xsd
Namespace No namespace
Properties
attribute form default: unqualified
element form default: qualified
[ top ]
Element usfx
Namespace No namespace
Annotations
XML representation of Unified Standard Format Markup Scripture files. This schema is intended for use with Holy Bible files only. This schema is copyright 2005-2006 EBT and SIL; released under the Gnu Lesser Public License or the Common Public License, as explained in LICENSING.txt.
Diagram
Diagram usfx.tmp#usfx_languageCode usfx.tmp#usfx_rem usfx.tmp#usfx_book
Properties
content: complex
mixed: true
Model languageCode{0,1} | rem* | book*
Children book, languageCode, rem
Instance
<usfx>
  <languageCode>{0,1}</languageCode>
  <rem>{0,unbounded}</rem>
  <book id="">{0,unbounded}</book>
</usfx>
Source
<xs:element name="usfx">
  <xs:annotation>
    <xs:documentation>XML representation of Unified Standard Format Markup Scripture files. This schema is intended for use with Holy Bible files only. This schema is copyright 2005-2006 EBT and SIL; released under the Gnu Lesser Public License or the Common Public License, as explained in LICENSING.txt.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="languageCode" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Three-letter Ethnologue code or two-letter ISO language code, optionally followed by a dialect indicator.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="rem" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Remark or comment, not for publication.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="book" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>This element contains one book of the Bible or optionally some front or back matter. The id attribute is for the three-letter code for this book of the Bible (or FRT for front matter and BAK for back matter).</xs:documentation>
        </xs:annotation>
        <xs:complexType mixed="true">
          <xs:sequence minOccurs="0">
            <xs:element name="id" minOccurs="0">
              <xs:annotation>
                <xs:documentation>From the \id marker line. The first three characters of the contents of this element MUST be the three-letter code for this book of the Bible (or FRT for front matter and BAK for back matter).</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="xs:string">
                    <xs:attribute name="id" type="xs:string" use="required"/>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:element name="ide" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Encoding of the corresponding USFM file. (Encoding of this XML file is given in the XML header.)</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="xs:string">
                    <xs:attribute name="charset" type="xs:string" use="optional"/>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
              <xs:element name="rem" type="xs:string" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>Remark or comment, not for publication, such as notes about translation status.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="h" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>Short book name for a running header, like "Matthew".</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:simpleContent>
                    <xs:extension base="xs:string">
                      <xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
                    </xs:extension>
                  </xs:simpleContent>
                </xs:complexType>
              </xs:element>
              <xs:element name="cl" type="xs:string" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>Chapter label, like "Chapter" or "Psalm" in the target language. If used like this, this label should be placed before any chapter start labels. If cl occurs after a chapter start tag, it is the exact text to display for that chapter's heading (i. e. for displaying a chapter number in words instead of numerals or for an alternate numbering system besides Arabic/Latin).</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="p" type="pType" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>The p element contains not only the \p marker's contents, but also every kind of paragraph and heading or title. If this is used for something other than \p, then the sfm attribute MUST be set to indicate which kind of paragraph, or heading is intended. Headings, and paragraphs are in the same group because they all correspond to paragraphs in a word processing document. This element includes \ps, \psi, and \nb. Note that some common paragraph elements (q, d, and s) could have been included in this element, too, but have their own element tags for convenience in manual editing of the XML.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="q" type="pType" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>Poetry line "paragraph"</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="mt" type="pType" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>The main title of a book of the Bible, such as "The Good News According to Matthew"</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="d" type="pType" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>Descriptive title of a Psalm (Hebrew title)</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="s" type="pType" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>Section heading (not part of the Scripture text).</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="sectionBoundary" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>This marker is a place to encode proposed markers such as \pub, \pref, \conc, \glo, \idx, \cov, \spine, \and environment markers.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:simpleContent>
                    <xs:extension base="xs:string">
                      <xs:attribute name="sfm" type="xs:string" use="required"/>
                      <xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
                    </xs:extension>
                  </xs:simpleContent>
                </xs:complexType>
              </xs:element>
              <xs:element name="b" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>Blank line between stanzas of poetry; not to be used before or after a section header. This element should be empty.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:simpleContent>
                    <xs:extension base="xs:string">
                      <xs:attribute name="sfm" type="xs:string" use="optional"/>
                      <xs:attribute name="style" type="xs:string" use="optional"/>
                    </xs:extension>
                  </xs:simpleContent>
                </xs:complexType>
              </xs:element>
              <xs:element name="generated" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>This element surrounds content generated from other elements. This tag and its contents is discarded when converting back to USFM.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:simpleContent>
                    <xs:extension base="xs:string"/>
                  </xs:simpleContent>
                </xs:complexType>
              </xs:element>
              <xs:element name="c" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>Chapter starting point. It contains the chapter number, possibly with a chapter name designator, NOT the whole chapter. The chapter number itself should be specified in the id attribute, and is used to generate the contents of the tag, if empty. If not empty, it may be used for the displayed form of the chapter designator in the vernacular language.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:simpleContent>
                    <xs:extension base="xs:string">
                      <xs:attribute name="id" type="xs:string" use="optional"/>
                    </xs:extension>
                  </xs:simpleContent>
                </xs:complexType>
              </xs:element>
              <xs:element maxOccurs="unbounded" minOccurs="0" name="cp" type="xs:string">
                <xs:annotation>
                  <xs:documentation>Published chapter number, like maybe XVI for chapter 16.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element maxOccurs="unbounded" minOccurs="0" name="ca" type="xs:string">
                <xs:annotation>
                  <xs:documentation>Alternate chapter designation for this chapter starting point. It contains the chapter number, possibly with a chapter name designator, NOT the whole chapter. The chapter number itself is in the contents of this element.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element maxOccurs="unbounded" minOccurs="0" name="toc">
                <xs:annotation>
                  <xs:documentation>Table of contents entry in the vernacular: level 1 = long title; level 2 = short title; level 3 = abbreviation</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:simpleContent>
                    <xs:extension base="xs:string">
                      <xs:attribute name="sfm" type="xs:string" use="optional"/>
                      <xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
                    </xs:extension>
                  </xs:simpleContent>
                </xs:complexType>
              </xs:element>
            </xs:choice>
          </xs:sequence>
          <xs:attribute name="id" type="xs:string" use="optional"/>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element usfx / languageCode
Namespace No namespace
Annotations
Three-letter Ethnologue code or two-letter ISO language code, optionally followed by a dialect indicator.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="languageCode" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Three-letter Ethnologue code or two-letter ISO language code, optionally followed by a dialect indicator.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element usfx / rem
Namespace No namespace
Annotations
Remark or comment, not for publication.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="rem" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Remark or comment, not for publication.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element usfx / book
Namespace No namespace
Annotations
This element contains one book of the Bible or optionally some front or back matter. The id attribute is for the three-letter code for this book of the Bible (or FRT for front matter and BAK for back matter).
Diagram
Diagram usfx.tmp#NO_NAMESPACE_usfx_usfx_book_id usfx.tmp#usfx_usfx_book_id usfx.tmp#usfx_usfx_book_ide usfx.tmp#usfx_usfx_book_rem usfx.tmp#usfx_usfx_book_h usfx.tmp#usfx_usfx_book_cl usfx.tmp#usfx_usfx_book_p usfx.tmp#usfx_usfx_book_q usfx.tmp#usfx_usfx_book_mt usfx.tmp#usfx_usfx_book_d usfx.tmp#usfx_usfx_book_s usfx.tmp#usfx_usfx_book_sectionBoundary usfx.tmp#usfx_usfx_book_b usfx.tmp#usfx_usfx_book_generated usfx.tmp#usfx_usfx_book_c usfx.tmp#usfx_usfx_book_cp usfx.tmp#usfx_usfx_book_ca usfx.tmp#usfx_usfx_book_toc
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model id{0,1} , ide{0,1} , (rem* | h* | cl* | p* | q* | mt* | d* | s* | sectionBoundary* | b* | generated* | c* | cp* | ca* | toc*)
Children b, c, ca, cl, cp, d, generated, h, id, ide, mt, p, q, rem, s, sectionBoundary, toc
Instance
<book id="">
  <id id="">{0,1}</id>
  <ide charset="">{0,1}</ide>
  <rem>{0,unbounded}</rem>
  <h level="">{0,unbounded}</h>
  <cl>{0,unbounded}</cl>
  <p level="" sfm="" style="">{0,unbounded}</p>
  <q level="" sfm="" style="">{0,unbounded}</q>
  <mt level="" sfm="" style="">{0,unbounded}</mt>
  <d level="" sfm="" style="">{0,unbounded}</d>
  <s level="" sfm="" style="">{0,unbounded}</s>
  <sectionBoundary level="" sfm="">{0,unbounded}</sectionBoundary>
  <b sfm="" style="">{0,unbounded}</b>
  <generated>{0,unbounded}</generated>
  <c id="">{0,unbounded}</c>
  <cp>{0,unbounded}</cp>
  <ca>{0,unbounded}</ca>
  <toc level="" sfm="">{0,unbounded}</toc>
</book>
Attributes
QName Type Fixed Default Use Annotation
id xs:string optional
Source
<xs:element name="book" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>This element contains one book of the Bible or optionally some front or back matter. The id attribute is for the three-letter code for this book of the Bible (or FRT for front matter and BAK for back matter).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:sequence minOccurs="0">
      <xs:element name="id" minOccurs="0">
        <xs:annotation>
          <xs:documentation>From the \id marker line. The first three characters of the contents of this element MUST be the three-letter code for this book of the Bible (or FRT for front matter and BAK for back matter).</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="id" type="xs:string" use="required"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="ide" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Encoding of the corresponding USFM file. (Encoding of this XML file is given in the XML header.)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="charset" type="xs:string" use="optional"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="rem" type="xs:string" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Remark or comment, not for publication, such as notes about translation status.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="h" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Short book name for a running header, like "Matthew".</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:string">
                <xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="cl" type="xs:string" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Chapter label, like "Chapter" or "Psalm" in the target language. If used like this, this label should be placed before any chapter start labels. If cl occurs after a chapter start tag, it is the exact text to display for that chapter's heading (i. e. for displaying a chapter number in words instead of numerals or for an alternate numbering system besides Arabic/Latin).</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="p" type="pType" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>The p element contains not only the \p marker's contents, but also every kind of paragraph and heading or title. If this is used for something other than \p, then the sfm attribute MUST be set to indicate which kind of paragraph, or heading is intended. Headings, and paragraphs are in the same group because they all correspond to paragraphs in a word processing document. This element includes \ps, \psi, and \nb. Note that some common paragraph elements (q, d, and s) could have been included in this element, too, but have their own element tags for convenience in manual editing of the XML.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="q" type="pType" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Poetry line "paragraph"</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="mt" type="pType" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>The main title of a book of the Bible, such as "The Good News According to Matthew"</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="d" type="pType" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Descriptive title of a Psalm (Hebrew title)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="s" type="pType" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Section heading (not part of the Scripture text).</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="sectionBoundary" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>This marker is a place to encode proposed markers such as \pub, \pref, \conc, \glo, \idx, \cov, \spine, \and environment markers.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:string">
                <xs:attribute name="sfm" type="xs:string" use="required"/>
                <xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="b" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Blank line between stanzas of poetry; not to be used before or after a section header. This element should be empty.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:string">
                <xs:attribute name="sfm" type="xs:string" use="optional"/>
                <xs:attribute name="style" type="xs:string" use="optional"/>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="generated" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>This element surrounds content generated from other elements. This tag and its contents is discarded when converting back to USFM.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:string"/>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="c" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Chapter starting point. It contains the chapter number, possibly with a chapter name designator, NOT the whole chapter. The chapter number itself should be specified in the id attribute, and is used to generate the contents of the tag, if empty. If not empty, it may be used for the displayed form of the chapter designator in the vernacular language.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:string">
                <xs:attribute name="id" type="xs:string" use="optional"/>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="cp" type="xs:string">
          <xs:annotation>
            <xs:documentation>Published chapter number, like maybe XVI for chapter 16.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="ca" type="xs:string">
          <xs:annotation>
            <xs:documentation>Alternate chapter designation for this chapter starting point. It contains the chapter number, possibly with a chapter name designator, NOT the whole chapter. The chapter number itself is in the contents of this element.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="toc">
          <xs:annotation>
            <xs:documentation>Table of contents entry in the vernacular: level 1 = long title; level 2 = short title; level 3 = abbreviation</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:string">
                <xs:attribute name="sfm" type="xs:string" use="optional"/>
                <xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="id" type="xs:string" use="optional"/>
  </xs:complexType>
</xs:element>
[ top ]
Element usfx / book / id
Namespace No namespace
Annotations
From the \id marker line. The first three characters of the contents of this element MUST be the three-letter code for this book of the Bible (or FRT for front matter and BAK for back matter).
Diagram
Diagram usfx.tmp#usfx_usfx_book_usfx_usfx_book_id_id
Type extension of xs:string
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
id xs:string required
Source
<xs:element name="id" minOccurs="0">
  <xs:annotation>
    <xs:documentation>From the \id marker line. The first three characters of the contents of this element MUST be the three-letter code for this book of the Bible (or FRT for front matter and BAK for back matter).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="id" type="xs:string" use="required"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element usfx / book / ide
Namespace No namespace
Annotations
Encoding of the corresponding USFM file. (Encoding of this XML file is given in the XML header.)
Diagram
Diagram usfx.tmp#usfx_usfx_book_usfx_usfx_book_ide_charset
Type extension of xs:string
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
charset xs:string optional
Source
<xs:element name="ide" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Encoding of the corresponding USFM file. (Encoding of this XML file is given in the XML header.)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="charset" type="xs:string" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element usfx / book / rem
Namespace No namespace
Annotations
Remark or comment, not for publication, such as notes about translation status.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="rem" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Remark or comment, not for publication, such as notes about translation status.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element usfx / book / h
Namespace No namespace
Annotations
Short book name for a running header, like "Matthew".
Diagram
Diagram usfx.tmp#usfx_usfx_book_usfx_usfx_book_h_level
Type extension of xs:string
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
level xs:unsignedByte optional
Source
<xs:element name="h" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Short book name for a running header, like "Matthew".</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element usfx / book / cl
Namespace No namespace
Annotations
Chapter label, like "Chapter" or "Psalm" in the target language. If used like this, this label should be placed before any chapter start labels. If cl occurs after a chapter start tag, it is the exact text to display for that chapter's heading (i. e. for displaying a chapter number in words instead of numerals or for an alternate numbering system besides Arabic/Latin).
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="cl" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Chapter label, like "Chapter" or "Psalm" in the target language. If used like this, this label should be placed before any chapter start labels. If cl occurs after a chapter start tag, it is the exact text to display for that chapter's heading (i. e. for displaying a chapter number in words instead of numerals or for an alternate numbering system besides Arabic/Latin).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element usfx / book / p
Namespace No namespace
Annotations
The p element contains not only the \p marker's contents, but also every kind of paragraph and heading or title. If this is used for something other than \p, then the sfm attribute MUST be set to indicate which kind of paragraph, or heading is intended. Headings, and paragraphs are in the same group because they all correspond to paragraphs in a word processing document. This element includes \ps, \psi, and \nb. Note that some common paragraph elements (q, d, and s) could have been included in this element, too, but have their own element tags for convenience in manual editing of the XML.
Diagram
Diagram usfx.tmp#pType_level usfx.tmp#pType_sfm usfx.tmp#pType_style usfx.tmp#pType_c usfx.tmp#pType_v usfx.tmp#pType_qt usfx.tmp#pType_nd usfx.tmp#pType_tl usfx.tmp#pType_milestone usfx.tmp#pType_ca usfx.tmp#pType_cp usfx.tmp#pType_va usfx.tmp#pType_vp usfx.tmp#pType_qs usfx.tmp#pType_qac usfx.tmp#pType_table usfx.tmp#pType_generated usfx.tmp#pType_f usfx.tmp#pType_fm usfx.tmp#pType_x usfx.tmp#pType_sls usfx.tmp#pType_dc usfx.tmp#pType_bk usfx.tmp#pType_pn usfx.tmp#pType_k usfx.tmp#pType_ord usfx.tmp#pType_add usfx.tmp#pType_sig usfx.tmp#pType_bd usfx.tmp#pType_it usfx.tmp#pType_bdit usfx.tmp#pType_sc usfx.tmp#pType_no usfx.tmp#pType_fig usfx.tmp#pType_ndx usfx.tmp#pType_w usfx.tmp#pType_wh usfx.tmp#pType_wg usfx.tmp#pType_wr usfx.tmp#pType_quoteStart usfx.tmp#pType_quoteRemind usfx.tmp#pType_quoteEnd usfx.tmp#pType_ior usfx.tmp#pType_wj usfx.tmp#pType_cs usfx.tmp#pType_fs usfx.tmp#pType_wtp usfx.tmp#pType_da usfx.tmp#pType_cl usfx.tmp#pType_optionalLineBreak usfx.tmp#pType
Type pType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model c* | v* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | fm* | x* | sls* | dc* | bk* | pn* | k* | ord* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak*
Children add, bd, bdit, bk, c, ca, cl, cp, cs, da, dc, f, fig, fm, fs, generated, ior, it, k, milestone, nd, ndx, no, optionalLineBreak, ord, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, sc, sig, sls, table, tl, v, va, vp, w, wg, wh, wj, wr, wtp, x
Instance
<p level="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v id="">{0,unbounded}</v>
  <qt level="" sfm="" style="">{0,unbounded}</qt>
  <nd>{0,unbounded}</nd>
  <tl level="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp>{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs>{0,unbounded}</qs>
  <qac>{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="">{0,unbounded}</f>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="">{0,unbounded}</x>
  <sls level="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" sfm="" style="">{0,unbounded}</dc>
  <bk>{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k>{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <add level="" sfm="" style="">{0,unbounded}</add>
  <sig>{0,unbounded}</sig>
  <bd>{0,unbounded}</bd>
  <it>{0,unbounded}</it>
  <bdit>{0,unbounded}</bdit>
  <sc>{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w>{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <quoteStart who="">{0,unbounded}</quoteStart>
  <quoteRemind>{0,unbounded}</quoteRemind>
  <quoteEnd>{0,unbounded}</quoteEnd>
  <ior>{0,unbounded}</ior>
  <wj level="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <cl>{0,unbounded}</cl>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
</p>
Attributes
QName Type Fixed Default Use Annotation
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="p" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The p element contains not only the \p marker's contents, but also every kind of paragraph and heading or title. If this is used for something other than \p, then the sfm attribute MUST be set to indicate which kind of paragraph, or heading is intended. Headings, and paragraphs are in the same group because they all correspond to paragraphs in a word processing document. This element includes \ps, \psi, and \nb. Note that some common paragraph elements (q, d, and s) could have been included in this element, too, but have their own element tags for convenience in manual editing of the XML.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / c
Namespace No namespace
Annotations
This element contains the chapter starting point MARKER, NOT the chapter itself. The chapter is assumed to end at the beginning of the next chapter or at the end of the book element. The marker is normally generated from the id attribute, overwriting whatever this element contained before.
Diagram
Diagram usfx.tmp#pType_pType_c_id
Type extension of xs:string
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
id xs:string required
Source
<xs:element name="c" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>This element contains the chapter starting point MARKER, NOT the chapter itself. The chapter is assumed to end at the beginning of the next chapter or at the end of the book element. The marker is normally generated from the id attribute, overwriting whatever this element contained before.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="id" type="xs:string" use="required"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / v
Namespace No namespace
Annotations
The v element contains the verse starting point, NOT the verse itself. The contents of this element are generated automatically from the id attribute, and may be just a verse number or verse range, possibly with formatting information (like bold and superscript).
Diagram
Diagram usfx.tmp#pType_pType_v_id
Type extension of xs:string
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
id xs:string optional
Source
<xs:element name="v" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The v element contains the verse starting point, NOT the verse itself. The contents of this element are generated automatically from the id attribute, and may be just a verse number or verse range, possibly with formatting information (like bold and superscript).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="id" type="xs:string"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / qt
Namespace No namespace
Annotations
Quoted text; Old Testament quotes in the New Testament or other quoted text, such as Jesus' direct quotes. The who attribute may be used to distinguish between these, but USFM makes no distinction. This markup may result in a different character formatting.
Diagram
Diagram usfx.tmp#pType_level usfx.tmp#pType_sfm usfx.tmp#pType_style usfx.tmp#pType_c usfx.tmp#pType_v usfx.tmp#pType_qt usfx.tmp#pType_nd usfx.tmp#pType_tl usfx.tmp#pType_milestone usfx.tmp#pType_ca usfx.tmp#pType_cp usfx.tmp#pType_va usfx.tmp#pType_vp usfx.tmp#pType_qs usfx.tmp#pType_qac usfx.tmp#pType_table usfx.tmp#pType_generated usfx.tmp#pType_f usfx.tmp#pType_fm usfx.tmp#pType_x usfx.tmp#pType_sls usfx.tmp#pType_dc usfx.tmp#pType_bk usfx.tmp#pType_pn usfx.tmp#pType_k usfx.tmp#pType_ord usfx.tmp#pType_add usfx.tmp#pType_sig usfx.tmp#pType_bd usfx.tmp#pType_it usfx.tmp#pType_bdit usfx.tmp#pType_sc usfx.tmp#pType_no usfx.tmp#pType_fig usfx.tmp#pType_ndx usfx.tmp#pType_w usfx.tmp#pType_wh usfx.tmp#pType_wg usfx.tmp#pType_wr usfx.tmp#pType_quoteStart usfx.tmp#pType_quoteRemind usfx.tmp#pType_quoteEnd usfx.tmp#pType_ior usfx.tmp#pType_wj usfx.tmp#pType_cs usfx.tmp#pType_fs usfx.tmp#pType_wtp usfx.tmp#pType_da usfx.tmp#pType_cl usfx.tmp#pType_optionalLineBreak usfx.tmp#pType
Type pType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model c* | v* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | fm* | x* | sls* | dc* | bk* | pn* | k* | ord* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak*
Children add, bd, bdit, bk, c, ca, cl, cp, cs, da, dc, f, fig, fm, fs, generated, ior, it, k, milestone, nd, ndx, no, optionalLineBreak, ord, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, sc, sig, sls, table, tl, v, va, vp, w, wg, wh, wj, wr, wtp, x
Instance
<qt level="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v id="">{0,unbounded}</v>
  <qt level="" sfm="" style="">{0,unbounded}</qt>
  <nd>{0,unbounded}</nd>
  <tl level="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp>{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs>{0,unbounded}</qs>
  <qac>{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="">{0,unbounded}</f>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="">{0,unbounded}</x>
  <sls level="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" sfm="" style="">{0,unbounded}</dc>
  <bk>{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k>{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <add level="" sfm="" style="">{0,unbounded}</add>
  <sig>{0,unbounded}</sig>
  <bd>{0,unbounded}</bd>
  <it>{0,unbounded}</it>
  <bdit>{0,unbounded}</bdit>
  <sc>{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w>{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <quoteStart who="">{0,unbounded}</quoteStart>
  <quoteRemind>{0,unbounded}</quoteRemind>
  <quoteEnd>{0,unbounded}</quoteEnd>
  <ior>{0,unbounded}</ior>
  <wj level="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <cl>{0,unbounded}</cl>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
</qt>
Attributes
QName Type Fixed Default Use Annotation
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="qt" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Quoted text; Old Testament quotes in the New Testament or other quoted text, such as Jesus' direct quotes. The who attribute may be used to distinguish between these, but USFM makes no distinction. This markup may result in a different character formatting.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / nd
Namespace No namespace
Annotations
Name of Diety: used only to mark God's proper name or a translation of this Name. This may result in special character formatting, such as small caps.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="nd" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Name of Diety: used only to mark God's proper name or a translation of this Name. This may result in special character formatting, such as small caps.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / tl
Namespace No namespace
Annotations
Transliterated or foreign words.
Diagram
Diagram usfx.tmp#pType_level usfx.tmp#pType_sfm usfx.tmp#pType_style usfx.tmp#pType_c usfx.tmp#pType_v usfx.tmp#pType_qt usfx.tmp#pType_nd usfx.tmp#pType_tl usfx.tmp#pType_milestone usfx.tmp#pType_ca usfx.tmp#pType_cp usfx.tmp#pType_va usfx.tmp#pType_vp usfx.tmp#pType_qs usfx.tmp#pType_qac usfx.tmp#pType_table usfx.tmp#pType_generated usfx.tmp#pType_f usfx.tmp#pType_fm usfx.tmp#pType_x usfx.tmp#pType_sls usfx.tmp#pType_dc usfx.tmp#pType_bk usfx.tmp#pType_pn usfx.tmp#pType_k usfx.tmp#pType_ord usfx.tmp#pType_add usfx.tmp#pType_sig usfx.tmp#pType_bd usfx.tmp#pType_it usfx.tmp#pType_bdit usfx.tmp#pType_sc usfx.tmp#pType_no usfx.tmp#pType_fig usfx.tmp#pType_ndx usfx.tmp#pType_w usfx.tmp#pType_wh usfx.tmp#pType_wg usfx.tmp#pType_wr usfx.tmp#pType_quoteStart usfx.tmp#pType_quoteRemind usfx.tmp#pType_quoteEnd usfx.tmp#pType_ior usfx.tmp#pType_wj usfx.tmp#pType_cs usfx.tmp#pType_fs usfx.tmp#pType_wtp usfx.tmp#pType_da usfx.tmp#pType_cl usfx.tmp#pType_optionalLineBreak usfx.tmp#pType
Type pType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model c* | v* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | fm* | x* | sls* | dc* | bk* | pn* | k* | ord* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak*
Children add, bd, bdit, bk, c, ca, cl, cp, cs, da, dc, f, fig, fm, fs, generated, ior, it, k, milestone, nd, ndx, no, optionalLineBreak, ord, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, sc, sig, sls, table, tl, v, va, vp, w, wg, wh, wj, wr, wtp, x
Instance
<tl level="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v id="">{0,unbounded}</v>
  <qt level="" sfm="" style="">{0,unbounded}</qt>
  <nd>{0,unbounded}</nd>
  <tl level="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp>{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs>{0,unbounded}</qs>
  <qac>{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="">{0,unbounded}</f>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="">{0,unbounded}</x>
  <sls level="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" sfm="" style="">{0,unbounded}</dc>
  <bk>{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k>{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <add level="" sfm="" style="">{0,unbounded}</add>
  <sig>{0,unbounded}</sig>
  <bd>{0,unbounded}</bd>
  <it>{0,unbounded}</it>
  <bdit>{0,unbounded}</bdit>
  <sc>{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w>{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <quoteStart who="">{0,unbounded}</quoteStart>
  <quoteRemind>{0,unbounded}</quoteRemind>
  <quoteEnd>{0,unbounded}</quoteEnd>
  <ior>{0,unbounded}</ior>
  <wj level="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <cl>{0,unbounded}</cl>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
</tl>
Attributes
QName Type Fixed Default Use Annotation
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="tl" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Transliterated or foreign words.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / milestone
Namespace No namespace
Annotations
This marker can be used to encode any standard format marker not corresponding to a specific element with its own name. This should only be used if there is no other suitable element to use for your application within this schema.
Diagram
Diagram usfx.tmp#pType_pType_milestone_sfm usfx.tmp#pType_pType_milestone_level usfx.tmp#pType_pType_milestone_attribute
Type extension of xs:string
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
attribute xs:string optional
level xs:unsignedByte optional
sfm xs:string required
Source
<xs:element name="milestone" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>This marker can be used to encode any standard format marker not corresponding to a specific element with its own name. This should only be used if there is no other suitable element to use for your application within this schema.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="sfm" type="xs:string" use="required"/>
        <xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
        <xs:attribute name="attribute" type="xs:string" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / ca
Namespace No namespace
Annotations
Alternate chapter numbering scheme chapter start marker
Diagram
Diagram usfx.tmp#pType_pType_ca_id
Type extension of xs:string
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
id xs:string required
Source
<xs:element name="ca" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Alternate chapter numbering scheme chapter start marker</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="id" type="xs:string" use="required"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / cp
Namespace No namespace
Annotations
Published chapter marker, which may be used to override the numeric marker generated from the c element.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="cp" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Published chapter marker, which may be used to override the numeric marker generated from the c element.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / va
Namespace No namespace
Annotations
Alternate verse number (starting point).
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="va" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Alternate verse number (starting point).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / vp
Namespace No namespace
Annotations
Published verse marker (starting point); overrides marker generated from v id attribute.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="vp" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Published verse marker (starting point); overrides marker generated from v id attribute.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / qs
Namespace No namespace
Annotations
Special marking for "Selah." in the target language. This may cause right alignment of this word or phrase in an otherwise left-aligned or fully justified paragraph, or may have no effect.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="qs" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Special marking for "Selah." in the target language. This may cause right alignment of this word or phrase in an otherwise left-aligned or fully justified paragraph, or may have no effect.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / qac
Namespace No namespace
Annotations
This is intended to mark the first character of a line of acrostic poetry, which may result in the letter being rendered in bold face or may have no effect.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="qac" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>This is intended to mark the first character of a line of acrostic poetry, which may result in the letter being rendered in bold face or may have no effect.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / table
Namespace No namespace
Annotations
Table (i. e. for tables of weights and measures in helps).
Diagram
Diagram usfx.tmp#pType_pType_table_tr
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model tr*
Children tr
Instance
<table>
  <tr>{0,unbounded}</tr>
</table>
Source
<xs:element name="table" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Table (i. e. for tables of weights and measures in helps).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="tr" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Row</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element name="th" type="pType" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Table column heading</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="thr" type="pType" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Table column heading, right aligned</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="tc" type="pType" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Table column entry within this row. The level attribute gives the position of the column.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="tcr" type="pType" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Table column entry, right justified. The level attribute gives the position of the column.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:choice>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / table / tr
Namespace No namespace
Annotations
Row
Diagram
Diagram usfx.tmp#pType_pType_table_pType_pType_table_tr_th usfx.tmp#pType_pType_table_pType_pType_table_tr_thr usfx.tmp#pType_pType_table_pType_pType_table_tr_tc usfx.tmp#pType_pType_table_pType_pType_table_tr_tcr
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model th* | thr* | tc* | tcr*
Children tc, tcr, th, thr
Instance
<tr>
  <th level="" sfm="" style="">{0,unbounded}</th>
  <thr level="" sfm="" style="">{0,unbounded}</thr>
  <tc level="" sfm="" style="">{0,unbounded}</tc>
  <tcr level="" sfm="" style="">{0,unbounded}</tcr>
</tr>
Source
<xs:element name="tr" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Row</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="th" type="pType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Table column heading</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="thr" type="pType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Table column heading, right aligned</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="tc" type="pType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Table column entry within this row. The level attribute gives the position of the column.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="tcr" type="pType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Table column entry, right justified. The level attribute gives the position of the column.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / table / tr / th
Namespace No namespace
Annotations
Table column heading
Diagram
Diagram usfx.tmp#pType_level usfx.tmp#pType_sfm usfx.tmp#pType_style usfx.tmp#pType_c usfx.tmp#pType_v usfx.tmp#pType_qt usfx.tmp#pType_nd usfx.tmp#pType_tl usfx.tmp#pType_milestone usfx.tmp#pType_ca usfx.tmp#pType_cp usfx.tmp#pType_va usfx.tmp#pType_vp usfx.tmp#pType_qs usfx.tmp#pType_qac usfx.tmp#pType_table usfx.tmp#pType_generated usfx.tmp#pType_f usfx.tmp#pType_fm usfx.tmp#pType_x usfx.tmp#pType_sls usfx.tmp#pType_dc usfx.tmp#pType_bk usfx.tmp#pType_pn usfx.tmp#pType_k usfx.tmp#pType_ord usfx.tmp#pType_add usfx.tmp#pType_sig usfx.tmp#pType_bd usfx.tmp#pType_it usfx.tmp#pType_bdit usfx.tmp#pType_sc usfx.tmp#pType_no usfx.tmp#pType_fig usfx.tmp#pType_ndx usfx.tmp#pType_w usfx.tmp#pType_wh usfx.tmp#pType_wg usfx.tmp#pType_wr usfx.tmp#pType_quoteStart usfx.tmp#pType_quoteRemind usfx.tmp#pType_quoteEnd usfx.tmp#pType_ior usfx.tmp#pType_wj usfx.tmp#pType_cs usfx.tmp#pType_fs usfx.tmp#pType_wtp usfx.tmp#pType_da usfx.tmp#pType_cl usfx.tmp#pType_optionalLineBreak usfx.tmp#pType
Type pType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model c* | v* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | fm* | x* | sls* | dc* | bk* | pn* | k* | ord* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak*
Children add, bd, bdit, bk, c, ca, cl, cp, cs, da, dc, f, fig, fm, fs, generated, ior, it, k, milestone, nd, ndx, no, optionalLineBreak, ord, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, sc, sig, sls, table, tl, v, va, vp, w, wg, wh, wj, wr, wtp, x
Instance
<th level="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v id="">{0,unbounded}</v>
  <qt level="" sfm="" style="">{0,unbounded}</qt>
  <nd>{0,unbounded}</nd>
  <tl level="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp>{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs>{0,unbounded}</qs>
  <qac>{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="">{0,unbounded}</f>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="">{0,unbounded}</x>
  <sls level="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" sfm="" style="">{0,unbounded}</dc>
  <bk>{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k>{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <add level="" sfm="" style="">{0,unbounded}</add>
  <sig>{0,unbounded}</sig>
  <bd>{0,unbounded}</bd>
  <it>{0,unbounded}</it>
  <bdit>{0,unbounded}</bdit>
  <sc>{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w>{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <quoteStart who="">{0,unbounded}</quoteStart>
  <quoteRemind>{0,unbounded}</quoteRemind>
  <quoteEnd>{0,unbounded}</quoteEnd>
  <ior>{0,unbounded}</ior>
  <wj level="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <cl>{0,unbounded}</cl>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
</th>
Attributes
QName Type Fixed Default Use Annotation
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="th" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Table column heading</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / generated
Namespace No namespace
Annotations
This element contains material that was automatically generated from another marker, such as drop cap actual implementation at the start of verse 1 from an earlier \c tag.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="generated" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>This element contains material that was automatically generated from another marker, such as drop cap actual implementation at the start of verse 1 from an earlier \c tag.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / f
Namespace No namespace
Annotations
Footnote
Diagram
Diagram usfx.tmp#pType_pType_f_caller usfx.tmp#pType_pType_f_sfm usfx.tmp#pType_pType_f_fr usfx.tmp#pType_pType_f_fk usfx.tmp#pType_pType_f_fq usfx.tmp#pType_pType_f_fqa usfx.tmp#pType_pType_f_fv usfx.tmp#pType_pType_f_ft usfx.tmp#pType_pType_f_fdc usfx.tmp#pType_pType_f_generated
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model fr* | fk* | fq* | fqa* | fv* | ft* | fdc* | generated*
Children fdc, fk, fq, fqa, fr, ft, fv, generated
Instance
<f caller="+" sfm="">
  <fr>{0,unbounded}</fr>
  <fk>{0,unbounded}</fk>
  <fq>{0,unbounded}</fq>
  <fqa>{0,unbounded}</fqa>
  <fv>{0,unbounded}</fv>
  <ft>{0,unbounded}</ft>
  <fdc>{0,unbounded}</fdc>
  <generated>{0,unbounded}</generated>
</f>
Attributes
QName Type Fixed Default Use Annotation
caller xs:string + optional
sfm xs:string optional
Source
<xs:element name="f" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Footnote</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="fr" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Footnote reference: the chapter and verse that this note refers to, to be printed (normally at the beginning of the note).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="fk" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Footnote keyword; the specified word(s) for which the footnote is being provided.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="fq" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Quotation from the Scripture text; the current and/or alternative translation of a portion of the Scripture.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="fqa" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Alternative translation (may be rendered differently than fq to distinguish between current and alternative readings, if desired).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="fv" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Footnote verse number; a verse number in the text of the footnote.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ft" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The actual text of the footnote. This is equivalent to text not enclosed in an element within f.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="fdc" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The text within this element is to be omitted in editions not containing the Deuterocanon.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="generated" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
    </xs:choice>
    <xs:attribute name="caller" type="xs:string" use="optional" default="+"/>
    <xs:attribute name="sfm" type="xs:string" use="optional"/>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / f / fr
Namespace No namespace
Annotations
Footnote reference: the chapter and verse that this note refers to, to be printed (normally at the beginning of the note).
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="fr" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Footnote reference: the chapter and verse that this note refers to, to be printed (normally at the beginning of the note).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / f / fk
Namespace No namespace
Annotations
Footnote keyword; the specified word(s) for which the footnote is being provided.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="fk" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Footnote keyword; the specified word(s) for which the footnote is being provided.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / f / fq
Namespace No namespace
Annotations
Quotation from the Scripture text; the current and/or alternative translation of a portion of the Scripture.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="fq" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Quotation from the Scripture text; the current and/or alternative translation of a portion of the Scripture.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / f / fqa
Namespace No namespace
Annotations
Alternative translation (may be rendered differently than fq to distinguish between current and alternative readings, if desired).
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="fqa" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Alternative translation (may be rendered differently than fq to distinguish between current and alternative readings, if desired).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / f / fv
Namespace No namespace
Annotations
Footnote verse number; a verse number in the text of the footnote.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="fv" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Footnote verse number; a verse number in the text of the footnote.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / f / ft
Namespace No namespace
Annotations
The actual text of the footnote. This is equivalent to text not enclosed in an element within f.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="ft" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The actual text of the footnote. This is equivalent to text not enclosed in an element within f.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / f / fdc
Namespace No namespace
Annotations
The text within this element is to be omitted in editions not containing the Deuterocanon.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="fdc" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The text within this element is to be omitted in editions not containing the Deuterocanon.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / f / generated
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="generated" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
[ top ]
Element pType / fm
Namespace No namespace
Annotations
Manually designated footnote mark -- NOT RECOMMENDED FOR USE.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="fm" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Manually designated footnote mark -- NOT RECOMMENDED FOR USE.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / x
Namespace No namespace
Annotations
Crossreference: a footnote used just to indicate a crossreference. It may be positioned differently than footnotes designated with f, and it may use different calling sequences than f does.
Diagram
Diagram usfx.tmp#pType_pType_x_caller usfx.tmp#pType_pType_x_sfm usfx.tmp#pType_pType_x_xo usfx.tmp#pType_pType_x_xk usfx.tmp#pType_pType_x_xq usfx.tmp#pType_pType_x_xt usfx.tmp#pType_pType_x_xdc usfx.tmp#pType_pType_x_generated
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model xo* | xk* | xq* | xt* | xdc* | generated*
Children generated, xdc, xk, xo, xq, xt
Instance
<x caller="+" sfm="">
  <xo>{0,unbounded}</xo>
  <xk>{0,unbounded}</xk>
  <xq>{0,unbounded}</xq>
  <xt>{0,unbounded}</xt>
  <xdc>{0,unbounded}</xdc>
  <generated>{0,unbounded}</generated>
</x>
Attributes
QName Type Fixed Default Use Annotation
caller xs:string + optional
sfm xs:string optional
Source
<xs:element name="x" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Crossreference: a footnote used just to indicate a crossreference. It may be positioned differently than footnotes designated with f, and it may use different calling sequences than f does.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="xo" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Cross reference origin; the chapter and verse location the target references refer to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="xk" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Cross reference keyword</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="xq" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Quotation from the Scripture text.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="xt" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Target references; a list of the target cross references for the origin reference.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="xdc" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Omit for editions not containing the Deuterocanon.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="generated" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
    </xs:choice>
    <xs:attribute name="caller" type="xs:string" use="optional" default="+"/>
    <xs:attribute name="sfm" type="xs:string" use="optional"/>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / x / xo
Namespace No namespace
Annotations
Cross reference origin; the chapter and verse location the target references refer to.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="xo" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Cross reference origin; the chapter and verse location the target references refer to.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / x / xk
Namespace No namespace
Annotations
Cross reference keyword
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="xk" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Cross reference keyword</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / x / xq
Namespace No namespace
Annotations
Quotation from the Scripture text.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="xq" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Quotation from the Scripture text.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / x / xt
Namespace No namespace
Annotations
Target references; a list of the target cross references for the origin reference.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="xt" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Target references; a list of the target cross references for the origin reference.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / x / xdc
Namespace No namespace
Annotations
Omit for editions not containing the Deuterocanon.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="xdc" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Omit for editions not containing the Deuterocanon.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / x / generated
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="generated" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
[ top ]
Element pType / sls
Namespace No namespace
Annotations
Passage of text based on a secondary language source. For example, places where the source text is in Aramaic and not Hebrew could be optionally rendered with a different type style.
Diagram
Diagram usfx.tmp#pType_level usfx.tmp#pType_sfm usfx.tmp#pType_style usfx.tmp#pType_c usfx.tmp#pType_v usfx.tmp#pType_qt usfx.tmp#pType_nd usfx.tmp#pType_tl usfx.tmp#pType_milestone usfx.tmp#pType_ca usfx.tmp#pType_cp usfx.tmp#pType_va usfx.tmp#pType_vp usfx.tmp#pType_qs usfx.tmp#pType_qac usfx.tmp#pType_table usfx.tmp#pType_generated usfx.tmp#pType_f usfx.tmp#pType_fm usfx.tmp#pType_x usfx.tmp#pType_sls usfx.tmp#pType_dc usfx.tmp#pType_bk usfx.tmp#pType_pn usfx.tmp#pType_k usfx.tmp#pType_ord usfx.tmp#pType_add usfx.tmp#pType_sig usfx.tmp#pType_bd usfx.tmp#pType_it usfx.tmp#pType_bdit usfx.tmp#pType_sc usfx.tmp#pType_no usfx.tmp#pType_fig usfx.tmp#pType_ndx usfx.tmp#pType_w usfx.tmp#pType_wh usfx.tmp#pType_wg usfx.tmp#pType_wr usfx.tmp#pType_quoteStart usfx.tmp#pType_quoteRemind usfx.tmp#pType_quoteEnd usfx.tmp#pType_ior usfx.tmp#pType_wj usfx.tmp#pType_cs usfx.tmp#pType_fs usfx.tmp#pType_wtp usfx.tmp#pType_da usfx.tmp#pType_cl usfx.tmp#pType_optionalLineBreak usfx.tmp#pType
Type pType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model c* | v* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | fm* | x* | sls* | dc* | bk* | pn* | k* | ord* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak*
Children add, bd, bdit, bk, c, ca, cl, cp, cs, da, dc, f, fig, fm, fs, generated, ior, it, k, milestone, nd, ndx, no, optionalLineBreak, ord, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, sc, sig, sls, table, tl, v, va, vp, w, wg, wh, wj, wr, wtp, x
Instance
<sls level="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v id="">{0,unbounded}</v>
  <qt level="" sfm="" style="">{0,unbounded}</qt>
  <nd>{0,unbounded}</nd>
  <tl level="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp>{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs>{0,unbounded}</qs>
  <qac>{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="">{0,unbounded}</f>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="">{0,unbounded}</x>
  <sls level="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" sfm="" style="">{0,unbounded}</dc>
  <bk>{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k>{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <add level="" sfm="" style="">{0,unbounded}</add>
  <sig>{0,unbounded}</sig>
  <bd>{0,unbounded}</bd>
  <it>{0,unbounded}</it>
  <bdit>{0,unbounded}</bdit>
  <sc>{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w>{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <quoteStart who="">{0,unbounded}</quoteStart>
  <quoteRemind>{0,unbounded}</quoteRemind>
  <quoteEnd>{0,unbounded}</quoteEnd>
  <ior>{0,unbounded}</ior>
  <wj level="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <cl>{0,unbounded}</cl>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
</sls>
Attributes
QName Type Fixed Default Use Annotation
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="sls" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Passage of text based on a secondary language source. For example, places where the source text is in Aramaic and not Hebrew could be optionally rendered with a different type style.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / dc
Namespace No namespace
Annotations
Omit in editions not containing the Deuterocanon. Deuterocanonical/LXX additions or insertions in the Protocanonical text. May optionally be rendered differently.
Diagram
Diagram usfx.tmp#pType_level usfx.tmp#pType_sfm usfx.tmp#pType_style usfx.tmp#pType_c usfx.tmp#pType_v usfx.tmp#pType_qt usfx.tmp#pType_nd usfx.tmp#pType_tl usfx.tmp#pType_milestone usfx.tmp#pType_ca usfx.tmp#pType_cp usfx.tmp#pType_va usfx.tmp#pType_vp usfx.tmp#pType_qs usfx.tmp#pType_qac usfx.tmp#pType_table usfx.tmp#pType_generated usfx.tmp#pType_f usfx.tmp#pType_fm usfx.tmp#pType_x usfx.tmp#pType_sls usfx.tmp#pType_dc usfx.tmp#pType_bk usfx.tmp#pType_pn usfx.tmp#pType_k usfx.tmp#pType_ord usfx.tmp#pType_add usfx.tmp#pType_sig usfx.tmp#pType_bd usfx.tmp#pType_it usfx.tmp#pType_bdit usfx.tmp#pType_sc usfx.tmp#pType_no usfx.tmp#pType_fig usfx.tmp#pType_ndx usfx.tmp#pType_w usfx.tmp#pType_wh usfx.tmp#pType_wg usfx.tmp#pType_wr usfx.tmp#pType_quoteStart usfx.tmp#pType_quoteRemind usfx.tmp#pType_quoteEnd usfx.tmp#pType_ior usfx.tmp#pType_wj usfx.tmp#pType_cs usfx.tmp#pType_fs usfx.tmp#pType_wtp usfx.tmp#pType_da usfx.tmp#pType_cl usfx.tmp#pType_optionalLineBreak usfx.tmp#pType
Type pType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model c* | v* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | fm* | x* | sls* | dc* | bk* | pn* | k* | ord* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak*
Children add, bd, bdit, bk, c, ca, cl, cp, cs, da, dc, f, fig, fm, fs, generated, ior, it, k, milestone, nd, ndx, no, optionalLineBreak, ord, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, sc, sig, sls, table, tl, v, va, vp, w, wg, wh, wj, wr, wtp, x
Instance
<dc level="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v id="">{0,unbounded}</v>
  <qt level="" sfm="" style="">{0,unbounded}</qt>
  <nd>{0,unbounded}</nd>
  <tl level="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp>{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs>{0,unbounded}</qs>
  <qac>{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="">{0,unbounded}</f>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="">{0,unbounded}</x>
  <sls level="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" sfm="" style="">{0,unbounded}</dc>
  <bk>{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k>{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <add level="" sfm="" style="">{0,unbounded}</add>
  <sig>{0,unbounded}</sig>
  <bd>{0,unbounded}</bd>
  <it>{0,unbounded}</it>
  <bdit>{0,unbounded}</bdit>
  <sc>{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w>{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <quoteStart who="">{0,unbounded}</quoteStart>
  <quoteRemind>{0,unbounded}</quoteRemind>
  <quoteEnd>{0,unbounded}</quoteEnd>
  <ior>{0,unbounded}</ior>
  <wj level="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <cl>{0,unbounded}</cl>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
</dc>
Attributes
QName Type Fixed Default Use Annotation
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="dc" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Omit in editions not containing the Deuterocanon. Deuterocanonical/LXX additions or insertions in the Protocanonical text. May optionally be rendered differently.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / bk
Namespace No namespace
Annotations
Quoted book title; may toggle italics setting in introductory material.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="bk" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Quoted book title; may toggle italics setting in introductory material.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / pn
Namespace No namespace
Annotations
Proper name; may map to a character style or be ignored.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="pn" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Proper name; may map to a character style or be ignored.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / k
Namespace No namespace
Annotations
Keyword-- may map to a character style or be ignored.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="k" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Keyword-- may map to a character style or be ignored.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / ord
Namespace No namespace
Annotations
Ordinal number ending; may be superscripted and underlined.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="ord" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Ordinal number ending; may be superscripted and underlined.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / add
Namespace No namespace
Annotations
Additional material; supplied words to make sense in a target language when the translation style is very literal. This would be used to mark the italics in the KJV, for example.
Diagram
Diagram usfx.tmp#pType_level usfx.tmp#pType_sfm usfx.tmp#pType_style usfx.tmp#pType_c usfx.tmp#pType_v usfx.tmp#pType_qt usfx.tmp#pType_nd usfx.tmp#pType_tl usfx.tmp#pType_milestone usfx.tmp#pType_ca usfx.tmp#pType_cp usfx.tmp#pType_va usfx.tmp#pType_vp usfx.tmp#pType_qs usfx.tmp#pType_qac usfx.tmp#pType_table usfx.tmp#pType_generated usfx.tmp#pType_f usfx.tmp#pType_fm usfx.tmp#pType_x usfx.tmp#pType_sls usfx.tmp#pType_dc usfx.tmp#pType_bk usfx.tmp#pType_pn usfx.tmp#pType_k usfx.tmp#pType_ord usfx.tmp#pType_add usfx.tmp#pType_sig usfx.tmp#pType_bd usfx.tmp#pType_it usfx.tmp#pType_bdit usfx.tmp#pType_sc usfx.tmp#pType_no usfx.tmp#pType_fig usfx.tmp#pType_ndx usfx.tmp#pType_w usfx.tmp#pType_wh usfx.tmp#pType_wg usfx.tmp#pType_wr usfx.tmp#pType_quoteStart usfx.tmp#pType_quoteRemind usfx.tmp#pType_quoteEnd usfx.tmp#pType_ior usfx.tmp#pType_wj usfx.tmp#pType_cs usfx.tmp#pType_fs usfx.tmp#pType_wtp usfx.tmp#pType_da usfx.tmp#pType_cl usfx.tmp#pType_optionalLineBreak usfx.tmp#pType
Type pType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model c* | v* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | fm* | x* | sls* | dc* | bk* | pn* | k* | ord* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak*
Children add, bd, bdit, bk, c, ca, cl, cp, cs, da, dc, f, fig, fm, fs, generated, ior, it, k, milestone, nd, ndx, no, optionalLineBreak, ord, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, sc, sig, sls, table, tl, v, va, vp, w, wg, wh, wj, wr, wtp, x
Instance
<add level="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v id="">{0,unbounded}</v>
  <qt level="" sfm="" style="">{0,unbounded}</qt>
  <nd>{0,unbounded}</nd>
  <tl level="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp>{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs>{0,unbounded}</qs>
  <qac>{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="">{0,unbounded}</f>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="">{0,unbounded}</x>
  <sls level="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" sfm="" style="">{0,unbounded}</dc>
  <bk>{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k>{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <add level="" sfm="" style="">{0,unbounded}</add>
  <sig>{0,unbounded}</sig>
  <bd>{0,unbounded}</bd>
  <it>{0,unbounded}</it>
  <bdit>{0,unbounded}</bdit>
  <sc>{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w>{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <quoteStart who="">{0,unbounded}</quoteStart>
  <quoteRemind>{0,unbounded}</quoteRemind>
  <quoteEnd>{0,unbounded}</quoteEnd>
  <ior>{0,unbounded}</ior>
  <wj level="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <cl>{0,unbounded}</cl>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
</add>
Attributes
QName Type Fixed Default Use Annotation
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="add" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Additional material; supplied words to make sense in a target language when the translation style is very literal. This would be used to mark the italics in the KJV, for example.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / sig
Namespace No namespace
Annotations
Signature of the author of an epistle, such as "Greetings from Paul." This may or may not be rendered differently.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="sig" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Signature of the author of an epistle, such as "Greetings from Paul." This may or may not be rendered differently.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / bd
Namespace No namespace
Annotations
Bold; not recommended for use.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="bd" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Bold; not recommended for use.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / it
Namespace No namespace
Annotations
Italic; not recommended for use.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="it" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Italic; not recommended for use.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / bdit
Namespace No namespace
Annotations
Bold Italic; not recommended for use. Note that character styles do not stack. Only one may apply at a time.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="bdit" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Bold Italic; not recommended for use. Note that character styles do not stack. Only one may apply at a time.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / sc
Namespace No namespace
Annotations
Smallcap text; not recommended for use. Use nd or other appropriate element instead.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="sc" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Smallcap text; not recommended for use. Use nd or other appropriate element instead.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / no
Namespace No namespace
Annotations
Normal text within other formatting: not recommended for use.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="no" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Normal text within other formatting: not recommended for use.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / fig
Namespace No namespace
Annotations
Figure suggestion for illustrations, figures, and maps. The subelements of this element must appear in the order given, as they appear in this order within one \fig ... \fig* container, separated with vertical bars (|).
Diagram
Diagram usfx.tmp#pType_pType_fig_description usfx.tmp#pType_pType_fig_catalog usfx.tmp#pType_pType_fig_size usfx.tmp#pType_pType_fig_location usfx.tmp#pType_pType_fig_copyright usfx.tmp#pType_pType_fig_caption usfx.tmp#pType_pType_fig_reference
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model description , catalog , size , location , copyright , caption , reference
Children caption, catalog, copyright, description, location, reference, size
Instance
<fig>
  <description>{1,1}</description>
  <catalog>{1,1}</catalog>
  <size>{1,1}</size>
  <location>{1,1}</location>
  <copyright>{1,1}</copyright>
  <caption>{1,1}</caption>
  <reference>{1,1}</reference>
</fig>
Source
<xs:element name="fig" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Figure suggestion for illustrations, figures, and maps. The subelements of this element must appear in the order given, as they appear in this order within one \fig ... \fig* container, separated with vertical bars (|).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:sequence>
      <xs:element name="description" type="xs:string">
        <xs:annotation>
          <xs:documentation>Picture description in English. This material does not show up on the printed page.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="catalog" type="xs:string">
        <xs:annotation>
          <xs:documentation>Picture catolog identification or file name. This material does not show up on the printed page.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="size" type="xs:string">
        <xs:annotation>
          <xs:documentation>Picture size for calculation only (not printed).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="location" type="xs:string">
        <xs:annotation>
          <xs:documentation>Picture location/range Book, chapter, and verse (not printed).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="copyright" type="xs:string">
        <xs:annotation>
          <xs:documentation>Picture copyright info (printed)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="caption" type="xs:string">
        <xs:annotation>
          <xs:documentation>Picture caption to be printed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="reference" type="xs:string">
        <xs:annotation>
          <xs:documentation>Picture reference (book, chapter, and verse) to be printed.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / fig / description
Namespace No namespace
Annotations
Picture description in English.  This material does not show up on the printed page.
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="description" type="xs:string">
  <xs:annotation>
    <xs:documentation>Picture description in English. This material does not show up on the printed page.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / fig / catalog
Namespace No namespace
Annotations
Picture catolog identification or file name. This material does not show up on the printed page.
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="catalog" type="xs:string">
  <xs:annotation>
    <xs:documentation>Picture catolog identification or file name. This material does not show up on the printed page.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / fig / size
Namespace No namespace
Annotations
Picture size for calculation only (not printed).
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="size" type="xs:string">
  <xs:annotation>
    <xs:documentation>Picture size for calculation only (not printed).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / fig / location
Namespace No namespace
Annotations
Picture location/range Book, chapter, and verse (not printed).
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="location" type="xs:string">
  <xs:annotation>
    <xs:documentation>Picture location/range Book, chapter, and verse (not printed).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / fig / copyright
Namespace No namespace
Annotations
Diagram
Type xs:string
Properties
Source
[ top ]
Element pType / fig / caption
Namespace No namespace
Annotations
Picture caption to be printed.
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="caption" type="xs:string">
  <xs:annotation>
    <xs:documentation>Picture caption to be printed.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / fig / reference
Namespace No namespace
Annotations
Picture reference (book, chapter, and verse) to be printed.
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="reference" type="xs:string">
  <xs:annotation>
    <xs:documentation>Picture reference (book, chapter, and verse) to be printed.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / ndx
Namespace No namespace
Annotations
Index entry-- not printed as part of the text.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="ndx" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Index entry-- not printed as part of the text.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / w
Namespace No namespace
Annotations
Word list entry-- not printed as part of the text.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="w" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Word list entry-- not printed as part of the text.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / wh
Namespace No namespace
Annotations
Hebrew word list entry-- not printed as part of the text.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="wh" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Hebrew word list entry-- not printed as part of the text.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / wg
Namespace No namespace
Annotations
Greek word list entry-- not printed as part of the text.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="wg" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Greek word list entry-- not printed as part of the text.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / wr
Namespace No namespace
Annotations
Worldlist/glossary/dictionary reference. This word is to appear in the word list.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="wr" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Worldlist/glossary/dictionary reference. This word is to appear in the word list.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / quoteStart
Namespace No namespace
Annotations
This element does not map to any USFM element directly, but its contents do. Its purpose is to facilitate conversion to/from OSIS, XSEM, or similar markup. This corresponds to an OSIS q element with an sID attribute, except that this element contains exactly the quotation punctuation intended by the translator, and which is copied directly into USFM text. It is used in combination with quoteEnd and quoteRemind. All conformant USFX readers are expected to simply use the contents of this element (normally a quotation mark) as part of the text, unless that reader is part of a process to generate or regenerate quotation marks from markup. When converting from OSIS or XSEM, it is the duty of the converting process to supply the correct quotation punctuation, if any, and put it in the contents of this element. When generating or regenerating quotation punctuation from markup, the existing contents of this element are discarded and replaced with the correct punctuation. If the who attribute is set to "Jesus" the import process may optionally generate \wj markup, as well.
Diagram
Diagram usfx.tmp#pType_pType_quoteStart_who
Type extension of xs:string
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
who xs:string optional
Source
<xs:element name="quoteStart" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>This element does not map to any USFM element directly, but its contents do. Its purpose is to facilitate conversion to/from OSIS, XSEM, or similar markup. This corresponds to an OSIS q element with an sID attribute, except that this element contains exactly the quotation punctuation intended by the translator, and which is copied directly into USFM text. It is used in combination with quoteEnd and quoteRemind. All conformant USFX readers are expected to simply use the contents of this element (normally a quotation mark) as part of the text, unless that reader is part of a process to generate or regenerate quotation marks from markup. When converting from OSIS or XSEM, it is the duty of the converting process to supply the correct quotation punctuation, if any, and put it in the contents of this element. When generating or regenerating quotation punctuation from markup, the existing contents of this element are discarded and replaced with the correct punctuation. If the who attribute is set to "Jesus" the import process may optionally generate \wj markup, as well.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="who" type="xs:string" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / quoteRemind
Namespace No namespace
Annotations
This element contains automatically generated open quote reminders at paragraph beginnings. It would normally be generated automatically from quoteStart and quoteEnd elements.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="quoteRemind" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>This element contains automatically generated open quote reminders at paragraph beginnings. It would normally be generated automatically from quoteStart and quoteEnd elements.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / quoteEnd
Namespace No namespace
Annotations
This element ends the most recent un-ended quotation started with quoteStart. This is not a USFM equivalent code, but exists to facilitate conversion to/from OSIS. See the comments for quoteStart for usage.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="quoteEnd" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>This element ends the most recent un-ended quotation started with quoteStart. This is not a USFM equivalent code, but exists to facilitate conversion to/from OSIS. See the comments for quoteStart for usage.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / ior
Namespace No namespace
Annotations
Introduction outline references range character style
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="ior" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Introduction outline references range character style</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / wj
Namespace No namespace
Annotations
Words of Jesus
Diagram
Diagram usfx.tmp#pType_level usfx.tmp#pType_sfm usfx.tmp#pType_style usfx.tmp#pType_c usfx.tmp#pType_v usfx.tmp#pType_qt usfx.tmp#pType_nd usfx.tmp#pType_tl usfx.tmp#pType_milestone usfx.tmp#pType_ca usfx.tmp#pType_cp usfx.tmp#pType_va usfx.tmp#pType_vp usfx.tmp#pType_qs usfx.tmp#pType_qac usfx.tmp#pType_table usfx.tmp#pType_generated usfx.tmp#pType_f usfx.tmp#pType_fm usfx.tmp#pType_x usfx.tmp#pType_sls usfx.tmp#pType_dc usfx.tmp#pType_bk usfx.tmp#pType_pn usfx.tmp#pType_k usfx.tmp#pType_ord usfx.tmp#pType_add usfx.tmp#pType_sig usfx.tmp#pType_bd usfx.tmp#pType_it usfx.tmp#pType_bdit usfx.tmp#pType_sc usfx.tmp#pType_no usfx.tmp#pType_fig usfx.tmp#pType_ndx usfx.tmp#pType_w usfx.tmp#pType_wh usfx.tmp#pType_wg usfx.tmp#pType_wr usfx.tmp#pType_quoteStart usfx.tmp#pType_quoteRemind usfx.tmp#pType_quoteEnd usfx.tmp#pType_ior usfx.tmp#pType_wj usfx.tmp#pType_cs usfx.tmp#pType_fs usfx.tmp#pType_wtp usfx.tmp#pType_da usfx.tmp#pType_cl usfx.tmp#pType_optionalLineBreak usfx.tmp#pType
Type pType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model c* | v* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | fm* | x* | sls* | dc* | bk* | pn* | k* | ord* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak*
Children add, bd, bdit, bk, c, ca, cl, cp, cs, da, dc, f, fig, fm, fs, generated, ior, it, k, milestone, nd, ndx, no, optionalLineBreak, ord, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, sc, sig, sls, table, tl, v, va, vp, w, wg, wh, wj, wr, wtp, x
Instance
<wj level="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v id="">{0,unbounded}</v>
  <qt level="" sfm="" style="">{0,unbounded}</qt>
  <nd>{0,unbounded}</nd>
  <tl level="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp>{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs>{0,unbounded}</qs>
  <qac>{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="">{0,unbounded}</f>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="">{0,unbounded}</x>
  <sls level="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" sfm="" style="">{0,unbounded}</dc>
  <bk>{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k>{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <add level="" sfm="" style="">{0,unbounded}</add>
  <sig>{0,unbounded}</sig>
  <bd>{0,unbounded}</bd>
  <it>{0,unbounded}</it>
  <bdit>{0,unbounded}</bdit>
  <sc>{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w>{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <quoteStart who="">{0,unbounded}</quoteStart>
  <quoteRemind>{0,unbounded}</quoteRemind>
  <quoteEnd>{0,unbounded}</quoteEnd>
  <ior>{0,unbounded}</ior>
  <wj level="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <cl>{0,unbounded}</cl>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
</wj>
Attributes
QName Type Fixed Default Use Annotation
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="wj" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Words of Jesus</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / cs
Namespace No namespace
Annotations
Character style
Diagram
Diagram usfx.tmp#pType_level usfx.tmp#pType_sfm usfx.tmp#pType_style usfx.tmp#pType_c usfx.tmp#pType_v usfx.tmp#pType_qt usfx.tmp#pType_nd usfx.tmp#pType_tl usfx.tmp#pType_milestone usfx.tmp#pType_ca usfx.tmp#pType_cp usfx.tmp#pType_va usfx.tmp#pType_vp usfx.tmp#pType_qs usfx.tmp#pType_qac usfx.tmp#pType_table usfx.tmp#pType_generated usfx.tmp#pType_f usfx.tmp#pType_fm usfx.tmp#pType_x usfx.tmp#pType_sls usfx.tmp#pType_dc usfx.tmp#pType_bk usfx.tmp#pType_pn usfx.tmp#pType_k usfx.tmp#pType_ord usfx.tmp#pType_add usfx.tmp#pType_sig usfx.tmp#pType_bd usfx.tmp#pType_it usfx.tmp#pType_bdit usfx.tmp#pType_sc usfx.tmp#pType_no usfx.tmp#pType_fig usfx.tmp#pType_ndx usfx.tmp#pType_w usfx.tmp#pType_wh usfx.tmp#pType_wg usfx.tmp#pType_wr usfx.tmp#pType_quoteStart usfx.tmp#pType_quoteRemind usfx.tmp#pType_quoteEnd usfx.tmp#pType_ior usfx.tmp#pType_wj usfx.tmp#pType_cs usfx.tmp#pType_fs usfx.tmp#pType_wtp usfx.tmp#pType_da usfx.tmp#pType_cl usfx.tmp#pType_optionalLineBreak usfx.tmp#pType
Type pType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model c* | v* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | fm* | x* | sls* | dc* | bk* | pn* | k* | ord* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak*
Children add, bd, bdit, bk, c, ca, cl, cp, cs, da, dc, f, fig, fm, fs, generated, ior, it, k, milestone, nd, ndx, no, optionalLineBreak, ord, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, sc, sig, sls, table, tl, v, va, vp, w, wg, wh, wj, wr, wtp, x
Instance
<cs level="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v id="">{0,unbounded}</v>
  <qt level="" sfm="" style="">{0,unbounded}</qt>
  <nd>{0,unbounded}</nd>
  <tl level="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp>{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs>{0,unbounded}</qs>
  <qac>{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="">{0,unbounded}</f>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="">{0,unbounded}</x>
  <sls level="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" sfm="" style="">{0,unbounded}</dc>
  <bk>{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k>{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <add level="" sfm="" style="">{0,unbounded}</add>
  <sig>{0,unbounded}</sig>
  <bd>{0,unbounded}</bd>
  <it>{0,unbounded}</it>
  <bdit>{0,unbounded}</bdit>
  <sc>{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w>{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <quoteStart who="">{0,unbounded}</quoteStart>
  <quoteRemind>{0,unbounded}</quoteRemind>
  <quoteEnd>{0,unbounded}</quoteEnd>
  <ior>{0,unbounded}</ior>
  <wj level="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <cl>{0,unbounded}</cl>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
</cs>
Attributes
QName Type Fixed Default Use Annotation
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="cs" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Character style</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / fs
Namespace No namespace
Annotations
Footnote hyperlink start-- not part of USFM, but equivalent to the GBF RB tag.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="fs" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Footnote hyperlink start-- not part of USFM, but equivalent to the GBF RB tag.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / wtp
Namespace No namespace
Annotations
This is a milestone (normally empty) element that indicates that the previous word (usually "you" or a verb with an implied "you") is addressed to more than one person. Not in USFM. Equivalent to GBF WTP.
Diagram
Diagram usfx.tmp#pType_pType_wtp_sfm
Type extension of xs:string
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
sfm xs:string optional
Source
<xs:element name="wtp" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>This is a milestone (normally empty) element that indicates that the previous word (usually "you" or a verb with an implied "you") is addressed to more than one person. Not in USFM. Equivalent to GBF WTP.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="sfm" type="xs:string" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / da
Namespace No namespace
Annotations
Milestone marker to indicate that the immediately previously mentioned person (name or pronoun) is being addressed directly (first person). Used for some semiautomatic translation applications. Not in USFM; equivalent to GBF WTf.
Diagram
Diagram usfx.tmp#pType_pType_da_sfm
Type extension of xs:string
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
sfm xs:string optional
Source
<xs:element name="da" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Milestone marker to indicate that the immediately previously mentioned person (name or pronoun) is being addressed directly (first person). Used for some semiautomatic translation applications. Not in USFM; equivalent to GBF WTf.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="sfm" type="xs:string" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element pType / cl
Namespace No namespace
Annotations
Chapter label, like "Chapter" or "Psalm" in the target language. If used, this label should be placed before any chapter start labels.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="cl" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Chapter label, like "Chapter" or "Psalm" in the target language. If used, this label should be placed before any chapter start labels.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / optionalLineBreak
Namespace No namespace
Annotations
Discretionary, optional line break (for a preferred place to break a line in a title, heading, or poetry line). This is the exact equivalent of the USFM "//" mark, and should be inserted as a milestone with no content.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
fixed: //
Source
<xs:element fixed="//" maxOccurs="unbounded" minOccurs="0" name="optionalLineBreak" type="xs:string">
  <xs:annotation>
    <xs:documentation>Discretionary, optional line break (for a preferred place to break a line in a title, heading, or poetry line). This is the exact equivalent of the USFM "//" mark, and should be inserted as a milestone with no content.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / table / tr / thr
Namespace No namespace
Annotations
Table column heading, right aligned
Diagram
Diagram usfx.tmp#pType_level usfx.tmp#pType_sfm usfx.tmp#pType_style usfx.tmp#pType_c usfx.tmp#pType_v usfx.tmp#pType_qt usfx.tmp#pType_nd usfx.tmp#pType_tl usfx.tmp#pType_milestone usfx.tmp#pType_ca usfx.tmp#pType_cp usfx.tmp#pType_va usfx.tmp#pType_vp usfx.tmp#pType_qs usfx.tmp#pType_qac usfx.tmp#pType_table usfx.tmp#pType_generated usfx.tmp#pType_f usfx.tmp#pType_fm usfx.tmp#pType_x usfx.tmp#pType_sls usfx.tmp#pType_dc usfx.tmp#pType_bk usfx.tmp#pType_pn usfx.tmp#pType_k usfx.tmp#pType_ord usfx.tmp#pType_add usfx.tmp#pType_sig usfx.tmp#pType_bd usfx.tmp#pType_it usfx.tmp#pType_bdit usfx.tmp#pType_sc usfx.tmp#pType_no usfx.tmp#pType_fig usfx.tmp#pType_ndx usfx.tmp#pType_w usfx.tmp#pType_wh usfx.tmp#pType_wg usfx.tmp#pType_wr usfx.tmp#pType_quoteStart usfx.tmp#pType_quoteRemind usfx.tmp#pType_quoteEnd usfx.tmp#pType_ior usfx.tmp#pType_wj usfx.tmp#pType_cs usfx.tmp#pType_fs usfx.tmp#pType_wtp usfx.tmp#pType_da usfx.tmp#pType_cl usfx.tmp#pType_optionalLineBreak usfx.tmp#pType
Type pType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model c* | v* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | fm* | x* | sls* | dc* | bk* | pn* | k* | ord* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak*
Children add, bd, bdit, bk, c, ca, cl, cp, cs, da, dc, f, fig, fm, fs, generated, ior, it, k, milestone, nd, ndx, no, optionalLineBreak, ord, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, sc, sig, sls, table, tl, v, va, vp, w, wg, wh, wj, wr, wtp, x
Instance
<thr level="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v id="">{0,unbounded}</v>
  <qt level="" sfm="" style="">{0,unbounded}</qt>
  <nd>{0,unbounded}</nd>
  <tl level="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp>{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs>{0,unbounded}</qs>
  <qac>{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="">{0,unbounded}</f>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="">{0,unbounded}</x>
  <sls level="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" sfm="" style="">{0,unbounded}</dc>
  <bk>{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k>{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <add level="" sfm="" style="">{0,unbounded}</add>
  <sig>{0,unbounded}</sig>
  <bd>{0,unbounded}</bd>
  <it>{0,unbounded}</it>
  <bdit>{0,unbounded}</bdit>
  <sc>{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w>{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <quoteStart who="">{0,unbounded}</quoteStart>
  <quoteRemind>{0,unbounded}</quoteRemind>
  <quoteEnd>{0,unbounded}</quoteEnd>
  <ior>{0,unbounded}</ior>
  <wj level="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <cl>{0,unbounded}</cl>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
</thr>
Attributes
QName Type Fixed Default Use Annotation
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="thr" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Table column heading, right aligned</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element pType / table / tr / tc
Namespace No namespace
Annotations
Table column entry within this row. The level attribute gives the position of the column.
Diagram
Diagram