OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [office] OFFICE-3768 empty cell continue


Hi all,

Andreas pointed me to some wrong wording and to missing schema change.

Attached is the corrected document and a diff for the schema.

Kind regards
Regina

Regina Henschel schrieb am 12-May-20 um 14:48:
Hi all,

another attempt for empty cells.

Kind regards
Regina



---------------------------------------------------------------------
To unsubscribe from this mail list, you must leave the OASIS TC that
generates this mail.  Follow this link to all your TCs in OASIS at:
https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php


Attachment: EmptyCell RH 20200513.odt
Description: application/vnd.oasis.opendocument.text

--- OpenDocument-schema-v1.3.rng	2019-12-16 02:06:43.000000000 +0100
+++ "OpenDocument-schema-v1.3 - EmptyCell.rng"	2020-05-13 14:52:42.394806000 +0200
@@ -1330,14 +1330,32 @@
           <rng:value>jewish</rng:value>
           <rng:value>buddhist</rng:value>
           <rng:ref name="string"/>
         </rng:choice>
       </rng:attribute>
     </rng:optional>
   </rng:define>
+  <rng:define name="common-cell-value-and-type-attlist">
+    <rng:choice>
+      <rng:ref name="common-value-and-type-attlist"/>
+      <!-- https://issues.oasis-open.org/browse/OFFICE-3759 -->
+      <rng:group>
+        <rng:attribute name="office:value-type">
+          <rng:value>error</rng:value>
+        </rng:attribute>
+        <rng:attribute name="office:string-value">
+          <rng:ref name="string"/>
+        </rng:attribute>
+      </rng:group>
+      <!-- https://issues.oasis-open.org/browse/OFFICE-3768 -->
+      <rng:attribute name="office:value-type">
+        <rng:value>void</rng:value>
+      </rng:attribute>
+    </rng:choice>
+  </rng:define>
   <rng:define name="common-contour-attlist">
     <rng:attribute name="draw:recreate-on-edit">
       <rng:ref name="boolean"/>
     </rng:attribute>
   </rng:define>
   <rng:define name="common-control-id-attlist">
     <rng:group>
@@ -13988,15 +14006,15 @@
       </rng:optional>
       <rng:optional>
         <rng:attribute name="table:number-matrix-rows-spanned">
           <rng:ref name="positiveInteger"/>
         </rng:attribute>
       </rng:optional>
       <rng:optional>
-        <rng:ref name="common-value-and-type-attlist"/>
+        <rng:ref name="common-cell-value-and-type-attlist"/>
       </rng:optional>
     </rng:interleave>
   </rng:define>
   <rng:define name="table-columns">
     <rng:choice>
       <rng:ref name="table-table-columns"/>
       <rng:oneOrMore>
@@ -15832,15 +15850,15 @@
       </rng:optional>
       <rng:optional>
         <rng:attribute name="table:formula">
           <rng:ref name="string"/>
         </rng:attribute>
       </rng:optional>
       <rng:optional>
-        <rng:ref name="common-value-and-type-attlist"/>
+        <rng:ref name="common-cell-value-and-type-attlist"/>
       </rng:optional>
       <rng:optional>
         <rng:attribute name="table:protect">
           <rng:ref name="boolean"/>
         </rng:attribute>
       </rng:optional>
       <rng:optional>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]