[osis-core] New Users Manual

Troy A. Griffitts osis-core@bibletechnologieswg.org
Sun, 07 Dec 2003 11:12:36 -0700


This is a multi-part message in MIME format.
--------------020603040503020102020608
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

It's ok, Patrick.  We I always suspected you were on crack :)

 > why do you have canonical defaulting to
 > "false" on w? And what is "short?"

What in the WORLD are you talking about?!  Here's the patch file below. 
  Note the 2 changes:

+ <xs:element name="transChange" type="transChangeCT"/>

in <title> due to the Psalm Titles that I asked you for and you said was 
the first bug found in 2.0! :)

and

- <xs:attribute name="morph" type="osisGenType" use="optional"/>
+ <xs:attribute name="morph" type="xs:string" use="optional"/>

the change of morph from osisGenType to string, which is probably not a 
correct fix, but was my quickest fix to the last 5 or so messages from 
me on osis-core addressing the problem.

	-Troy.




--- osisCore.2.0.1.xsd	Sat Dec  6 20:14:14 2003
+++ osisCore.2.0.1-cw1.xsd	Sat Dec  6 20:12:19 2003
@@ -1273,6 +1273,7 @@
  			<xs:element name="seg" type="segCT"/>
  			<xs:element name="title" type="titleCT"/>
  			<xs:element name="w" type="wCT"/>
+			<xs:element name="transChange" type="transChangeCT"/>
  		</xs:choice>
  		<xs:attribute name="canonical" type="xs:boolean" use="optional" 
default="false"/>
  		<xs:attribute name="short" type="xs:string" use="optional"/>
@@ -1368,7 +1369,7 @@
  		<xs:attribute name="canonical" type="xs:boolean" use="optional"/>
  		<xs:attribute name="gloss" type="xs:string" use="optional"/>
  		<xs:attribute name="lemma" type="osisGenType" use="optional"/>
-		<xs:attribute name="morph" type="osisGenType" use="optional"/>
+		<xs:attribute name="morph" type="xs:string" use="optional"/>
  		<xs:attribute name="POS" type="osisGenType" use="optional"/>
  		<xs:attribute name="src" type="xs:string" use="optional"/>
  		<xs:attribute name="xlit" type="xs:string" use="optional"/>


Patrick Durusau wrote:
> Troy,
> 
> Took a quick look at your diffs, why do you have canonical defaulting to 
> "false" on w? And what is "short?" I don't recall discussing either of 
> these on w.
> 
> I have not seen requests for corrections either. Would like for the 
> schema to become fairly stable, say a year out before we try for another 
> release. Want to get some traction and can do that if we keep tweaking 
> it every few months. We can discuss the timetable for 3.0 at our next 
> meeting, which is supposed to be January?
> 
> May be having a memory lapse so would appreciate some help. ;-)
> 
> Hope you are having a great day!
> 
> Patrick
> 
> Troy A. Griffitts wrote:
> 
>> Hey, thanks Patrick.  What's the scoop on these corrections to the 
>> .xsd?  We've been publishing our own -cw revs of the spec with the 
>> fixes, but would rather have some indication that the fixes will be 
>> incorporated into the standard specification.
>>
>> http://bibletechnologieswg.org/osis/specs/
>>
>>
>> Here's my first miniscule contribution to the user's manual:
>>
>> 13.16. w
>> gloss - Records an alternate language short translation of the word
>>
>>
>> Patrick Durusau wrote:
>>
>>> Guys,
>>>
>>> I will be working on the OSIS users manual over the holidays. 
>>> Planning on issuing a new draft on January 9th (end of the first full 
>>> week of January 2004).
>>>
>>> So, any comments, suggestions or corrections should arrive by January 
>>> 5th, so I can incorporate them into the draft and then send it out 
>>> for your review by 7 January with the final version appearing on the 
>>> following Friday.
>>>
>>> Hope everyone is having a great day!
>>>
>>> Patrick
>>>
>>
>> _______________________________________________
>> osis-core mailing list
>> osis-core@bibletechnologieswg.org
>> http://www.bibletechnologieswg.org/mailman/listinfo/osis-core
>>
> 
> 

--------------020603040503020102020608
Content-Type: text/plain;
 name="patch-2.0.1-cw1.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-2.0.1-cw1.diff"

--- osisCore.2.0.1.xsd	Sat Dec  6 20:14:14 2003
+++ osisCore.2.0.1-cw1.xsd	Sat Dec  6 20:12:19 2003
@@ -1273,6 +1273,7 @@
 			<xs:element name="seg" type="segCT"/>
 			<xs:element name="title" type="titleCT"/>
 			<xs:element name="w" type="wCT"/>
+			<xs:element name="transChange" type="transChangeCT"/>
 		</xs:choice>
 		<xs:attribute name="canonical" type="xs:boolean" use="optional" default="false"/>
 		<xs:attribute name="short" type="xs:string" use="optional"/>
@@ -1368,7 +1369,7 @@
 		<xs:attribute name="canonical" type="xs:boolean" use="optional"/>
 		<xs:attribute name="gloss" type="xs:string" use="optional"/>
 		<xs:attribute name="lemma" type="osisGenType" use="optional"/>
-		<xs:attribute name="morph" type="osisGenType" use="optional"/>
+		<xs:attribute name="morph" type="xs:string" use="optional"/>
 		<xs:attribute name="POS" type="osisGenType" use="optional"/>
 		<xs:attribute name="src" type="xs:string" use="optional"/>
 		<xs:attribute name="xlit" type="xs:string" use="optional"/>

--------------020603040503020102020608--