[octc-svndiff] SF.net SVN: octc:[422] trunk/core/odd/OCTC_alignment.xml
Brought to you by:
bansp
|
From: <ba...@us...> - 2010-12-18 23:23:21
|
Revision: 422
http://octc.svn.sourceforge.net/octc/?rev=422&view=rev
Author: bansp
Date: 2010-12-18 23:05:08 +0000 (Sat, 18 Dec 2010)
Log Message:
-----------
forgotten cosmetic update
Modified Paths:
--------------
trunk/core/odd/OCTC_alignment.xml
Modified: trunk/core/odd/OCTC_alignment.xml
===================================================================
--- trunk/core/odd/OCTC_alignment.xml 2010-12-18 23:02:50 UTC (rev 421)
+++ trunk/core/odd/OCTC_alignment.xml 2010-12-18 23:05:08 UTC (rev 422)
@@ -24,8 +24,8 @@
<p>This is the schema for the aligned part of the Open-Content Text Corpus (http://sourceforge.net/projects/octc/).</p>
<list n="changelog" type="glossed">
<item><label>Version 0.2, <date when="2010-11-07">2010-11-07</date>, by <name ref="#bansp">Piotr Bański</name></label>:<list type="bulleted">
- <item>Added Schematron assertions to bind the pointing attributes, and to restrict the occurrence of ptr elements with type='part'. They seem messy to me: two rules wouldn't fire under a single pattern, only the first one was triggered.</item>
- <item>They even check whether the @target attributes point correctly and a few more things (will enumerate that later)</item>
+ <item>Added Schematron assertions to bind the pointing attributes, and to restrict the occurrence of ptr elements with type='part'.</item>
+ <item>They even check whether the @target attributes point correctly and a few more things (will enumerate them later)</item>
<item>TODO: decide the fate of div[@type='body'], possibly check @org and @part too, somehow.</item>
</list>
</item>
@@ -179,7 +179,7 @@
</constraint>
</constraintSpec>
<constraintSpec ident="ptr_nesting-3" scheme="isoschematron">
- <desc>Make sure that ptr that occur inside linkGrp[@type='doc'] contain the @rend attribute and that they point at entire files.</desc>
+ <desc>Make sure that ptr that occur inside div[@type='tu'] are of two types only: 'tuv' pointing at translation equivalents and 'part' for further partitions.</desc>
<constraint>
<sch:pattern id="ptr-nest-tu">
<sch:rule context="tei:ptr[ancestor::tei:div[@type='tu']]">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|