<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Michael Paul Johnson (private) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<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.</xs:documentation>
		</xs:annotation>
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="languageCode" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Three-letter Ethnologue code or two-letter ISO language code, optionally followed by a dialect indicator.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="rem" type="xs:string" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Remark or comment, not for publication.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="book" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>This element contains one book of the Bible or optionally some front or back matter. The id attribute is for the three-letter code for this book of the Bible (or FRT for front matter and BAK for back matter).</xs:documentation>
					</xs:annotation>
					<xs:complexType mixed="true">
						<xs:sequence minOccurs="0">
							<xs:element name="id" minOccurs="0">
								<xs:annotation>
									<xs:documentation>From the \id marker line. The first three characters of the contents of this element MUST be the three-letter code for this book of the Bible (or FRT for front matter and BAK for back matter).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="xs:string">
											<xs:attribute name="id" type="xs:string" use="required"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="ide" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Encoding of the corresponding USFM file. (Encoding of this XML file is given in the XML header.)</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="xs:string">
											<xs:attribute name="charset" type="xs:string" use="optional"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:choice minOccurs="0" maxOccurs="unbounded">
								<xs:element name="rem" type="xs:string" minOccurs="0" maxOccurs="unbounded">
									<xs:annotation>
										<xs:documentation>Remark or comment, not for publication, such as notes about translation status.</xs:documentation>
									</xs:annotation>
								</xs:element>
								<xs:element name="h" minOccurs="0" maxOccurs="unbounded">
									<xs:annotation>
										<xs:documentation>Short book name for a running header, like "Matthew".</xs:documentation>
									</xs:annotation>
									<xs:complexType>
										<xs:simpleContent>
											<xs:extension base="xs:string">
												<xs:attribute name="level" type="xs:unsignedByte" use="optional"/>
											</xs:extension>
										</xs:simpleContent>
									</xs:complexType>
								</xs:element>
								<xs:element name="cl" type="xs:string" minOccurs="0" maxOccurs="unbounded">
									<xs:annotation>
										<xs:documentation>Chapter label, like "Chapter" or "Psalm" in the target language. If used, this label should be placed before any chapter start labels.</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, \toc, \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, which are optional and may be discarded.</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:choice>
						</xs:sequence>
						<xs:attribute name="id" type="xs:string" use="optional"/>
					</xs:complexType>
				</xs:element>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<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"/>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</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="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Name of Diety: used only to mark God's proper name or a translation of this Name. This may result in special character formatting, such as small caps.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<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" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Published chapter marker, which may be used to override the numeric marker generated from the c element.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<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="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Special marking for "Selah." in the target language. This may cause right alignment of this word or phrase in an otherwise left-aligned or fully justified paragraph, or may have no effect.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="qac" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>This is intended to mark the first character of a line of acrostic poetry, which may result in the letter being rendered in bold face or may have no effect.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<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">
				<xs:annotation>
					<xs:documentation>Footnote</xs:documentation>
				</xs:annotation>
				<xs:complexType mixed="true">
					<xs:choice minOccurs="0" maxOccurs="unbounded">
						<xs:element name="fr" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Footnote reference: the chapter and verse that this note refers to, to be printed (normally at the beginning of the note).</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="fk" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Footnote keyword; the specified word(s) for which the footnote is being provided.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="fq" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Quotation from the Scripture text; the current and/or alternative translation of a portion of the Scripture.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="fqa" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Alternative translation (may be rendered differently than fq to distinguish between current and alternative readings, if desired).</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="fv" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Footnote verse number; a verse number in the text of the footnote.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ft" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>The actual text of the footnote. This is equivalent to text not enclosed in an element within f.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="fdc" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>The text within this element is to be omitted in editions not containing the Deuterocanon.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="generated" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					</xs:choice>
					<xs:attribute name="caller" type="xs:string" use="optional" default="+"/>
					<xs:attribute name="sfm" type="xs:string" use="optional"/>
				</xs:complexType>
			</xs:element>
			<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">
				<xs:annotation>
					<xs:documentation>Crossreference: a footnote used just to indicate a crossreference. It may be positioned differently than footnotes designated with f, and it may use different calling sequences than f does.</xs:documentation>
				</xs:annotation>
				<xs:complexType mixed="true">
					<xs:choice minOccurs="0" maxOccurs="unbounded">
						<xs:element name="xo" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Cross reference origin; the chapter and verse location the target references refer to.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="xk" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Cross reference keyword</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="xq" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Quotation from the Scripture text.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="xt" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Target references; a list of the target cross references for the origin reference.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="xdc" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Omit for editions not containing the Deuterocanon.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="generated" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
					</xs:choice>
					<xs:attribute name="caller" type="xs:string" use="optional" default="+"/>
					<xs:attribute name="sfm" type="xs:string" use="optional"/>
				</xs:complexType>
			</xs:element>
			<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="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Quoted book title; may toggle italics setting in introductory material.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<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="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Keyword-- may map to a character style or be ignored.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<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="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="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Signature of the author of an epistle, such as "Greetings from Paul." This may or may not be rendered differently.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="bd" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Bold; not recommended for use.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="it" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Italic; not recommended for use.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="bdit" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Bold Italic; not recommended for use. Note that character styles do not stack. Only one may apply at a time.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="sc" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Smallcap text; not recommended for use. Use nd or other appropriate element instead.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<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 catolog identification or file name. This material does not show up on the printed page.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="size" type="xs:string">
							<xs:annotation>
								<xs:documentation>Picture size for calculation only (not printed).</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="location" type="xs:string">
							<xs:annotation>
								<xs:documentation>Picture location/range Book, chapter, and verse (not printed).</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="copyright" type="xs:string">
							<xs:annotation>
								<xs:documentation>Picture copyright info (printed)</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="caption" type="xs:string">
							<xs:annotation>
								<xs:documentation>Picture caption to be printed.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="reference" type="xs:string">
							<xs:annotation>
								<xs:documentation>Picture reference (book, chapter, and verse) to be printed.</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<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" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Word list entry-- not printed as part of the text.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<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. This corresponds to an OSIS q element with an sID attribute, except that this element contains exactly the quotation punctuation that should be generated by OSIS and which is copied directly into USFM text. If you are not using OSIS, then this element has no use unless you want to use it together with software that automatically generates the correct quotation punctuation for your language. It is used in combination with quoteEnd and quoteRemind.</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.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ior" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Introduction outline references range character style</xs:documentation>
				</xs:annotation>
			</xs:element>
			<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 USFX; 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">
				<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: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>
</xs:schema>
