[osis-core] RE: Work Issue

Troy A. Griffitts osis-core@bibletechnologieswg.org
Wed, 29 Jan 2003 18:00:31 -0700


Todd,
	What's wrong with:

<osisText osisIDWork="kjv1612">

   <header>
     <work osisWork="kjv1612">
          lots of metadata
     </work>
     <work osisWork="nrsv1988">
          lots of metadata
     </work>
     <work osisWork="hebrewRefSystem">
       <refSystem>Bible.Hebrew</refSystem>
     </work>

   </header>

   <div>

     <verse osisID="Ps.1.1 hebrewRefSystem:Ps.1.2">.</verse>

   </div>
</osisText>


I'm not clear on exactly what problem we're trying to solve.

No prefix means my default ref system (the refSystem inside my own work 
entry), prefix means lookup the work in the header and use it's 
refsystem, right?  This is true for both osisID's and osisRef's, isn't it?

	-Troy.