lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6129] Require attributes that were formerly optional


From: Greg Chicares
Subject: [lmi-commits] [6129] Require attributes that were formerly optional
Date: Sun, 15 Mar 2015 17:45:36 +0000

Revision: 6129
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6129
Author:   chicares
Date:     2015-03-15 17:45:35 +0000 (Sun, 15 Mar 2015)
Log Message:
-----------
Require attributes that were formerly optional

Modified Paths:
--------------
    lmi/trunk/multiple_cell_document.rnc
    lmi/trunk/single_cell_document.rnc

Modified: lmi/trunk/multiple_cell_document.rnc
===================================================================
--- lmi/trunk/multiple_cell_document.rnc        2015-03-15 17:37:19 UTC (rev 
6128)
+++ lmi/trunk/multiple_cell_document.rnc        2015-03-15 17:45:35 UTC (rev 
6129)
@@ -33,8 +33,7 @@
 
 start = element multiple_cell_document
     {attribute version {"1"}
-    ,## Optional for now; to be required in the future.
-     attribute data_source {xsd:nonNegativeInteger}?
+    ,attribute data_source {xsd:nonNegativeInteger}
 
     ,element case_default     {cell_element  }
     ,element class_defaults   {cell_element +}

Modified: lmi/trunk/single_cell_document.rnc
===================================================================
--- lmi/trunk/single_cell_document.rnc  2015-03-15 17:37:19 UTC (rev 6128)
+++ lmi/trunk/single_cell_document.rnc  2015-03-15 17:45:35 UTC (rev 6129)
@@ -24,10 +24,8 @@
 # Use file extension '.ill' for single-life xml documents.
 
 start = element single_cell_document
-    {## Optional for now; to be required in the future.
-     attribute version {"1"}?
-    ,## Optional for now; to be required in the future.
-     attribute data_source {xsd:nonNegativeInteger}?
+    {attribute version {"1"}
+    ,attribute data_source {xsd:nonNegativeInteger}
 
     ,cell_element
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]