Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema usfx.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
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
Diagramusfx_xsd.tmp#usfx_languageCodeusfx_xsd.tmp#usfx_remusfx_xsd.tmp#usfx_bookusfx_xsd.tmp#usfx_ide
Properties
content complex
mixed true
Model
Children book, ide, languageCode, rem
Instance
<usfx>
  <languageCode>{0,1}</languageCode>
  <rem>{0,unbounded}</rem>
  <book id="">{0,unbounded}</book>
  <ide charset="">{0,1}</ide>
</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 maxOccurs="1" minOccurs="0" name="usfm" type="xs:string" form="qualified">
              <xs:annotation>
                <xs:documentation>Optional USFM version. Normally this is only present in files sourced from USFM/USX version 3.0 or later.</xs:documentation>
              </xs:annotation>
            </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="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" type="styledString">
                <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:element>
              <xs:element maxOccurs="unbounded" minOccurs="0" name="toca" type="styledString">
                <xs:annotation>
                  <xs:documentation>Table of contents entry in an alternate language or language of wider communication: level 1 = long title; level 2 = short title; level 3 = abbreviation</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element maxOccurs="unbounded" minOccurs="0" name="milestone">
                <xs:complexType>
                  <xs:simpleContent>
                    <xs:extension base="xs:string">
                      <xs:attribute ref="sfm" use="required"/>
                      <xs:attribute ref="level"/>
                      <xs:attribute name="attribute" type="xs:string"/>
                    </xs:extension>
                  </xs:simpleContent>
                </xs:complexType>
              </xs:element>
              <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>
              <xs:element maxOccurs="unbounded" minOccurs="0" name="periph" type="xs:string"/>
              <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" use="required"/>
                      <xs:attribute name="bcv">
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d][\p{Lu}][\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
                          </xs:restriction>
                        </xs:simpleType>
                      </xs:attribute>
                      <xs:attribute name="vp" type="xs:string"/>
                    </xs:extension>
                  </xs:simpleContent>
                </xs:complexType>
              </xs:element>
              <xs:element name="ve" type="xs:string" maxOccurs="unbounded" minOccurs="0">
                <xs:annotation>
                  <xs:documentation>ve is used as a milestone element marking the end of a verse. Content, if any, is treated as a comment. It should be placed just after the last of the canonical text of a verse, but before any subtitles or headers associated with the next verse.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="cp" 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="required"/>
                    </xs:extension>
                  </xs:simpleContent>
                </xs:complexType>
              </xs:element>
              <xs:element name="f" minOccurs="0" maxOccurs="unbounded" type="noteContents">
                <xs:annotation>
                  <xs:documentation>Footnote</xs:documentation>
                </xs:annotation>
              </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:element maxOccurs="unbounded" minOccurs="0" name="qd" type="pType">
                <xs:annotation>
                  <xs:documentation>Canonical Hebrew notation, like canonical title, but after the poem.</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:choice>
          </xs:sequence>
          <xs:attribute name="id" type="xs:string" use="optional"/>
        </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>
  </xs:complexType>
</xs:element>
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>
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>
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
Diagramusfx_xsd.tmp#NO_NAMESPACE_usfx_usfx_book_idusfx_xsd.tmp#usfx_usfx_book_idusfx_xsd.tmp#usfx_usfx_book_usfmusfx_xsd.tmp#usfx_usfx_book_remusfx_xsd.tmp#usfx_usfx_book_husfx_xsd.tmp#usfx_usfx_book_clusfx_xsd.tmp#usfx_usfx_book_pusfx_xsd.tmp#usfx_usfx_book_qusfx_xsd.tmp#usfx_usfx_book_mtusfx_xsd.tmp#usfx_usfx_book_dusfx_xsd.tmp#usfx_usfx_book_susfx_xsd.tmp#usfx_usfx_book_sectionBoundaryusfx_xsd.tmp#usfx_usfx_book_busfx_xsd.tmp#usfx_usfx_book_generatedusfx_xsd.tmp#usfx_usfx_book_cusfx_xsd.tmp#usfx_usfx_book_causfx_xsd.tmp#usfx_usfx_book_tocusfx_xsd.tmp#usfx_usfx_book_tocausfx_xsd.tmp#usfx_usfx_book_milestoneusfx_xsd.tmp#usfx_usfx_book_tableusfx_xsd.tmp#usfx_usfx_book_periphusfx_xsd.tmp#usfx_usfx_book_vusfx_xsd.tmp#usfx_usfx_book_veusfx_xsd.tmp#usfx_usfx_book_cpusfx_xsd.tmp#usfx_usfx_book_fusfx_xsd.tmp#usfx_usfx_book_ideusfx_xsd.tmp#usfx_usfx_book_qd
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
Children b, c, ca, cl, cp, d, f, generated, h, id, ide, milestone, mt, p, periph, q, qd, rem, s, sectionBoundary, table, toc, toca, usfm, v, ve
Instance
<book id="">
  <id id="">{0,1}</id>
  <usfm>{0,1}</usfm>
  <rem>{0,unbounded}</rem>
  <h level="">{0,unbounded}</h>
  <cl>{0,unbounded}</cl>
  <p level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</p>
  <q level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</q>
  <mt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</mt>
  <d level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</d>
  <s level="" link-href="" link-id="" link-title="" 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>
  <ca>{0,unbounded}</ca>
  <toc level="" sfm="" style="">{0,unbounded}</toc>
  <toca level="" sfm="" style="">{0,unbounded}</toca>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <table>{0,unbounded}</table>
  <periph>{0,unbounded}</periph>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <cp id="">{0,unbounded}</cp>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ide charset="">{0,1}</ide>
  <qd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qd>
</book>
Attributes
QName Type Use
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 maxOccurs="1" minOccurs="0" name="usfm" type="xs:string" form="qualified">
        <xs:annotation>
          <xs:documentation>Optional USFM version. Normally this is only present in files sourced from USFM/USX version 3.0 or later.</xs:documentation>
        </xs:annotation>
      </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="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" type="styledString">
          <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:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="toca" type="styledString">
          <xs:annotation>
            <xs:documentation>Table of contents entry in an alternate language or language of wider communication: level 1 = long title; level 2 = short title; level 3 = abbreviation</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="milestone">
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:string">
                <xs:attribute ref="sfm" use="required"/>
                <xs:attribute ref="level"/>
                <xs:attribute name="attribute" type="xs:string"/>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <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>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="periph" type="xs:string"/>
        <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" use="required"/>
                <xs:attribute name="bcv">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d][\p{Lu}][\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
                    </xs:restriction>
                  </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="vp" type="xs:string"/>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="ve" type="xs:string" maxOccurs="unbounded" minOccurs="0">
          <xs:annotation>
            <xs:documentation>ve is used as a milestone element marking the end of a verse. Content, if any, is treated as a comment. It should be placed just after the last of the canonical text of a verse, but before any subtitles or headers associated with the next verse.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="cp" 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="required"/>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="f" minOccurs="0" maxOccurs="unbounded" type="noteContents">
          <xs:annotation>
            <xs:documentation>Footnote</xs:documentation>
          </xs:annotation>
        </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:element maxOccurs="unbounded" minOccurs="0" name="qd" type="pType">
          <xs:annotation>
            <xs:documentation>Canonical Hebrew notation, like canonical title, but after the poem.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="id" type="xs:string" use="optional"/>
  </xs:complexType>
</xs:element>
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
Diagramusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_id_id
Type extension of xs:string
Properties
content complex
minOccurs 0
Attributes
QName Type Use
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>
Element usfx / book / usfm
Namespace No namespace
Annotations
Optional USFM version. Normally this is only present in files sourced from USFM/USX version 3.0 or later.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element maxOccurs="1" minOccurs="0" name="usfm" type="xs:string" form="qualified">
  <xs:annotation>
    <xs:documentation>Optional USFM version. Normally this is only present in files sourced from USFM/USX version 3.0 or later.</xs:documentation>
  </xs:annotation>
</xs:element>
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>
Element usfx / book / h
Namespace No namespace
Annotations
Short book name for a running header, like "Matthew".
Diagram
Diagramusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_h_level
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
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>
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>
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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<p level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</p>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
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
Diagramusfx_xsd.tmp#pType_pType_c_id
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
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>
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
Diagramusfx_xsd.tmp#pType_pType_v_idusfx_xsd.tmp#pType_pType_v_bcvusfx_xsd.tmp#pType_pType_v_vp
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
bcv restriction of xs:string optional
id xs:string required
vp 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" use="required"/>
        <xs:attribute name="bcv">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="vp" type="xs:string"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element pType / ve
Namespace No namespace
Annotations
ve is used as a milestone element marking the end of a verse. Content, if any, is treated as a comment. It should be placed just after the last of the canonical text of a verse, but before any subtitles or headers associated with the next verse.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="ve" type="xs:string" maxOccurs="unbounded" minOccurs="0">
  <xs:annotation>
    <xs:documentation>ve is used as a milestone element marking the end of a verse. Content, if any, is treated as a comment. It should be placed just after the last of the canonical text of a verse, but before any subtitles or headers associated with the next verse.</xs:documentation>
  </xs:annotation>
</xs:element>
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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<qt level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</qt>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<nd level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</nd>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="nd" type="pType" 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>
Element pType / tl
Namespace No namespace
Annotations
Transliterated or foreign words.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<tl level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</tl>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
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
Diagramusfx_xsd.tmp#pType_pType_milestone_sfmusfx_xsd.tmp#pType_pType_milestone_levelusfx_xsd.tmp#pType_pType_milestone_attribute
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
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>
Element pType / ca
Namespace No namespace
Annotations
Alternate chapter numbering scheme chapter start marker
Diagram
Diagramusfx_xsd.tmp#pType_pType_ca_id
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
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>
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
Diagramusfx_xsd.tmp#pType_pType_cp_id
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
id xs:string required
Source
<xs:element name="cp" 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: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>
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>
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>
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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<qs level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</qs>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="qs" type="pType" 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>
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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<qac level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</qac>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="qac" type="pType" 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>
Element pType / table
Namespace No namespace
Annotations
Table (i. e. for tables of weights and measures in helps).
Diagram
Diagramusfx_xsd.tmp#pType_pType_table_tr
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
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>
Element pType / table / tr
Namespace No namespace
Annotations
Row
Diagram
Diagramusfx_xsd.tmp#pType_pType_table_pType_pType_table_tr_thusfx_xsd.tmp#pType_pType_table_pType_pType_table_tr_thrusfx_xsd.tmp#pType_pType_table_pType_pType_table_tr_tcusfx_xsd.tmp#pType_pType_table_pType_pType_table_tr_tcr
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tc, tcr, th, thr
Instance
<tr>
  <th level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</th>
  <thr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</thr>
  <tc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tc>
  <tcr level="" link-href="" link-id="" link-title="" 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>
Element pType / table / tr / th
Namespace No namespace
Annotations
Table column heading
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<th level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</th>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
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>
Element pType / f
Namespace No namespace
Annotations
Footnote
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<f caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</f>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element name="f" minOccurs="0" maxOccurs="unbounded" type="noteContents">
  <xs:annotation>
    <xs:documentation>Footnote</xs:documentation>
  </xs:annotation>
</xs:element>
Element noteContents / ref
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#refType_srcusfx_xsd.tmp#refType_tgtusfx_xsd.tmp#refType_webusfx_xsd.tmp#refType_link-hrefusfx_xsd.tmp#refType_link-idusfx_xsd.tmp#refType_link-titleusfx_xsd.tmp#refType
Type refType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
Attributes
QName Type Use
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
src restriction of verseID optional
tgt restriction of verseID optional
web xs:anyURI optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="ref" type="refType"/>
Element noteContents / nd
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<nd caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</nd>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="nd" type="noteContents"/>
Element noteContents / c
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<c caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</c>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="c" type="noteContents"/>
Element noteContents / tl
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<tl caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</tl>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="tl" type="noteContents"/>
Element noteContents / it
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<it caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</it>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="it" type="noteContents"/>
Element noteContents / qt
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<qt caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</qt>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="qt" type="noteContents"/>
Element noteContents / sls
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<sls caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</sls>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="sls" type="noteContents"/>
Element noteContents / dc
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<dc caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</dc>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="dc" type="noteContents"/>
Element noteContents / bdit
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<bdit caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</bdit>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="bdit" type="noteContents"/>
Element noteContents / bk
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<bk caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</bk>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="bk" type="noteContents"/>
Element noteContents / pn
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<pn caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</pn>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="pn" type="noteContents"/>
Element noteContents / k
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<k caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</k>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="k" type="noteContents"/>
Element noteContents / ord
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<ord caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</ord>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="ord" type="noteContents"/>
Element noteContents / sup
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<sup caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</sup>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="sup" type="noteContents"/>
Element noteContents / add
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<add caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</add>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="add" type="noteContents"/>
Element noteContents / bd
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<bd caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</bd>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="bd" type="noteContents"/>
Element noteContents / sc
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<sc caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</sc>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="sc" type="noteContents"/>
Element noteContents / wh
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<wh caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</wh>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="wh" type="noteContents"/>
Element noteContents / wg
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<wg caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</wg>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="wg" type="noteContents"/>
Element noteContents / wr
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<wr caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</wr>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="wr" type="noteContents"/>
Element noteContents / wj
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<wj caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</wj>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="wj" type="noteContents"/>
Element noteContents / cs
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<cs caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</cs>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="cs" type="noteContents"/>
Element noteContents / optionalLineBreak
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="optionalLineBreak" type="xs:string"/>
Element noteContents / em
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<em caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</em>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="em" type="noteContents"/>
Element noteContents / fp
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<fp caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</fp>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="fp" type="noteContents"/>
Element noteContents / fr
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<fr caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</fr>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element minOccurs="0" name="fr" type="noteContents"/>
Element noteContents / fk
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<fk caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</fk>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="fk" type="noteContents"/>
Element noteContents / fq
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<fq caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</fq>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="fq" type="noteContents"/>
Element noteContents / fqa
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<fqa caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</fqa>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="fqa" type="noteContents"/>
Element noteContents / fl
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<fl caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</fl>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="fl" type="noteContents"/>
Element noteContents / fdc
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<fdc caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</fdc>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="fdc" type="noteContents"/>
Element noteContents / fv
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<fv caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</fv>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="fv" type="noteContents"/>
Element noteContents / ft
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<ft caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</ft>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="ft" type="noteContents"/>
Element noteContents / fm
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<fm caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</fm>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="fm" type="noteContents"/>
Element noteContents / xo
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<xo caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</xo>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="xo" type="noteContents"/>
Element noteContents / xk
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<xk caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</xk>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="xk" type="noteContents"/>
Element noteContents / xq
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<xq caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</xq>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="xq" type="noteContents"/>
Element noteContents / xt
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<xt caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</xt>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="xt" type="noteContents"/>
Element noteContents / xot
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<xot caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</xot>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="xot" type="noteContents"/>
Element noteContents / xnt
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<xnt caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</xnt>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="xnt" type="noteContents"/>
Element noteContents / xdc
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<xdc caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</xdc>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="xdc" type="noteContents"/>
Element noteContents / w
Namespace No namespace
Annotations
Word level attributes, usually Greek/Hebrew lemma
Diagram
Diagramusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type extension of pType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</w>
Attributes
QName Type Use Annotation
l xs:string optional
Lemma (root word for lexicon entry of the enclosed word)
lemma xs:string optional
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
m xs:string optional
Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.
plural xs:boolean optional
If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".
s xs:string optional
Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".
sfm xs:string optional
srcloc xs:string optional
Source location, like "gnt5:51.1.2.1" for GNT version 5 text, book 51, chapter 1, verse 2, word 1.
strong xs:string optional
style xs:string optional
x-morph xs:string optional
Source
<xs:element name="w" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Word level attributes, usually Greek/Hebrew lemma</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="pType">
        <xs:attribute name="s" type="xs:string">
          <xs:annotation>
            <xs:documentation>Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="plural" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="l" type="xs:string">
          <xs:annotation>
            <xs:documentation>Lemma (root word for lexicon entry of the enclosed word)</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="m" type="xs:string">
          <xs:annotation>
            <xs:documentation>Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="srcloc" type="xs:string">
          <xs:annotation>
            <xs:documentation>Source location, like "gnt5:51.1.2.1" for GNT version 5 text, book 51, chapter 1, verse 2, word 1.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="strong" type="xs:string"/>
        <xs:attribute name="x-morph" type="xs:string"/>
        <xs:attribute name="lemma" type="xs:string"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element pType / ef
Namespace No namespace
Annotations
Extended Footnote
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<ef caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</ef>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element name="ef" minOccurs="0" maxOccurs="unbounded" type="noteContents">
  <xs:annotation>
    <xs:documentation>Extended Footnote</xs:documentation>
  </xs:annotation>
</xs:element>
Element noteContents / fw
Namespace No namespace
Annotations
Witness list (list of manuscript designations containing this reading)
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<fw caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</fw>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="fw" type="noteContents">
  <xs:annotation>
    <xs:documentation>Witness list (list of manuscript designations containing this reading)</xs:documentation>
  </xs:annotation>
</xs:element>
Element noteContents / rq
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<rq level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</rq>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="rq" type="pType"/>
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>
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
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<x caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</x>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element name="x" minOccurs="0" maxOccurs="unbounded" type="noteContents">
  <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:element>
Element noteContents / xta
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<xta caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</xta>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="xta" type="noteContents"/>
Element noteContents / jmp
Namespace No namespace
Annotations
Jump linking marker to define anchors (landing targets), Scripture reference targets (link-href), Internet URLs (link-href), and/or link titles (link-title).
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<jmp level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</jmp>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="jmp" type="pType">
  <xs:annotation>
    <xs:documentation>Jump linking marker to define anchors (landing targets), Scripture reference targets (link-href), Internet URLs (link-href), and/or link titles (link-title).</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / ex
Namespace No namespace
Annotations
Extended 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
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<ex caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</ex>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element name="ex" minOccurs="0" maxOccurs="unbounded" type="noteContents">
  <xs:annotation>
    <xs:documentation>Extended 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:element>
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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<sls level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</sls>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<dc level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</dc>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
Element pType / bk
Namespace No namespace
Annotations
Quoted book title; may toggle italics setting in introductory material.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<bk level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</bk>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="bk" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Quoted book title; may toggle italics setting in introductory material.</xs:documentation>
  </xs:annotation>
</xs:element>
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>
Element pType / k
Namespace No namespace
Annotations
Keyword-- may map to a character style or be ignored.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<k level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</k>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="k" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Keyword-- may map to a character style or be ignored.</xs:documentation>
  </xs:annotation>
</xs:element>
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>
Element pType / sup
Namespace No namespace
Annotations
Superscript.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="sup" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Superscript.</xs:documentation>
  </xs:annotation>
</xs:element>
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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<add level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</add>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<sig level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</sig>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="sig" type="pType" 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>
Element pType / bd
Namespace No namespace
Annotations
Bold; not recommended for use.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<bd level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</bd>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="bd" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Bold; not recommended for use.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / it
Namespace No namespace
Annotations
Italic; not recommended for use.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<it level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</it>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="it" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Italic; not recommended for use.</xs:documentation>
  </xs:annotation>
</xs:element>
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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<bdit level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</bdit>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="bdit" type="pType" 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>
Element pType / sc
Namespace No namespace
Annotations
Smallcap text; not recommended for use. Use nd or other appropriate element instead.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<sc level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</sc>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="sc" type="pType" 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>
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>
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
Diagramusfx_xsd.tmp#pType_pType_fig_descriptionusfx_xsd.tmp#pType_pType_fig_catalogusfx_xsd.tmp#pType_pType_fig_sizeusfx_xsd.tmp#pType_pType_fig_locationusfx_xsd.tmp#pType_pType_fig_copyrightusfx_xsd.tmp#pType_pType_fig_captionusfx_xsd.tmp#pType_pType_fig_reference
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
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 file name. (Used to be a catalog picture reference field, but now it is used for the file name of the acutal picture.)</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>
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>
Element pType / fig / catalog
Namespace No namespace
Annotations
Picture file name. (Used to be a catalog picture reference field, but now it is used for the file name of the acutal picture.)
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="catalog" type="xs:string">
  <xs:annotation>
    <xs:documentation>Picture file name. (Used to be a catalog picture reference field, but now it is used for the file name of the acutal picture.)</xs:documentation>
  </xs:annotation>
</xs:element>
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>
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>
Element pType / fig / copyright
Namespace No namespace
Annotations
Diagram
Type xs:string
Properties
Source
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>
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>
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>
Element pType / w
Namespace No namespace
Annotations
Word level attributes, usually Greek/Hebrew lemma
Diagram
Diagramusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type extension of pType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</w>
Attributes
QName Type Use Annotation
gloss xs:string optional
l xs:string optional
Lemma (root word for lexicon entry of the enclosed word)
lemma xs:string optional
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
m xs:string optional
Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.
plural xs:boolean optional
If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".
s xs:string optional
Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".
sfm xs:string optional
srcloc xs:string optional
Source location, like "gnt5:51.1.2.1" for GNT version 5 text, book 51, chapter 1, verse 2, word 1.
strong xs:string optional
style xs:string optional
x-morph xs:string optional
Source
<xs:element name="w" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Word level attributes, usually Greek/Hebrew lemma</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="pType">
        <xs:attribute name="s" type="xs:string">
          <xs:annotation>
            <xs:documentation>Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="plural" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="l" type="xs:string">
          <xs:annotation>
            <xs:documentation>Lemma (root word for lexicon entry of the enclosed word)</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="m" type="xs:string">
          <xs:annotation>
            <xs:documentation>Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="srcloc" type="xs:string">
          <xs:annotation>
            <xs:documentation>Source location, like "gnt5:51.1.2.1" for GNT version 5 text, book 51, chapter 1, verse 2, word 1.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="lemma" type="xs:string"/>
        <xs:attribute name="strong" type="xs:string"/>
        <xs:attribute name="gloss" type="xs:string"/>
        <xs:attribute name="x-morph" type="xs:string"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element pType / rb
Namespace No namespace
Annotations
Word level attributes, usually Greek/Hebrew lemma
Diagram
Diagramusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pTypeusfx_xsd.tmp#pType_pType_rb_susfx_xsd.tmp#pType_pType_rb_gloss
Type extension of pType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</rb>
Attributes
QName Type Use Annotation
gloss xs:string optional
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
s xs:string optional
Ruby gloss
sfm xs:string optional
style xs:string optional
Source
<xs:element name="rb" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Word level attributes, usually Greek/Hebrew lemma</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="pType">
        <xs:attribute name="s" type="xs:string">
          <xs:annotation>
            <xs:documentation>Ruby gloss</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="gloss" type="xs:string"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
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>
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>
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>
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
Diagramusfx_xsd.tmp#pType_pType_quoteStart_who
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
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>
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>
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>
Element pType / ior
Namespace No namespace
Annotations
Introduction outline references range character style
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<ior level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</ior>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="ior" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Introduction outline references range character style</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / wj
Namespace No namespace
Annotations
Words of Jesus
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<wj level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</wj>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
Element pType / cs
Namespace No namespace
Annotations
Character style
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<cs level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</cs>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
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>
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
Diagramusfx_xsd.tmp#pType_pType_wtp_sfm
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
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>
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
Diagramusfx_xsd.tmp#pType_pType_da_sfm
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
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>
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
default
Source
<xs:element name="cl" type="xs:string" minOccurs="0" maxOccurs="unbounded" default="">
  <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>
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
Source
<xs:element 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>
Element pType / ref
Namespace No namespace
Annotations
Scripture reference in the format TLA.c.v, where TLA is the SIL/UBS three letter abbreviation for the book, c is the chapter number, and v is the verse number.
Diagram
Diagramusfx_xsd.tmp#refType_srcusfx_xsd.tmp#refType_tgtusfx_xsd.tmp#refType_webusfx_xsd.tmp#refType_link-hrefusfx_xsd.tmp#refType_link-idusfx_xsd.tmp#refType_link-titleusfx_xsd.tmp#refType
Type refType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
Attributes
QName Type Use
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
src restriction of verseID optional
tgt restriction of verseID optional
web xs:anyURI optional
Source
<xs:element name="ref" type="refType" maxOccurs="unbounded" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Scripture reference in the format TLA.c.v, where TLA is the SIL/UBS three letter abbreviation for the book, c is the chapter number, and v is the verse number.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / rq
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<rq level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</rq>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="rq" type="pType"/>
Element pType / em
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<em level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</em>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="em" type="pType"/>
Element pType / periph
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="periph" type="xs:string"/>
Element pType / rem
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="rem" type="xs:string" maxOccurs="unbounded" minOccurs="0"/>
Element pType / xt
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContentsusfx_xsd.tmp#pType_pType_xt_link-hrefusfx_xsd.tmp#pType_pType_xt_link-idusfx_xsd.tmp#pType_pType_xt_link-title
Type extension of noteContents
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</xt>
Attributes
QName Type Default Use
caller xs:string + optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="xt">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="noteContents">
        <xs:attribute name="link-href" type="xs:string"/>
        <xs:attribute name="link-id" type="xs:string"/>
        <xs:attribute name="link-title" type="xs:string"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element pType / gw
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#pType_pType_gw_rootusfx_xsd.tmp#sfm
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
root optional
sfm xs:string optional
Source
<xs:element name="gw" maxOccurs="unbounded" minOccurs="0">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="root"/>
        <xs:attribute ref="sfm"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element pType / zcr
Namespace No namespace
Annotations
Color red, used to mark ANY direct quotes of God the Father, Son, and Holy Spirit
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<zcr level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</zcr>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="zcr" type="pType">
  <xs:annotation>
    <xs:documentation>Color red, used to mark ANY direct quotes of God the Father, Son, and Holy Spirit</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / zcg
Namespace No namespace
Annotations
Color green, used for a class of speaker in color-coded Bible translations like the SourceView Bible.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<zcg level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</zcg>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="zcg" type="pType">
  <xs:annotation>
    <xs:documentation>Color green, used for a class of speaker in color-coded Bible translations like the SourceView Bible.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / zcb
Namespace No namespace
Annotations
Color blue, used to mark a class of speaker in color-coded Bible translations like the SourceView Bible and RGB Bible.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<zcb level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</zcb>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="zcb" type="pType">
  <xs:annotation>
    <xs:documentation>Color blue, used to mark a class of speaker in color-coded Bible translations like the SourceView Bible and RGB Bible.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / zcy
Namespace No namespace
Annotations
Color yellow or gold, used to designate a class of speaker in color-coded Bible translations like the RGB Bible.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<zcy level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</zcy>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="zcy" type="pType">
  <xs:annotation>
    <xs:documentation>Color yellow or gold, used to designate a class of speaker in color-coded Bible translations like the RGB Bible.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / para
Namespace No namespace
Annotations
Generic paragraph not covered by others, syntax like USX.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<para level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</para>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="para" type="pType">
  <xs:annotation>
    <xs:documentation>Generic paragraph not covered by others, syntax like USX.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / char
Namespace No namespace
Annotations
Generic character style not covered by more specific elements, mirroring USX usage.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<char level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</char>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="char" type="pType">
  <xs:annotation>
    <xs:documentation>Generic character style not covered by more specific elements, mirroring USX usage.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / ms
Namespace No namespace
Annotations
Milestone for OSIS-like speaker markers, mirroring USX usage.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="ms" type="xs:string">
  <xs:annotation>
    <xs:documentation>Milestone for OSIS-like speaker markers, mirroring USX usage.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / jmp
Namespace No namespace
Annotations
Jump linking marker to define anchors (landing targets), Scripture reference targets (link-href), Internet URLs (link-href), and/or link titles (link-title).
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<jmp level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</jmp>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="jmp" type="pType">
  <xs:annotation>
    <xs:documentation>Jump linking marker to define anchors (landing targets), Scripture reference targets (link-href), Internet URLs (link-href), and/or link titles (link-title).</xs:documentation>
  </xs:annotation>
</xs:element>
Element pType / sidebar
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</sidebar>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="sidebar" type="pType"/>
Element pType / wa
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<wa level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</wa>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="wa" type="pType"/>
Element pType / table / tr / thr
Namespace No namespace
Annotations
Table column heading, right aligned
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<thr level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</thr>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<tc level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</tc>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<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>
Element pType / table / tr / tcr
Namespace No namespace
Annotations
Table column entry, right justified. The level attribute gives the position of the column.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<tcr level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</tcr>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<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>
Element usfx / book / q
Namespace No namespace
Annotations
Poetry line "paragraph"
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<q level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</q>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="q" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Poetry line "paragraph"</xs:documentation>
  </xs:annotation>
</xs:element>
Element usfx / book / mt
Namespace No namespace
Annotations
The main title of a book of the Bible, such as "The Good News According to Matthew"
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<mt level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</mt>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<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>
Element usfx / book / d
Namespace No namespace
Annotations
Descriptive title of a Psalm (Hebrew title)
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<d level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</d>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<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>
Element usfx / book / s
Namespace No namespace
Annotations
Section heading (not part of the Scripture text).
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<s level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</s>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<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>
Element usfx / book / sectionBoundary
Namespace No namespace
Annotations
This marker is a place to encode proposed markers such as \pub, \pref, \conc, \glo, \idx, \cov, \spine, \and environment markers.
Diagram
Diagramusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_sectionBoundary_sfmusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_sectionBoundary_level
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
level xs:unsignedByte optional
sfm xs:string required
Source
<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>
Element usfx / book / b
Namespace No namespace
Annotations
Blank line between stanzas of poetry; not to be used before or after a section header. This element should be empty.
Diagram
Diagramusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_b_sfmusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_b_style
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
sfm xs:string optional
style xs:string optional
Source
<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>
Element usfx / book / generated
Namespace No namespace
Annotations
This element surrounds content generated from other elements. This tag and its contents is discarded when converting back to USFM.
Diagram
Diagram
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Source
<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>
Element usfx / book / c
Namespace No namespace
Annotations
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.
Diagram
Diagramusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_c_id
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
id xs:string optional
Source
<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>
Element usfx / book / ca
Namespace No namespace
Annotations
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.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<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>
Element usfx / book / toc
Namespace No namespace
Annotations
Table of contents entry in the vernacular: level 1 = long title; level 2 = short title; level 3 = abbreviation
Diagram
Diagramusfx_xsd.tmp#styledString_levelusfx_xsd.tmp#styledString_sfmusfx_xsd.tmp#styledString_styleusfx_xsd.tmp#styledString_qtusfx_xsd.tmp#styledString_ndusfx_xsd.tmp#styledString_tlusfx_xsd.tmp#styledString_qacusfx_xsd.tmp#styledString_fusfx_xsd.tmp#styledString_efusfx_xsd.tmp#styledString_xusfx_xsd.tmp#styledString_exusfx_xsd.tmp#styledString_slsusfx_xsd.tmp#styledString_dcusfx_xsd.tmp#styledString_bkusfx_xsd.tmp#styledString_pnusfx_xsd.tmp#styledString_kusfx_xsd.tmp#styledString_ordusfx_xsd.tmp#styledString_supusfx_xsd.tmp#styledString_addusfx_xsd.tmp#styledString_bdusfx_xsd.tmp#styledString_itusfx_xsd.tmp#styledString_bditusfx_xsd.tmp#styledString_scusfx_xsd.tmp#styledString_figusfx_xsd.tmp#styledString_ndxusfx_xsd.tmp#styledString_wusfx_xsd.tmp#styledString_whusfx_xsd.tmp#styledString_wgusfx_xsd.tmp#styledString_wrusfx_xsd.tmp#styledString_wjusfx_xsd.tmp#styledString_csusfx_xsd.tmp#styledString_fsusfx_xsd.tmp#styledString_wtpusfx_xsd.tmp#styledString_dausfx_xsd.tmp#styledString_optionalLineBreakusfx_xsd.tmp#styledString_refusfx_xsd.tmp#styledString_emusfx_xsd.tmp#styledString_remusfx_xsd.tmp#styledString
Type styledString
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
qt* | nd* | tl* | qac* | f* | ef* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | bd* | it* | bdit* | sc* | fig* | ndx* | w* | wh* | wg* | wr* | wj* | cs* | fs* | wtp* | da* | optionalLineBreak* | ref* | em* | rem
Children add, bd, bdit, bk, cs, da, dc, ef, em, ex, f, fig, fs, it, k, nd, ndx, optionalLineBreak, ord, pn, qac, qt, ref, rem, sc, sls, sup, tl, w, wg, wh, wj, wr, wtp, x
Instance
<toc level="" sfm="" style="">
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w l="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" style="">{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <rem>{1,1}</rem>
</toc>
Attributes
QName Type Use
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="toc" type="styledString">
  <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:element>
Element styledString / 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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<qt level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</qt>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
Element styledString / 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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<nd level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</nd>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="nd" type="pType" 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>
Element styledString / tl
Namespace No namespace
Annotations
Transliterated or foreign words.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<tl level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</tl>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
Element styledString / 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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<qac level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</qac>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="qac" type="pType" 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>
Element styledString / f
Namespace No namespace
Annotations
Footnote
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<f caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</f>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element name="f" minOccurs="0" maxOccurs="unbounded" type="noteContents">
  <xs:annotation>
    <xs:documentation>Footnote</xs:documentation>
  </xs:annotation>
</xs:element>
Element styledString / ef
Namespace No namespace
Annotations
Extended Footnote
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<ef caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</ef>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element name="ef" minOccurs="0" maxOccurs="unbounded" type="noteContents">
  <xs:annotation>
    <xs:documentation>Extended Footnote</xs:documentation>
  </xs:annotation>
</xs:element>
Element styledString / 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
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<x caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</x>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element name="x" minOccurs="0" maxOccurs="unbounded" type="noteContents">
  <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:element>
Element styledString / ex
Namespace No namespace
Annotations
Extended 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
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<ex caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</ex>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element name="ex" minOccurs="0" maxOccurs="unbounded" type="noteContents">
  <xs:annotation>
    <xs:documentation>Extended 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:element>
Element styledString / 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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<sls level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</sls>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
Element styledString / 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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<dc level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</dc>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
Element styledString / bk
Namespace No namespace
Annotations
Quoted book title; may toggle italics setting in introductory material.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<bk level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</bk>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="bk" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Quoted book title; may toggle italics setting in introductory material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element styledString / 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>
Element styledString / k
Namespace No namespace
Annotations
Keyword-- may map to a character style or be ignored.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<k level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</k>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="k" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Keyword-- may map to a character style or be ignored.</xs:documentation>
  </xs:annotation>
</xs:element>
Element styledString / 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>
Element styledString / sup
Namespace No namespace
Annotations
Superscript
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="sup" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Superscript</xs:documentation>
  </xs:annotation>
</xs:element>
Element styledString / 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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<add level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</add>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
Element styledString / bd
Namespace No namespace
Annotations
Bold; not recommended for use.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<bd level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</bd>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="bd" type="pType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Bold; not recommended for use.</xs:documentation>
  </xs:annotation>
</xs:element>
Element styledString / it
Namespace No namespace
Annotations
Italic; not recommended for use.
Diagram
Diagramusfx_xsd.tmp#styledString_levelusfx_xsd.tmp#styledString_sfmusfx_xsd.tmp#styledString_styleusfx_xsd.tmp#styledString_qtusfx_xsd.tmp#styledString_ndusfx_xsd.tmp#styledString_tlusfx_xsd.tmp#styledString_qacusfx_xsd.tmp#styledString_fusfx_xsd.tmp#styledString_efusfx_xsd.tmp#styledString_xusfx_xsd.tmp#styledString_exusfx_xsd.tmp#styledString_slsusfx_xsd.tmp#styledString_dcusfx_xsd.tmp#styledString_bkusfx_xsd.tmp#styledString_pnusfx_xsd.tmp#styledString_kusfx_xsd.tmp#styledString_ordusfx_xsd.tmp#styledString_supusfx_xsd.tmp#styledString_addusfx_xsd.tmp#styledString_bdusfx_xsd.tmp#styledString_itusfx_xsd.tmp#styledString_bditusfx_xsd.tmp#styledString_scusfx_xsd.tmp#styledString_figusfx_xsd.tmp#styledString_ndxusfx_xsd.tmp#styledString_wusfx_xsd.tmp#styledString_whusfx_xsd.tmp#styledString_wgusfx_xsd.tmp#styledString_wrusfx_xsd.tmp#styledString_wjusfx_xsd.tmp#styledString_csusfx_xsd.tmp#styledString_fsusfx_xsd.tmp#styledString_wtpusfx_xsd.tmp#styledString_dausfx_xsd.tmp#styledString_optionalLineBreakusfx_xsd.tmp#styledString_refusfx_xsd.tmp#styledString_emusfx_xsd.tmp#styledString_remusfx_xsd.tmp#styledString
Type styledString
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
qt* | nd* | tl* | qac* | f* | ef* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | bd* | it* | bdit* | sc* | fig* | ndx* | w* | wh* | wg* | wr* | wj* | cs* | fs* | wtp* | da* | optionalLineBreak* | ref* | em* | rem
Children add, bd, bdit, bk, cs, da, dc, ef, em, ex, f, fig, fs, it, k, nd, ndx, optionalLineBreak, ord, pn, qac, qt, ref, rem, sc, sls, sup, tl, w, wg, wh, wj, wr, wtp, x
Instance
<it level="" sfm="" style="">
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w l="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" style="">{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <rem>{1,1}</rem>
</it>
Attributes
QName Type Use
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="it" type="styledString" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Italic; not recommended for use.</xs:documentation>
  </xs:annotation>
</xs:element>
Element styledString / 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
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<bdit level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</bdit>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="bdit" type="pType" 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>
Element styledString / sc
Namespace No namespace
Annotations
Smallcap text; not recommended for use. Use nd or other appropriate element instead.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<sc level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</sc>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="sc" type="pType" 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>
Element styledString / 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
Diagramusfx_xsd.tmp#styledString_styledString_fig_descriptionusfx_xsd.tmp#styledString_styledString_fig_catalogusfx_xsd.tmp#styledString_styledString_fig_sizeusfx_xsd.tmp#styledString_styledString_fig_locationusfx_xsd.tmp#styledString_styledString_fig_copyrightusfx_xsd.tmp#styledString_styledString_fig_captionusfx_xsd.tmp#styledString_styledString_fig_reference
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
Children caption, catalog, copyright, description, location, reference, size
Instance
<fig>
  <description>{1,1}</description>
  <catalog>{1,1}</catalog>
  <size>{1,1}</size>
  <location level="" sfm="" style="">{1,1}</location>
  <copyright>{1,1}</copyright>
  <caption level="" sfm="" style="">{1,1}</caption>
  <reference level="" sfm="" style="">{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 file name. (Used to be a catalog picture reference field, but now it is used for the file name of the acutal picture.)</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="styledString">
        <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="styledString">
        <xs:annotation>
          <xs:documentation>Picture caption to be printed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="reference" type="styledString">
        <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>
Element styledString / 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>
Element styledString / fig / catalog
Namespace No namespace
Annotations
Picture file name. (Used to be a catalog picture reference field, but now it is used for the file name of the acutal picture.)
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="catalog" type="xs:string">
  <xs:annotation>
    <xs:documentation>Picture file name. (Used to be a catalog picture reference field, but now it is used for the file name of the acutal picture.)</xs:documentation>
  </xs:annotation>
</xs:element>
Element styledString / 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>
Element styledString / fig / location
Namespace No namespace
Annotations
Picture location/range Book, chapter, and verse (not printed).
Diagram
Diagramusfx_xsd.tmp#styledString_levelusfx_xsd.tmp#styledString_sfmusfx_xsd.tmp#styledString_styleusfx_xsd.tmp#styledString_qtusfx_xsd.tmp#styledString_ndusfx_xsd.tmp#styledString_tlusfx_xsd.tmp#styledString_qacusfx_xsd.tmp#styledString_fusfx_xsd.tmp#styledString_efusfx_xsd.tmp#styledString_xusfx_xsd.tmp#styledString_exusfx_xsd.tmp#styledString_slsusfx_xsd.tmp#styledString_dcusfx_xsd.tmp#styledString_bkusfx_xsd.tmp#styledString_pnusfx_xsd.tmp#styledString_kusfx_xsd.tmp#styledString_ordusfx_xsd.tmp#styledString_supusfx_xsd.tmp#styledString_addusfx_xsd.tmp#styledString_bdusfx_xsd.tmp#styledString_itusfx_xsd.tmp#styledString_bditusfx_xsd.tmp#styledString_scusfx_xsd.tmp#styledString_figusfx_xsd.tmp#styledString_ndxusfx_xsd.tmp#styledString_wusfx_xsd.tmp#styledString_whusfx_xsd.tmp#styledString_wgusfx_xsd.tmp#styledString_wrusfx_xsd.tmp#styledString_wjusfx_xsd.tmp#styledString_csusfx_xsd.tmp#styledString_fsusfx_xsd.tmp#styledString_wtpusfx_xsd.tmp#styledString_dausfx_xsd.tmp#styledString_optionalLineBreakusfx_xsd.tmp#styledString_refusfx_xsd.tmp#styledString_emusfx_xsd.tmp#styledString_remusfx_xsd.tmp#styledString
Type styledString
Properties
content complex
mixed true
Model
qt* | nd* | tl* | qac* | f* | ef* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | bd* | it* | bdit* | sc* | fig* | ndx* | w* | wh* | wg* | wr* | wj* | cs* | fs* | wtp* | da* | optionalLineBreak* | ref* | em* | rem
Children add, bd, bdit, bk, cs, da, dc, ef, em, ex, f, fig, fs, it, k, nd, ndx, optionalLineBreak, ord, pn, qac, qt, ref, rem, sc, sls, sup, tl, w, wg, wh, wj, wr, wtp, x
Instance
<location level="" sfm="" style="">
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w l="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" style="">{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <rem>{1,1}</rem>
</location>
Attributes
QName Type Use
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="location" type="styledString">
  <xs:annotation>
    <xs:documentation>Picture location/range Book, chapter, and verse (not printed).</xs:documentation>
  </xs:annotation>
</xs:element>
Element styledString / 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>
Element styledString / w
Namespace No namespace
Annotations
Word list entry-- not printed as part of the text.
Diagram
Diagramusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type extension of pType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<w l="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</w>
Attributes
QName Type Use Annotation
l xs:string optional
Lemma (root word for lexicon entry of the enclosed word)
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
m xs:string optional
Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.
plural xs:boolean optional
If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".
s xs:string optional
Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".
sfm xs:string optional
style xs:string optional
Source
<xs:element name="w" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Word list entry-- not printed as part of the text.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="pType">
        <xs:attribute name="s" type="xs:string">
          <xs:annotation>
            <xs:documentation>Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="plural" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="l" type="xs:string">
          <xs:annotation>
            <xs:documentation>Lemma (root word for lexicon entry of the enclosed word)</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="m" type="xs:string">
          <xs:annotation>
            <xs:documentation>Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element styledString / 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>
Element styledString / 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>
Element styledString / 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>
Element styledString / wj
Namespace No namespace
Annotations
Words of Jesus
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<wj level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</wj>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
Element styledString / cs
Namespace No namespace
Annotations
Character style
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<cs level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</cs>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
Element styledString / 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>
Element styledString / 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
Diagramusfx_xsd.tmp#styledString_styledString_wtp_sfm
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
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>
Element styledString / 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
Diagramusfx_xsd.tmp#styledString_styledString_da_sfm
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
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>
Element styledString / 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
Source
<xs:element 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>
Element styledString / ref
Namespace No namespace
Annotations
Scripture reference in the format TLA.c.v, where TLA is the SIL/UBS three letter abbreviation for the book, c is the chapter number, and v is the verse number.
Diagram
Diagramusfx_xsd.tmp#refType_srcusfx_xsd.tmp#refType_tgtusfx_xsd.tmp#refType_webusfx_xsd.tmp#refType_link-hrefusfx_xsd.tmp#refType_link-idusfx_xsd.tmp#refType_link-titleusfx_xsd.tmp#refType
Type refType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
Attributes
QName Type Use
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
src restriction of verseID optional
tgt restriction of verseID optional
web xs:anyURI optional
Source
<xs:element name="ref" type="refType" maxOccurs="unbounded" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Scripture reference in the format TLA.c.v, where TLA is the SIL/UBS three letter abbreviation for the book, c is the chapter number, and v is the verse number.</xs:documentation>
  </xs:annotation>
</xs:element>
Element styledString / em
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<em level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</em>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="em" type="pType"/>
Element styledString / rem
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="rem" type="xs:string"/>
Element styledString / fig / copyright
Namespace No namespace
Annotations
Diagram
Type xs:string
Properties
Source
Element styledString / fig / caption
Namespace No namespace
Annotations
Picture caption to be printed.
Diagram
Diagramusfx_xsd.tmp#styledString_levelusfx_xsd.tmp#styledString_sfmusfx_xsd.tmp#styledString_styleusfx_xsd.tmp#styledString_qtusfx_xsd.tmp#styledString_ndusfx_xsd.tmp#styledString_tlusfx_xsd.tmp#styledString_qacusfx_xsd.tmp#styledString_fusfx_xsd.tmp#styledString_efusfx_xsd.tmp#styledString_xusfx_xsd.tmp#styledString_exusfx_xsd.tmp#styledString_slsusfx_xsd.tmp#styledString_dcusfx_xsd.tmp#styledString_bkusfx_xsd.tmp#styledString_pnusfx_xsd.tmp#styledString_kusfx_xsd.tmp#styledString_ordusfx_xsd.tmp#styledString_supusfx_xsd.tmp#styledString_addusfx_xsd.tmp#styledString_bdusfx_xsd.tmp#styledString_itusfx_xsd.tmp#styledString_bditusfx_xsd.tmp#styledString_scusfx_xsd.tmp#styledString_figusfx_xsd.tmp#styledString_ndxusfx_xsd.tmp#styledString_wusfx_xsd.tmp#styledString_whusfx_xsd.tmp#styledString_wgusfx_xsd.tmp#styledString_wrusfx_xsd.tmp#styledString_wjusfx_xsd.tmp#styledString_csusfx_xsd.tmp#styledString_fsusfx_xsd.tmp#styledString_wtpusfx_xsd.tmp#styledString_dausfx_xsd.tmp#styledString_optionalLineBreakusfx_xsd.tmp#styledString_refusfx_xsd.tmp#styledString_emusfx_xsd.tmp#styledString_remusfx_xsd.tmp#styledString
Type styledString
Properties
content complex
mixed true
Model
qt* | nd* | tl* | qac* | f* | ef* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | bd* | it* | bdit* | sc* | fig* | ndx* | w* | wh* | wg* | wr* | wj* | cs* | fs* | wtp* | da* | optionalLineBreak* | ref* | em* | rem
Children add, bd, bdit, bk, cs, da, dc, ef, em, ex, f, fig, fs, it, k, nd, ndx, optionalLineBreak, ord, pn, qac, qt, ref, rem, sc, sls, sup, tl, w, wg, wh, wj, wr, wtp, x
Instance
<caption level="" sfm="" style="">
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w l="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" style="">{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <rem>{1,1}</rem>
</caption>
Attributes
QName Type Use
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="caption" type="styledString">
  <xs:annotation>
    <xs:documentation>Picture caption to be printed.</xs:documentation>
  </xs:annotation>
</xs:element>
Element styledString / fig / reference
Namespace No namespace
Annotations
Picture reference (book, chapter, and verse) to be printed.
Diagram
Diagramusfx_xsd.tmp#styledString_levelusfx_xsd.tmp#styledString_sfmusfx_xsd.tmp#styledString_styleusfx_xsd.tmp#styledString_qtusfx_xsd.tmp#styledString_ndusfx_xsd.tmp#styledString_tlusfx_xsd.tmp#styledString_qacusfx_xsd.tmp#styledString_fusfx_xsd.tmp#styledString_efusfx_xsd.tmp#styledString_xusfx_xsd.tmp#styledString_exusfx_xsd.tmp#styledString_slsusfx_xsd.tmp#styledString_dcusfx_xsd.tmp#styledString_bkusfx_xsd.tmp#styledString_pnusfx_xsd.tmp#styledString_kusfx_xsd.tmp#styledString_ordusfx_xsd.tmp#styledString_supusfx_xsd.tmp#styledString_addusfx_xsd.tmp#styledString_bdusfx_xsd.tmp#styledString_itusfx_xsd.tmp#styledString_bditusfx_xsd.tmp#styledString_scusfx_xsd.tmp#styledString_figusfx_xsd.tmp#styledString_ndxusfx_xsd.tmp#styledString_wusfx_xsd.tmp#styledString_whusfx_xsd.tmp#styledString_wgusfx_xsd.tmp#styledString_wrusfx_xsd.tmp#styledString_wjusfx_xsd.tmp#styledString_csusfx_xsd.tmp#styledString_fsusfx_xsd.tmp#styledString_wtpusfx_xsd.tmp#styledString_dausfx_xsd.tmp#styledString_optionalLineBreakusfx_xsd.tmp#styledString_refusfx_xsd.tmp#styledString_emusfx_xsd.tmp#styledString_remusfx_xsd.tmp#styledString
Type styledString
Properties
content complex
mixed true
Model
qt* | nd* | tl* | qac* | f* | ef* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | bd* | it* | bdit* | sc* | fig* | ndx* | w* | wh* | wg* | wr* | wj* | cs* | fs* | wtp* | da* | optionalLineBreak* | ref* | em* | rem
Children add, bd, bdit, bk, cs, da, dc, ef, em, ex, f, fig, fs, it, k, nd, ndx, optionalLineBreak, ord, pn, qac, qt, ref, rem, sc, sls, sup, tl, w, wg, wh, wj, wr, wtp, x
Instance
<reference level="" sfm="" style="">
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w l="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" style="">{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <rem>{1,1}</rem>
</reference>
Attributes
QName Type Use
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element name="reference" type="styledString">
  <xs:annotation>
    <xs:documentation>Picture reference (book, chapter, and verse) to be printed.</xs:documentation>
  </xs:annotation>
</xs:element>
Element usfx / book / toca
Namespace No namespace
Annotations
Table of contents entry in an alternate language or language of wider communication: level 1 = long title; level 2 = short title; level 3 = abbreviation
Diagram
Diagramusfx_xsd.tmp#styledString_levelusfx_xsd.tmp#styledString_sfmusfx_xsd.tmp#styledString_styleusfx_xsd.tmp#styledString_qtusfx_xsd.tmp#styledString_ndusfx_xsd.tmp#styledString_tlusfx_xsd.tmp#styledString_qacusfx_xsd.tmp#styledString_fusfx_xsd.tmp#styledString_efusfx_xsd.tmp#styledString_xusfx_xsd.tmp#styledString_exusfx_xsd.tmp#styledString_slsusfx_xsd.tmp#styledString_dcusfx_xsd.tmp#styledString_bkusfx_xsd.tmp#styledString_pnusfx_xsd.tmp#styledString_kusfx_xsd.tmp#styledString_ordusfx_xsd.tmp#styledString_supusfx_xsd.tmp#styledString_addusfx_xsd.tmp#styledString_bdusfx_xsd.tmp#styledString_itusfx_xsd.tmp#styledString_bditusfx_xsd.tmp#styledString_scusfx_xsd.tmp#styledString_figusfx_xsd.tmp#styledString_ndxusfx_xsd.tmp#styledString_wusfx_xsd.tmp#styledString_whusfx_xsd.tmp#styledString_wgusfx_xsd.tmp#styledString_wrusfx_xsd.tmp#styledString_wjusfx_xsd.tmp#styledString_csusfx_xsd.tmp#styledString_fsusfx_xsd.tmp#styledString_wtpusfx_xsd.tmp#styledString_dausfx_xsd.tmp#styledString_optionalLineBreakusfx_xsd.tmp#styledString_refusfx_xsd.tmp#styledString_emusfx_xsd.tmp#styledString_remusfx_xsd.tmp#styledString
Type styledString
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
qt* | nd* | tl* | qac* | f* | ef* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | bd* | it* | bdit* | sc* | fig* | ndx* | w* | wh* | wg* | wr* | wj* | cs* | fs* | wtp* | da* | optionalLineBreak* | ref* | em* | rem
Children add, bd, bdit, bk, cs, da, dc, ef, em, ex, f, fig, fs, it, k, nd, ndx, optionalLineBreak, ord, pn, qac, qt, ref, rem, sc, sls, sup, tl, w, wg, wh, wj, wr, wtp, x
Instance
<toca level="" sfm="" style="">
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w l="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" style="">{0,unbounded}</w>
  <wh>{0,unbounded}</wh>
  <wg>{0,unbounded}</wg>
  <wr>{0,unbounded}</wr>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</cs>
  <fs>{0,unbounded}</fs>
  <wtp sfm="">{0,unbounded}</wtp>
  <da sfm="">{0,unbounded}</da>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <rem>{1,1}</rem>
</toca>
Attributes
QName Type Use
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="toca" type="styledString">
  <xs:annotation>
    <xs:documentation>Table of contents entry in an alternate language or language of wider communication: level 1 = long title; level 2 = short title; level 3 = abbreviation</xs:documentation>
  </xs:annotation>
</xs:element>
Element usfx / book / milestone
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#sfmusfx_xsd.tmp#levelusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_milestone_attribute
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
attribute xs:string optional
level xs:string optional
sfm xs:string required
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="milestone">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute ref="sfm" use="required"/>
        <xs:attribute ref="level"/>
        <xs:attribute name="attribute" type="xs:string"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element usfx / book / table
Namespace No namespace
Annotations
Table (i. e. for tables of weights and measures in helps).
Diagram
Diagramusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_table_tr
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
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>
Element usfx / book / table / tr
Namespace No namespace
Annotations
Row
Diagram
Diagramusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_table_usfx_usfx_book_usfx_usfx_book_table_tr_thusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_table_usfx_usfx_book_usfx_usfx_book_table_tr_thrusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_table_usfx_usfx_book_usfx_usfx_book_table_tr_tcusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_table_usfx_usfx_book_usfx_usfx_book_table_tr_tcr
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tc, tcr, th, thr
Instance
<tr>
  <th level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</th>
  <thr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</thr>
  <tc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tc>
  <tcr level="" link-href="" link-id="" link-title="" 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>
Element usfx / book / table / tr / th
Namespace No namespace
Annotations
Table column heading
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<th level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</th>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
Element usfx / book / table / tr / thr
Namespace No namespace
Annotations
Table column heading, right aligned
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<thr level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</thr>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string 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>
Element usfx / book / table / tr / tc
Namespace No namespace
Annotations
Table column entry within this row. The level attribute gives the position of the column.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<tc level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</tc>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<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>
Element usfx / book / table / tr / tcr
Namespace No namespace
Annotations
Table column entry, right justified. The level attribute gives the position of the column.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<tcr level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</tcr>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<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>
Element usfx / book / periph
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="periph" type="xs:string"/>
Element usfx / book / 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
Diagramusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_v_idusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_v_bcvusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_v_vp
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
bcv restriction of xs:string optional
id xs:string required
vp 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" use="required"/>
        <xs:attribute name="bcv">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d][\p{Lu}][\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="vp" type="xs:string"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element usfx / book / ve
Namespace No namespace
Annotations
ve is used as a milestone element marking the end of a verse. Content, if any, is treated as a comment. It should be placed just after the last of the canonical text of a verse, but before any subtitles or headers associated with the next verse.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="ve" type="xs:string" maxOccurs="unbounded" minOccurs="0">
  <xs:annotation>
    <xs:documentation>ve is used as a milestone element marking the end of a verse. Content, if any, is treated as a comment. It should be placed just after the last of the canonical text of a verse, but before any subtitles or headers associated with the next verse.</xs:documentation>
  </xs:annotation>
</xs:element>
Element usfx / book / cp
Namespace No namespace
Annotations
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.
Diagram
Diagramusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_cp_id
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
id xs:string required
Source
<xs:element name="cp" 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="required"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element usfx / book / f
Namespace No namespace
Annotations
Footnote
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmpusfx_xsd.tmp#noteContents
Type noteContents
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Instance
<f caller="+" sfm="" style="" tgt="">
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <nd caller="+" sfm="" style="" tgt="">{0,unbounded}</nd>
  <c caller="+" sfm="" style="" tgt="">{0,unbounded}</c>
  <tl caller="+" sfm="" style="" tgt="">{0,unbounded}</tl>
  <it caller="+" sfm="" style="" tgt="">{0,unbounded}</it>
  <qt caller="+" sfm="" style="" tgt="">{0,unbounded}</qt>
  <sls caller="+" sfm="" style="" tgt="">{0,unbounded}</sls>
  <dc caller="+" sfm="" style="" tgt="">{0,unbounded}</dc>
  <bdit caller="+" sfm="" style="" tgt="">{0,unbounded}</bdit>
  <bk caller="+" sfm="" style="" tgt="">{0,unbounded}</bk>
  <pn caller="+" sfm="" style="" tgt="">{0,unbounded}</pn>
  <k caller="+" sfm="" style="" tgt="">{0,unbounded}</k>
  <ord caller="+" sfm="" style="" tgt="">{0,unbounded}</ord>
  <sup caller="+" sfm="" style="" tgt="">{0,unbounded}</sup>
  <add caller="+" sfm="" style="" tgt="">{0,unbounded}</add>
  <bd caller="+" sfm="" style="" tgt="">{0,unbounded}</bd>
  <sc caller="+" sfm="" style="" tgt="">{0,unbounded}</sc>
  <wh caller="+" sfm="" style="" tgt="">{0,unbounded}</wh>
  <wg caller="+" sfm="" style="" tgt="">{0,unbounded}</wg>
  <wr caller="+" sfm="" style="" tgt="">{0,unbounded}</wr>
  <wj caller="+" sfm="" style="" tgt="">{0,unbounded}</wj>
  <cs caller="+" sfm="" style="" tgt="">{0,unbounded}</cs>
  <optionalLineBreak>{0,unbounded}</optionalLineBreak>
  <em caller="+" sfm="" style="" tgt="">{0,unbounded}</em>
  <fp caller="+" sfm="" style="" tgt="">{0,unbounded}</fp>
  <fr caller="+" sfm="" style="" tgt="">{0,1}</fr>
  <fk caller="+" sfm="" style="" tgt="">{0,unbounded}</fk>
  <fq caller="+" sfm="" style="" tgt="">{0,unbounded}</fq>
  <fqa caller="+" sfm="" style="" tgt="">{0,unbounded}</fqa>
  <fl caller="+" sfm="" style="" tgt="">{0,unbounded}</fl>
  <fdc caller="+" sfm="" style="" tgt="">{0,unbounded}</fdc>
  <fv caller="+" sfm="" style="" tgt="">{0,unbounded}</fv>
  <ft caller="+" sfm="" style="" tgt="">{0,unbounded}</ft>
  <fm caller="+" sfm="" style="" tgt="">{0,unbounded}</fm>
  <xo caller="+" sfm="" style="" tgt="">{0,unbounded}</xo>
  <xk caller="+" sfm="" style="" tgt="">{0,unbounded}</xk>
  <xq caller="+" sfm="" style="" tgt="">{0,unbounded}</xq>
  <xt caller="+" sfm="" style="" tgt="">{0,unbounded}</xt>
  <xot caller="+" sfm="" style="" tgt="">{0,unbounded}</xot>
  <xnt caller="+" sfm="" style="" tgt="">{0,unbounded}</xnt>
  <xdc caller="+" sfm="" style="" tgt="">{0,unbounded}</xdc>
  <w l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <fw caller="+" sfm="" style="" tgt="">{0,unbounded}</fw>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</rq>
  <xta caller="+" sfm="" style="" tgt="">{0,unbounded}</xta>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
</f>
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:element name="f" minOccurs="0" maxOccurs="unbounded" type="noteContents">
  <xs:annotation>
    <xs:documentation>Footnote</xs:documentation>
  </xs:annotation>
</xs:element>
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
Diagramusfx_xsd.tmp#usfx_usfx_book_usfx_usfx_book_ide_charset
Type extension of xs:string
Properties
content complex
minOccurs 0
Attributes
QName Type Use
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>
Element usfx / book / qd
Namespace No namespace
Annotations
Canonical Hebrew notation, like canonical title, but after the poem.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wausfx_xsd.tmp#pType
Type pType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Instance
<qd level="" link-href="" link-id="" link-title="" sfm="" style="">
  <c id="">{0,unbounded}</c>
  <v bcv="" id="" vp="">{0,unbounded}</v>
  <ve>{0,unbounded}</ve>
  <qt level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qt>
  <nd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</nd>
  <tl level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</tl>
  <milestone attribute="" level="" sfm="">{0,unbounded}</milestone>
  <ca id="">{0,unbounded}</ca>
  <cp id="">{0,unbounded}</cp>
  <va>{0,unbounded}</va>
  <vp>{0,unbounded}</vp>
  <qs level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qs>
  <qac level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</qac>
  <table>{0,unbounded}</table>
  <generated>{0,unbounded}</generated>
  <f caller="+" sfm="" style="" tgt="">{0,unbounded}</f>
  <ef caller="+" sfm="" style="" tgt="">{0,unbounded}</ef>
  <fm>{0,unbounded}</fm>
  <x caller="+" sfm="" style="" tgt="">{0,unbounded}</x>
  <ex caller="+" sfm="" style="" tgt="">{0,unbounded}</ex>
  <sls level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sls>
  <dc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</dc>
  <bk level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bk>
  <pn>{0,unbounded}</pn>
  <k level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</k>
  <ord>{0,unbounded}</ord>
  <sup>{0,unbounded}</sup>
  <add level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</add>
  <sig level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sig>
  <bd level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bd>
  <it level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</it>
  <bdit level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</bdit>
  <sc level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sc>
  <no>{0,unbounded}</no>
  <fig>{0,unbounded}</fig>
  <ndx>{0,unbounded}</ndx>
  <w gloss="" l="" lemma="" level="" link-href="" link-id="" link-title="" m="" plural="" s="" sfm="" srcloc="" strong="" style="" x-morph="">{0,unbounded}</w>
  <rb gloss="" level="" link-href="" link-id="" link-title="" s="" sfm="" style="">{0,unbounded}</rb>
  <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 level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</ior>
  <wj level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wj>
  <cs level="" link-href="" link-id="" link-title="" 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>
  <ref link-href="" link-id="" link-title="" src="" tgt="" web="">{0,unbounded}</ref>
  <rq level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</rq>
  <em level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</em>
  <periph>{0,unbounded}</periph>
  <rem>{0,unbounded}</rem>
  <xt caller="+" link-href="" link-id="" link-title="" sfm="" style="" tgt="">{0,unbounded}</xt>
  <gw root="" sfm="">{0,unbounded}</gw>
  <zcr level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcr>
  <zcg level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcg>
  <zcb level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcb>
  <zcy level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</zcy>
  <para level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</para>
  <char level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</char>
  <ms>{0,unbounded}</ms>
  <jmp level="" link-href="" link-id="" link-title="" sfm="" style="">{1,1}</jmp>
  <sidebar level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</sidebar>
  <wa level="" link-href="" link-id="" link-title="" sfm="" style="">{0,unbounded}</wa>
</qd>
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="qd" type="pType">
  <xs:annotation>
    <xs:documentation>Canonical Hebrew notation, like canonical title, but after the poem.</xs:documentation>
  </xs:annotation>
</xs:element>
Element usfx / ide
Namespace No namespace
Annotations
Encoding of the corresponding USFM file. (Encoding of this XML file is given in the XML header.)
Diagram
Diagramusfx_xsd.tmp#usfx_usfx_ide_charset
Type extension of xs:string
Properties
content complex
minOccurs 0
Attributes
QName Type Use
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>
Complex Type pType
Namespace No namespace
Annotations
This type consists of the mixed text and tags that can appear inside any paragraph.
Diagram
Diagramusfx_xsd.tmp#pType_levelusfx_xsd.tmp#pType_sfmusfx_xsd.tmp#pType_styleusfx_xsd.tmp#pType_link-hrefusfx_xsd.tmp#pType_link-titleusfx_xsd.tmp#pType_link-idusfx_xsd.tmp#pType_cusfx_xsd.tmp#pType_vusfx_xsd.tmp#pType_veusfx_xsd.tmp#pType_qtusfx_xsd.tmp#pType_ndusfx_xsd.tmp#pType_tlusfx_xsd.tmp#pType_milestoneusfx_xsd.tmp#pType_causfx_xsd.tmp#pType_cpusfx_xsd.tmp#pType_vausfx_xsd.tmp#pType_vpusfx_xsd.tmp#pType_qsusfx_xsd.tmp#pType_qacusfx_xsd.tmp#pType_tableusfx_xsd.tmp#pType_generatedusfx_xsd.tmp#pType_fusfx_xsd.tmp#pType_efusfx_xsd.tmp#pType_fmusfx_xsd.tmp#pType_xusfx_xsd.tmp#pType_exusfx_xsd.tmp#pType_slsusfx_xsd.tmp#pType_dcusfx_xsd.tmp#pType_bkusfx_xsd.tmp#pType_pnusfx_xsd.tmp#pType_kusfx_xsd.tmp#pType_ordusfx_xsd.tmp#pType_supusfx_xsd.tmp#pType_addusfx_xsd.tmp#pType_sigusfx_xsd.tmp#pType_bdusfx_xsd.tmp#pType_itusfx_xsd.tmp#pType_bditusfx_xsd.tmp#pType_scusfx_xsd.tmp#pType_nousfx_xsd.tmp#pType_figusfx_xsd.tmp#pType_ndxusfx_xsd.tmp#pType_wusfx_xsd.tmp#pType_rbusfx_xsd.tmp#pType_whusfx_xsd.tmp#pType_wgusfx_xsd.tmp#pType_wrusfx_xsd.tmp#pType_quoteStartusfx_xsd.tmp#pType_quoteRemindusfx_xsd.tmp#pType_quoteEndusfx_xsd.tmp#pType_iorusfx_xsd.tmp#pType_wjusfx_xsd.tmp#pType_csusfx_xsd.tmp#pType_fsusfx_xsd.tmp#pType_wtpusfx_xsd.tmp#pType_dausfx_xsd.tmp#pType_clusfx_xsd.tmp#pType_optionalLineBreakusfx_xsd.tmp#pType_refusfx_xsd.tmp#pType_rqusfx_xsd.tmp#pType_emusfx_xsd.tmp#pType_periphusfx_xsd.tmp#pType_remusfx_xsd.tmp#pType_xtusfx_xsd.tmp#pType_gwusfx_xsd.tmp#pType_zcrusfx_xsd.tmp#pType_zcgusfx_xsd.tmp#pType_zcbusfx_xsd.tmp#pType_zcyusfx_xsd.tmp#pType_parausfx_xsd.tmp#pType_charusfx_xsd.tmp#pType_msusfx_xsd.tmp#pType_jmpusfx_xsd.tmp#pType_sidebarusfx_xsd.tmp#pType_wa
Properties
mixed true
Used by
Model
c* | v* | ve* | qt* | nd* | tl* | milestone* | ca* | cp* | va* | vp* | qs* | qac* | table* | generated* | f* | ef* | fm* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | sig* | bd* | it* | bdit* | sc* | no* | fig* | ndx* | w* | rb* | wh* | wg* | wr* | quoteStart* | quoteRemind* | quoteEnd* | ior* | wj* | cs* | fs* | wtp* | da* | cl* | optionalLineBreak* | ref* | rq* | em* | periph* | rem* | xt* | gw* | zcr* | zcg* | zcb* | zcy* | para* | char* | ms* | jmp | sidebar* | wa*
Children add, bd, bdit, bk, c, ca, char, cl, cp, cs, da, dc, ef, em, ex, f, fig, fm, fs, generated, gw, ior, it, jmp, k, milestone, ms, nd, ndx, no, optionalLineBreak, ord, para, periph, pn, qac, qs, qt, quoteEnd, quoteRemind, quoteStart, rb, ref, rem, rq, sc, sidebar, sig, sls, sup, table, tl, v, va, ve, vp, w, wa, wg, wh, wj, wr, wtp, x, xt, zcb, zcg, zcr, zcy
Attributes
QName Type Use
level xs:unsignedByte optional
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
sfm xs:string optional
style xs:string optional
Source
<xs:complexType name="pType" mixed="true">
  <xs:annotation>
    <xs:documentation>This type consists of the mixed text and tags that can appear inside any paragraph.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <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>
    <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" use="required"/>
            <xs:attribute name="bcv">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="vp" type="xs:string"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ve" type="xs:string" maxOccurs="unbounded" minOccurs="0">
      <xs:annotation>
        <xs:documentation>ve is used as a milestone element marking the end of a verse. Content, if any, is treated as a comment. It should be placed just after the last of the canonical text of a verse, but before any subtitles or headers associated with the next verse.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <xs:element name="nd" type="pType" 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>
    <xs:element name="tl" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Transliterated or foreign words.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <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>
    <xs:element name="cp" 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: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="va" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Alternate verse number (starting point).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <xs:element name="qs" type="pType" 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>
    <xs:element name="qac" type="pType" 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>
    <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>
    <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>
    <xs:element name="f" minOccurs="0" maxOccurs="unbounded" type="noteContents">
      <xs:annotation>
        <xs:documentation>Footnote</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ef" minOccurs="0" maxOccurs="unbounded" type="noteContents">
      <xs:annotation>
        <xs:documentation>Extended Footnote</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <xs:element name="x" minOccurs="0" maxOccurs="unbounded" type="noteContents">
      <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:element>
    <xs:element name="ex" minOccurs="0" maxOccurs="unbounded" type="noteContents">
      <xs:annotation>
        <xs:documentation>Extended 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:element>
    <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>
    <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>
    <xs:element name="bk" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Quoted book title; may toggle italics setting in introductory material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <xs:element name="k" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Keyword-- may map to a character style or be ignored.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <xs:element name="sup" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Superscript.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <xs:element name="sig" type="pType" 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>
    <xs:element name="bd" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Bold; not recommended for use.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="it" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Italic; not recommended for use.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="bdit" type="pType" 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>
    <xs:element name="sc" type="pType" 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>
    <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>
    <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 file name. (Used to be a catalog picture reference field, but now it is used for the file name of the acutal picture.)</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>
    <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>
    <xs:element name="w" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Word level attributes, usually Greek/Hebrew lemma</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="pType">
            <xs:attribute name="s" type="xs:string">
              <xs:annotation>
                <xs:documentation>Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="plural" type="xs:boolean">
              <xs:annotation>
                <xs:documentation>If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="l" type="xs:string">
              <xs:annotation>
                <xs:documentation>Lemma (root word for lexicon entry of the enclosed word)</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="m" type="xs:string">
              <xs:annotation>
                <xs:documentation>Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="srcloc" type="xs:string">
              <xs:annotation>
                <xs:documentation>Source location, like "gnt5:51.1.2.1" for GNT version 5 text, book 51, chapter 1, verse 2, word 1.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="lemma" type="xs:string"/>
            <xs:attribute name="strong" type="xs:string"/>
            <xs:attribute name="gloss" type="xs:string"/>
            <xs:attribute name="x-morph" type="xs:string"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="rb" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Word level attributes, usually Greek/Hebrew lemma</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="pType">
            <xs:attribute name="s" type="xs:string">
              <xs:annotation>
                <xs:documentation>Ruby gloss</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="gloss" type="xs:string"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <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>
    <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>
    <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>
    <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>
    <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>
    <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>
    <xs:element name="ior" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Introduction outline references range character style</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="wj" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Words of Jesus</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="cs" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Character style</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <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>
    <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>
    <xs:element name="cl" type="xs:string" minOccurs="0" maxOccurs="unbounded" default="">
      <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>
    <xs:element 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>
    <xs:element name="ref" type="refType" maxOccurs="unbounded" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Scripture reference in the format TLA.c.v, where TLA is the SIL/UBS three letter abbreviation for the book, c is the chapter number, and v is the verse number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="rq" type="pType"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="em" type="pType"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="periph" type="xs:string"/>
    <xs:element name="rem" type="xs:string" maxOccurs="unbounded" minOccurs="0"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="xt">
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="noteContents">
            <xs:attribute name="link-href" type="xs:string"/>
            <xs:attribute name="link-id" type="xs:string"/>
            <xs:attribute name="link-title" type="xs:string"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="gw" maxOccurs="unbounded" minOccurs="0">
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:string">
            <xs:attribute name="root"/>
            <xs:attribute ref="sfm"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="zcr" type="pType">
      <xs:annotation>
        <xs:documentation>Color red, used to mark ANY direct quotes of God the Father, Son, and Holy Spirit</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="zcg" type="pType">
      <xs:annotation>
        <xs:documentation>Color green, used for a class of speaker in color-coded Bible translations like the SourceView Bible.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="zcb" type="pType">
      <xs:annotation>
        <xs:documentation>Color blue, used to mark a class of speaker in color-coded Bible translations like the SourceView Bible and RGB Bible.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="zcy" type="pType">
      <xs:annotation>
        <xs:documentation>Color yellow or gold, used to designate a class of speaker in color-coded Bible translations like the RGB Bible.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="para" type="pType">
      <xs:annotation>
        <xs:documentation>Generic paragraph not covered by others, syntax like USX.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="char" type="pType">
      <xs:annotation>
        <xs:documentation>Generic character style not covered by more specific elements, mirroring USX usage.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="ms" type="xs:string">
      <xs:annotation>
        <xs:documentation>Milestone for OSIS-like speaker markers, mirroring USX usage.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="jmp" type="pType">
      <xs:annotation>
        <xs:documentation>Jump linking marker to define anchors (landing targets), Scripture reference targets (link-href), Internet URLs (link-href), and/or link titles (link-title).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="sidebar" type="pType"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="wa" type="pType"/>
  </xs:choice>
  <xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
  <xs:attribute name="sfm" type="xs:string" use="optional"/>
  <xs:attribute name="style" type="xs:string" use="optional"/>
  <xs:attribute name="link-href" type="xs:string"/>
  <xs:attribute name="link-title" type="xs:string"/>
  <xs:attribute name="link-id" type="xs:string"/>
</xs:complexType>
Complex Type noteContents
Namespace No namespace
Diagram
Diagramusfx_xsd.tmp#noteContents_callerusfx_xsd.tmp#sfmusfx_xsd.tmp#noteContents_tgtusfx_xsd.tmp#styleusfx_xsd.tmp#noteContents_refusfx_xsd.tmp#noteContents_ndusfx_xsd.tmp#noteContents_cusfx_xsd.tmp#noteContents_tlusfx_xsd.tmp#noteContents_itusfx_xsd.tmp#noteContents_qtusfx_xsd.tmp#noteContents_slsusfx_xsd.tmp#noteContents_dcusfx_xsd.tmp#noteContents_bditusfx_xsd.tmp#noteContents_bkusfx_xsd.tmp#noteContents_pnusfx_xsd.tmp#noteContents_kusfx_xsd.tmp#noteContents_ordusfx_xsd.tmp#noteContents_supusfx_xsd.tmp#noteContents_addusfx_xsd.tmp#noteContents_bdusfx_xsd.tmp#noteContents_scusfx_xsd.tmp#noteContents_whusfx_xsd.tmp#noteContents_wgusfx_xsd.tmp#noteContents_wrusfx_xsd.tmp#noteContents_wjusfx_xsd.tmp#noteContents_csusfx_xsd.tmp#noteContents_optionalLineBreakusfx_xsd.tmp#noteContents_emusfx_xsd.tmp#noteContents_fpusfx_xsd.tmp#noteContents_frusfx_xsd.tmp#noteContents_fkusfx_xsd.tmp#noteContents_fqusfx_xsd.tmp#noteContents_fqausfx_xsd.tmp#noteContents_flusfx_xsd.tmp#noteContents_fdcusfx_xsd.tmp#noteContents_fvusfx_xsd.tmp#noteContents_ftusfx_xsd.tmp#noteContents_fmusfx_xsd.tmp#noteContents_xousfx_xsd.tmp#noteContents_xkusfx_xsd.tmp#noteContents_xqusfx_xsd.tmp#noteContents_xtusfx_xsd.tmp#noteContents_xotusfx_xsd.tmp#noteContents_xntusfx_xsd.tmp#noteContents_xdcusfx_xsd.tmp#noteContents_wusfx_xsd.tmp#noteContents_fwusfx_xsd.tmp#noteContents_rqusfx_xsd.tmp#noteContents_xtausfx_xsd.tmp#noteContents_jmp
Properties
mixed true
Used by
Model
ref* | nd* | c* | tl* | it* | qt* | sls* | dc* | bdit* | bk* | pn* | k* | ord* | sup* | add* | bd* | sc* | wh* | wg* | wr* | wj* | cs* | optionalLineBreak* | em* | fp* | fr{0,1} | fk* | fq* | fqa* | fl* | fdc* | fv* | ft* | fm* | xo* | xk* | xq* | xt* | xot* | xnt* | xdc* | w* | fw* | rq | xta* | jmp
Children add, bd, bdit, bk, c, cs, dc, em, fdc, fk, fl, fm, fp, fq, fqa, fr, ft, fv, fw, it, jmp, k, nd, optionalLineBreak, ord, pn, qt, ref, rq, sc, sls, sup, tl, w, wg, wh, wj, wr, xdc, xk, xnt, xo, xot, xq, xt, xta
Attributes
QName Type Default Use
caller xs:string + optional
sfm xs:string optional
style xs:string optional
tgt restriction of verseID optional
Source
<xs:complexType mixed="true" name="noteContents">
  <xs:choice maxOccurs="unbounded">
    <xs:element maxOccurs="unbounded" minOccurs="0" name="ref" type="refType"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="nd" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="c" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="tl" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="it" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="qt" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="sls" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="dc" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="bdit" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="bk" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="pn" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="k" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="ord" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="sup" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="add" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="bd" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="sc" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="wh" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="wg" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="wr" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="wj" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="cs" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="optionalLineBreak" type="xs:string"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="em" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="fp" type="noteContents"/>
    <xs:element minOccurs="0" name="fr" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="fk" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="fq" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="fqa" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="fl" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="fdc" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="fv" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="ft" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="fm" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="xo" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="xk" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="xq" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="xt" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="xot" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="xnt" type="noteContents"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="xdc" type="noteContents"/>
    <xs:element name="w" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Word level attributes, usually Greek/Hebrew lemma</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="pType">
            <xs:attribute name="s" type="xs:string">
              <xs:annotation>
                <xs:documentation>Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="plural" type="xs:boolean">
              <xs:annotation>
                <xs:documentation>If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="l" type="xs:string">
              <xs:annotation>
                <xs:documentation>Lemma (root word for lexicon entry of the enclosed word)</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="m" type="xs:string">
              <xs:annotation>
                <xs:documentation>Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="srcloc" type="xs:string">
              <xs:annotation>
                <xs:documentation>Source location, like "gnt5:51.1.2.1" for GNT version 5 text, book 51, chapter 1, verse 2, word 1.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="strong" type="xs:string"/>
            <xs:attribute name="x-morph" type="xs:string"/>
            <xs:attribute name="lemma" type="xs:string"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="fw" type="noteContents">
      <xs:annotation>
        <xs:documentation>Witness list (list of manuscript designations containing this reading)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="rq" type="pType"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="xta" type="noteContents"/>
    <xs:element name="jmp" type="pType">
      <xs:annotation>
        <xs:documentation>Jump linking marker to define anchors (landing targets), Scripture reference targets (link-href), Internet URLs (link-href), and/or link titles (link-title).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
  <xs:attribute default="+" name="caller" type="xs:string"/>
  <xs:attribute ref="sfm"/>
  <xs:attribute name="tgt">
    <xs:simpleType>
      <xs:restriction base="verseID">
        <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute ref="style"/>
</xs:complexType>
Complex Type refType
Namespace No namespace
Annotations
Bible passage reference specification. Attributes are src for source (i. e. the verse this reference is in, like "MAT.1.23"), and tgt for the target (i. e. the verse or range of verses this reference is pointing to, like "ISA.7.14" or "ISA.7.14-ISA.7.15"), and web for an Internet URL, like "http://eBible.org/web/webfaq.htm". Only one of tgt or web should be specified. An least one of these three attributes should be specified. Text string content of the element is the human-readable vernacular reference to be displayed, like "Mt. 1:23" or "Matthew 1:23".
Diagram
Diagramusfx_xsd.tmp#refType_srcusfx_xsd.tmp#refType_tgtusfx_xsd.tmp#refType_webusfx_xsd.tmp#refType_link-hrefusfx_xsd.tmp#refType_link-idusfx_xsd.tmp#refType_link-title
Properties
mixed true
Used by
Model
Attributes
QName Type Use
link-href xs:string optional
link-id xs:string optional
link-title xs:string optional
src restriction of verseID optional
tgt restriction of verseID optional
web xs:anyURI optional
Source
<xs:complexType name="refType" mixed="true">
  <xs:annotation>
    <xs:documentation>Bible passage reference specification. Attributes are src for source (i. e. the verse this reference is in, like "MAT.1.23"), and tgt for the target (i. e. the verse or range of verses this reference is pointing to, like "ISA.7.14" or "ISA.7.14-ISA.7.15"), and web for an Internet URL, like "http://eBible.org/web/webfaq.htm". Only one of tgt or web should be specified. An least one of these three attributes should be specified. Text string content of the element is the human-readable vernacular reference to be displayed, like "Mt. 1:23" or "Matthew 1:23".</xs:documentation>
  </xs:annotation>
  <xs:attribute form="qualified" name="src">
    <xs:simpleType>
      <xs:restriction base="verseID">
        <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="tgt">
    <xs:simpleType>
      <xs:restriction base="verseID">
        <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="web" type="xs:anyURI"/>
  <xs:attribute name="link-href" type="xs:string"/>
  <xs:attribute name="link-id" type="xs:string"/>
  <xs:attribute name="link-title" type="xs:string"/>
</xs:complexType>
Simple Type verseID
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?
Used by
Source
<xs:simpleType name="verseID">
  <xs:restriction base="xs:string">
    <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
  </xs:restriction>
</xs:simpleType>
Complex Type styledString
Namespace No namespace
Annotations
This type consists of the mixed text and tags that can appear in a string such as a title.
Diagram
Diagramusfx_xsd.tmp#styledString_levelusfx_xsd.tmp#styledString_sfmusfx_xsd.tmp#styledString_styleusfx_xsd.tmp#styledString_qtusfx_xsd.tmp#styledString_ndusfx_xsd.tmp#styledString_tlusfx_xsd.tmp#styledString_qacusfx_xsd.tmp#styledString_fusfx_xsd.tmp#styledString_efusfx_xsd.tmp#styledString_xusfx_xsd.tmp#styledString_exusfx_xsd.tmp#styledString_slsusfx_xsd.tmp#styledString_dcusfx_xsd.tmp#styledString_bkusfx_xsd.tmp#styledString_pnusfx_xsd.tmp#styledString_kusfx_xsd.tmp#styledString_ordusfx_xsd.tmp#styledString_supusfx_xsd.tmp#styledString_addusfx_xsd.tmp#styledString_bdusfx_xsd.tmp#styledString_itusfx_xsd.tmp#styledString_bditusfx_xsd.tmp#styledString_scusfx_xsd.tmp#styledString_figusfx_xsd.tmp#styledString_ndxusfx_xsd.tmp#styledString_wusfx_xsd.tmp#styledString_whusfx_xsd.tmp#styledString_wgusfx_xsd.tmp#styledString_wrusfx_xsd.tmp#styledString_wjusfx_xsd.tmp#styledString_csusfx_xsd.tmp#styledString_fsusfx_xsd.tmp#styledString_wtpusfx_xsd.tmp#styledString_dausfx_xsd.tmp#styledString_optionalLineBreakusfx_xsd.tmp#styledString_refusfx_xsd.tmp#styledString_emusfx_xsd.tmp#styledString_rem
Properties
mixed true
Used by
Model
qt* | nd* | tl* | qac* | f* | ef* | x* | ex* | sls* | dc* | bk* | pn* | k* | ord* | sup* | add* | bd* | it* | bdit* | sc* | fig* | ndx* | w* | wh* | wg* | wr* | wj* | cs* | fs* | wtp* | da* | optionalLineBreak* | ref* | em* | rem
Children add, bd, bdit, bk, cs, da, dc, ef, em, ex, f, fig, fs, it, k, nd, ndx, optionalLineBreak, ord, pn, qac, qt, ref, rem, sc, sls, sup, tl, w, wg, wh, wj, wr, wtp, x
Attributes
QName Type Use
level xs:unsignedByte optional
sfm xs:string optional
style xs:string optional
Source
<xs:complexType name="styledString" mixed="true">
  <xs:annotation>
    <xs:documentation>This type consists of the mixed text and tags that can appear in a string such as a title.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <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>
    <xs:element name="nd" type="pType" 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>
    <xs:element name="tl" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Transliterated or foreign words.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="qac" type="pType" 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>
    <xs:element name="f" minOccurs="0" maxOccurs="unbounded" type="noteContents">
      <xs:annotation>
        <xs:documentation>Footnote</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ef" minOccurs="0" maxOccurs="unbounded" type="noteContents">
      <xs:annotation>
        <xs:documentation>Extended Footnote</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="x" minOccurs="0" maxOccurs="unbounded" type="noteContents">
      <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:element>
    <xs:element name="ex" minOccurs="0" maxOccurs="unbounded" type="noteContents">
      <xs:annotation>
        <xs:documentation>Extended 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:element>
    <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>
    <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>
    <xs:element name="bk" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Quoted book title; may toggle italics setting in introductory material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <xs:element name="k" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Keyword-- may map to a character style or be ignored.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <xs:element name="sup" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Superscript</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <xs:element name="bd" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Bold; not recommended for use.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="it" type="styledString" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Italic; not recommended for use.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="bdit" type="pType" 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>
    <xs:element name="sc" type="pType" 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>
    <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 file name. (Used to be a catalog picture reference field, but now it is used for the file name of the acutal picture.)</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="styledString">
            <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="styledString">
            <xs:annotation>
              <xs:documentation>Picture caption to be printed.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="reference" type="styledString">
            <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>
    <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>
    <xs:element name="w" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Word list entry-- not printed as part of the text.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="pType">
            <xs:attribute name="s" type="xs:string">
              <xs:annotation>
                <xs:documentation>Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="plural" type="xs:boolean">
              <xs:annotation>
                <xs:documentation>If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="l" type="xs:string">
              <xs:annotation>
                <xs:documentation>Lemma (root word for lexicon entry of the enclosed word)</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="m" type="xs:string">
              <xs:annotation>
                <xs:documentation>Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <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>
    <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>
    <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>
    <xs:element name="wj" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Words of Jesus</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="cs" type="pType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Character style</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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>
    <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>
    <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>
    <xs:element 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>
    <xs:element name="ref" type="refType" maxOccurs="unbounded" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Scripture reference in the format TLA.c.v, where TLA is the SIL/UBS three letter abbreviation for the book, c is the chapter number, and v is the verse number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="em" type="pType"/>
    <xs:element name="rem" type="xs:string"/>
  </xs:choice>
  <xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
  <xs:attribute name="sfm" type="xs:string" use="optional"/>
  <xs:attribute name="style" type="xs:string" use="optional"/>
</xs:complexType>
Attribute usfx / book / id / @id
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element usfx/book/id
Source
<xs:attribute name="id" type="xs:string" use="required"/>
Attribute usfx / book / h / @level
Namespace No namespace
Type xs:unsignedByte
Properties
use optional
Used by
Element usfx/book/h
Source
<xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
Attribute pType / c / @id
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element pType/c
Source
<xs:attribute name="id" type="xs:string" use="required"/>
Attribute pType / v / @id
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element pType/v
Source
<xs:attribute name="id" type="xs:string" use="required"/>
Attribute pType / v / @bcv
Namespace No namespace
Type restriction of xs:string
Properties
content simple
Facets
pattern [\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?
Used by
Element pType/v
Source
<xs:attribute name="bcv">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute pType / v / @vp
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element pType/v
Source
<xs:attribute name="vp" type="xs:string"/>
Attribute pType / milestone / @sfm
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element pType/milestone
Source
<xs:attribute name="sfm" type="xs:string" use="required"/>
Attribute pType / milestone / @level
Namespace No namespace
Type xs:unsignedByte
Properties
use optional
Used by
Element pType/milestone
Source
<xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
Attribute pType / milestone / @attribute
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Element pType/milestone
Source
<xs:attribute name="attribute" type="xs:string" use="optional"/>
Attribute pType / ca / @id
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element pType/ca
Source
<xs:attribute name="id" type="xs:string" use="required"/>
Attribute pType / cp / @id
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element pType/cp
Source
<xs:attribute name="id" type="xs:string" use="required"/>
Attribute refType / @src
Namespace No namespace
Type restriction of verseID
Type hierarchy
Properties
content simple
Facets
pattern ([\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?) & ([\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?)
Used by
Complex Type refType
Source
<xs:attribute form="qualified" name="src">
  <xs:simpleType>
    <xs:restriction base="verseID">
      <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute refType / @tgt
Namespace No namespace
Type restriction of verseID
Type hierarchy
Properties
content simple
Facets
pattern ([\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?) & ([\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?)
Used by
Complex Type refType
Source
<xs:attribute name="tgt">
  <xs:simpleType>
    <xs:restriction base="verseID">
      <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute refType / @web
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Complex Type refType
Source
<xs:attribute name="web" type="xs:anyURI"/>
Attribute refType / @link-href
Namespace No namespace
Type xs:string
Properties
Used by
Source
Attribute refType / @link-id
Namespace No namespace
Type xs:string
Properties
Used by
Source
Attribute refType / @link-title
Namespace No namespace
Type xs:string
Properties
Used by
Source
Attribute noteContents / @caller
Namespace No namespace
Type xs:string
Properties
default +
Used by
Complex Type noteContents
Source
<xs:attribute default="+" name="caller" type="xs:string"/>
Attribute @sfm
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type noteContents
Elements pType/gw, usfx/book/milestone
Source
<xs:attribute name="sfm" type="xs:string"/>
Attribute noteContents / @tgt
Namespace No namespace
Type restriction of verseID
Type hierarchy
Properties
content simple
Facets
pattern ([\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?) & ([\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?)
Used by
Complex Type noteContents
Source
<xs:attribute name="tgt">
  <xs:simpleType>
    <xs:restriction base="verseID">
      <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d]\p{Lu}[\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @style
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type noteContents
Source
<xs:attribute name="style" type="xs:string"/>
Attribute pType / quoteStart / @who
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Source
<xs:attribute name="who" type="xs:string" use="optional"/>
Attribute pType / wtp / @sfm
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Element pType/wtp
Source
<xs:attribute name="sfm" type="xs:string" use="optional"/>
Attribute pType / da / @sfm
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Element pType/da
Source
<xs:attribute name="sfm" type="xs:string" use="optional"/>
Attribute pType / xt / @link-href
Namespace No namespace
Type xs:string
Properties
Used by
Source
Attribute pType / xt / @link-id
Namespace No namespace
Type xs:string
Properties
Used by
Source
Attribute pType / xt / @link-title
Namespace No namespace
Type xs:string
Properties
Used by
Source
Attribute pType / gw / @root
Namespace No namespace
Used by
Element pType/gw
Source
<xs:attribute name="root"/>
Attribute pType / @level
Namespace No namespace
Type xs:unsignedByte
Properties
use optional
Used by
Complex Type pType
Source
<xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
Attribute pType / @sfm
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type pType
Source
<xs:attribute name="sfm" type="xs:string" use="optional"/>
Attribute pType / @style
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type pType
Source
<xs:attribute name="style" type="xs:string" use="optional"/>
Attribute pType / @link-href
Namespace No namespace
Type xs:string
Properties
Used by
Source
Attribute pType / @link-title
Namespace No namespace
Type xs:string
Properties
Used by
Source
Attribute pType / @link-id
Namespace No namespace
Type xs:string
Properties
Used by
Source
Attribute pType / rb / @s
Namespace No namespace
Annotations
Ruby gloss
Type xs:string
Properties
content simple
Used by
Element pType/rb
Source
<xs:attribute name="s" type="xs:string">
  <xs:annotation>
    <xs:documentation>Ruby gloss</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute pType / rb / @gloss
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element pType/rb
Source
<xs:attribute name="gloss" type="xs:string"/>
Attribute pType / w / @s
Namespace No namespace
Annotations
Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".
Type xs:string
Properties
content simple
Used by
Element pType/w
Source
<xs:attribute name="s" type="xs:string">
  <xs:annotation>
    <xs:documentation>Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute pType / w / @plural
Namespace No namespace
Annotations
If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".
Type xs:boolean
Properties
content simple
Used by
Element pType/w
Source
<xs:attribute name="plural" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute pType / w / @l
Namespace No namespace
Annotations
Lemma (root word for lexicon entry of the enclosed word)
Type xs:string
Properties
content simple
Used by
Element pType/w
Source
<xs:attribute name="l" type="xs:string">
  <xs:annotation>
    <xs:documentation>Lemma (root word for lexicon entry of the enclosed word)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute pType / w / @m
Namespace No namespace
Annotations
Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.
Type xs:string
Properties
content simple
Used by
Element pType/w
Source
<xs:attribute name="m" type="xs:string">
  <xs:annotation>
    <xs:documentation>Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute pType / w / @srcloc
Namespace No namespace
Annotations
Source location, like "gnt5:51.1.2.1" for GNT version 5 text, book 51, chapter 1, verse 2, word 1.
Type xs:string
Properties
content simple
Used by
Element pType/w
Source
<xs:attribute name="srcloc" type="xs:string">
  <xs:annotation>
    <xs:documentation>Source location, like "gnt5:51.1.2.1" for GNT version 5 text, book 51, chapter 1, verse 2, word 1.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute pType / w / @lemma
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element pType/w
Source
<xs:attribute name="lemma" type="xs:string"/>
Attribute pType / w / @strong
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element pType/w
Source
<xs:attribute name="strong" type="xs:string"/>
Attribute pType / w / @gloss
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element pType/w
Source
<xs:attribute name="gloss" type="xs:string"/>
Attribute pType / w / @x-morph
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element pType/w
Source
<xs:attribute name="x-morph" type="xs:string"/>
Attribute noteContents / w / @s
Namespace No namespace
Annotations
Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".
Type xs:string
Properties
content simple
Used by
Element noteContents/w
Source
<xs:attribute name="s" type="xs:string">
  <xs:annotation>
    <xs:documentation>Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute noteContents / w / @plural
Namespace No namespace
Annotations
If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".
Type xs:boolean
Properties
content simple
Used by
Element noteContents/w
Source
<xs:attribute name="plural" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute noteContents / w / @l
Namespace No namespace
Annotations
Lemma (root word for lexicon entry of the enclosed word)
Type xs:string
Properties
content simple
Used by
Element noteContents/w
Source
<xs:attribute name="l" type="xs:string">
  <xs:annotation>
    <xs:documentation>Lemma (root word for lexicon entry of the enclosed word)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute noteContents / w / @m
Namespace No namespace
Annotations
Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.
Type xs:string
Properties
content simple
Used by
Element noteContents/w
Source
<xs:attribute name="m" type="xs:string">
  <xs:annotation>
    <xs:documentation>Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute noteContents / w / @srcloc
Namespace No namespace
Annotations
Source location, like "gnt5:51.1.2.1" for GNT version 5 text, book 51, chapter 1, verse 2, word 1.
Type xs:string
Properties
content simple
Used by
Element noteContents/w
Source
<xs:attribute name="srcloc" type="xs:string">
  <xs:annotation>
    <xs:documentation>Source location, like "gnt5:51.1.2.1" for GNT version 5 text, book 51, chapter 1, verse 2, word 1.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute noteContents / w / @strong
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element noteContents/w
Source
<xs:attribute name="strong" type="xs:string"/>
Attribute noteContents / w / @x-morph
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element noteContents/w
Source
<xs:attribute name="x-morph" type="xs:string"/>
Attribute noteContents / w / @lemma
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element noteContents/w
Source
<xs:attribute name="lemma" type="xs:string"/>
Attribute usfx / book / sectionBoundary / @sfm
Namespace No namespace
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="sfm" type="xs:string" use="required"/>
Attribute usfx / book / sectionBoundary / @level
Namespace No namespace
Type xs:unsignedByte
Properties
use optional
Used by
Source
<xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
Attribute usfx / book / b / @sfm
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Element usfx/book/b
Source
<xs:attribute name="sfm" type="xs:string" use="optional"/>
Attribute usfx / book / b / @style
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Element usfx/book/b
Source
<xs:attribute name="style" type="xs:string" use="optional"/>
Attribute usfx / book / c / @id
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Element usfx/book/c
Source
<xs:attribute name="id" type="xs:string" use="optional"/>
Attribute styledString / w / @s
Namespace No namespace
Annotations
Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".
Type xs:string
Properties
content simple
Used by
Element styledString/w
Source
<xs:attribute name="s" type="xs:string">
  <xs:annotation>
    <xs:documentation>Used to indicate the Strong's number of a word. Hebrew words are prefixed with "H" and Greek with "G".</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute styledString / w / @plural
Namespace No namespace
Annotations
If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".
Type xs:boolean
Properties
content simple
Used by
Element styledString/w
Source
<xs:attribute name="plural" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>If the word form is plural, "plural" may be set to "true". If the word form is singular, "plural" must not be set to "true".</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute styledString / w / @l
Namespace No namespace
Annotations
Lemma (root word for lexicon entry of the enclosed word)
Type xs:string
Properties
content simple
Used by
Element styledString/w
Source
<xs:attribute name="l" type="xs:string">
  <xs:annotation>
    <xs:documentation>Lemma (root word for lexicon entry of the enclosed word)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute styledString / w / @m
Namespace No namespace
Annotations
Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.
Type xs:string
Properties
content simple
Used by
Element styledString/w
Source
<xs:attribute name="m" type="xs:string">
  <xs:annotation>
    <xs:documentation>Morphology tag using Dr. Maurice Robinson's scheme, explained at http://byztxt.com/download/PARSINGS.TXT and mirrored at http://eBible.org/usfx/parsings.txt.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute styledString / wtp / @sfm
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Source
<xs:attribute name="sfm" type="xs:string" use="optional"/>
Attribute styledString / da / @sfm
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Element styledString/da
Source
<xs:attribute name="sfm" type="xs:string" use="optional"/>
Attribute styledString / @level
Namespace No namespace
Type xs:unsignedByte
Properties
use optional
Used by
Complex Type styledString
Source
<xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
Attribute styledString / @sfm
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type styledString
Source
<xs:attribute name="sfm" type="xs:string" use="optional"/>
Attribute styledString / @style
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type styledString
Source
<xs:attribute name="style" type="xs:string" use="optional"/>
Attribute @level
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="level" type="xs:string"/>
Attribute usfx / book / milestone / @attribute
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="attribute" type="xs:string"/>
Attribute usfx / book / v / @id
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element usfx/book/v
Source
<xs:attribute name="id" type="xs:string" use="required"/>
Attribute usfx / book / v / @bcv
Namespace No namespace
Type restriction of xs:string
Properties
content simple
Facets
pattern [\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d][\p{Lu}][\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?
Used by
Element usfx/book/v
Source
<xs:attribute name="bcv">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="[\p{Lu}\d][\p{Lu}\d][\p{Lu}\d]\.\d+(\.\d+)?\p{L}?(\-(([\p{Lu}\d][\p{Lu}][\p{Lu}\d]\.)?\d+\.)?\d+\p{L}?)?"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute usfx / book / v / @vp
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Element usfx/book/v
Source
<xs:attribute name="vp" type="xs:string"/>
Attribute usfx / book / cp / @id
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element usfx/book/cp
Source
<xs:attribute name="id" type="xs:string" use="required"/>
Attribute usfx / book / ide / @charset
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Element usfx/book/ide
Source
<xs:attribute name="charset" type="xs:string" use="optional"/>
Attribute usfx / book / @id
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Element usfx/book
Source
<xs:attribute name="id" type="xs:string" use="optional"/>
Attribute usfx / ide / @charset
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Element usfx/ide
Source
<xs:attribute name="charset" type="xs:string" use="optional"/>