﻿<?xml version="1.0" encoding="UTF-8"?>

<osis xmlns="http://www.bibletechnologies.net/2003/OSIS/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bibletechnologies.net/2003/OSIS/namespace http://www.bibletechnologies.net/osisCore.2.1.1.xsd">

<osisText osisRefWork="book" xml:lang="en" osisIDWork="testWorkID">

<work>
<title>OSIS Genbook</title>
<author>Daniel Owens</author>
</work>

<header>
<work osisIDWork="testWorkID"/>
</header>

<work osisWork="Bible">
<refSystem>Bible</refSystem>
</work>

<div type="bookGroup" osisID="***">
<title>Book Group</title>

<div type="book" osisID="***">
<title>Book Title</title>
<title type="x-author">Author's Name</title>
<p>Copyright</p>

<div type="x-unit" osisID="***">
<title>Unit 1</title>

<div type="chapter" osisID="***">
<title>Chapter 1</title>
<p>This is Chapter 1, the introduction.</p>

<div type="section" osisID="***">
<title>Section 1</title>
<p>This is chapter 1, section 1.</p>
</div>

<div type="section" osisID="***">
<title>Section 2</title>
<p>This is chapter 1, section 2.</p>
</div>
</div>

<div type="chapter" osisID="***">
<title>Chapter 2</title>
<p>This is Chapter 2, the introduction.</p>

<div type="section" osisID="***">
<title>Section 1</title>
<p>This is chapter 2, section 1.</p>
</div>

<div type="section" osisID="***">
<title>Section 2</title>
<p>This is chapter 2, section 2.</p>
<p>Default Italics</p>
</div>
</div>
</div>
</div>
</div>

</osisText>

</osis>

