- From: CVS User jkosek <cvsmail@w3.org>
- Date: Tue, 24 Sep 2013 10:27:07 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas
In directory gil:/tmp/cvs-serv26249
Modified Files:
its20-html5-types.rnc its20-types.rnc its20-types.rng
its20.rng
Log Message:
Aligned schema with a spec
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-html5-types.rnc 2013/04/04 13:45:36 1.2
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-html5-types.rnc 2013/09/24 10:27:07 1.3
@@ -146,6 +146,6 @@
its-storageEncoding.type = string
-its-lineBreakType.type = w:string "cr" | w:string "lr" | w:string "crlf" | w:string "nel"
+its-lineBreakType.type = w:string "cr" | w:string "lf" | w:string "crlf"
its-annotatorsRef.type = string
\ No newline at end of file
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc 2013/04/03 16:14:24 1.18
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc 2013/09/24 10:27:07 1.19
@@ -192,6 +192,6 @@
its-storageEncodingPointer.type = its-relative-selector.type
-its-lineBreakType.type = "cr" | "lr" | "crlf" | "nel"
+its-lineBreakType.type = "cr" | "lf" | "crlf"
its-annotatorsRef.type = string
\ No newline at end of file
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng 2013/07/18 06:52:59 1.17
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng 2013/09/24 10:27:07 1.18
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<grammar
- xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
- xmlns="http://relaxng.org/ns/structure/1.0"
- datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+<grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<define name="its-version.type">
<a:documentation>Version of ITS</a:documentation>
<data type="string">
@@ -37,8 +34,7 @@
</data>
</define>
<define name="its-translate.type">
- <a:documentation>The Translate data category information
- to be attached to the current node</a:documentation>
+ <a:documentation>The Translate data category information to be attached to the current node</a:documentation>
<choice>
<value>yes</value>
<a:documentation>The nodes need to be translated</a:documentation>
@@ -93,14 +89,11 @@
<a:documentation>States whether current context is regarded as "within text"</a:documentation>
<choice>
<value>yes</value>
- <a:documentation>The element and its content are part of the flow of
- its parent element</a:documentation>
+ <a:documentation>The element and its content are part of the flow of its parent element</a:documentation>
<value>no</value>
- <a:documentation>The element splits the text flow of its parent element and its content
- is an independent text flow</a:documentation>
+ <a:documentation>The element splits the text flow of its parent element and its content is an independent text flow</a:documentation>
<value>nested</value>
- <a:documentation>The element is part of the flow of its parent element,
- its content is an independent flow</a:documentation>
+ <a:documentation>The element is part of the flow of its parent element, its content is an independent flow</a:documentation>
</choice>
</define>
<define name="its-domainMapping.type">
@@ -321,9 +314,8 @@
<define name="its-lineBreakType.type">
<choice>
<value>cr</value>
- <value>lr</value>
+ <value>lf</value>
<value>crlf</value>
- <value>nel</value>
</choice>
</define>
<define name="its-annotatorsRef.type">
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rng 2013/05/26 10:33:54 1.23
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/schemas/its20.rng 2013/09/24 10:27:07 1.24
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<grammar ns="http://www.w3.org/2005/11/its"
- xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:its="http://www.w3.org/2005/11/its"
- xmlns="http://relaxng.org/ns/structure/1.0"
- datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+<grammar ns="http://www.w3.org/2005/11/its" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:its="http://www.w3.org/2005/11/its" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<include href="its20-types.rng"/>
<define name="its-attribute.translate">
<attribute name="its:translate">
Received on Tuesday, 24 September 2013 10:27:12 UTC