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: OFFICE-3665 proposal


Attached is the proposal text for OFFICE-3665 including the schema diff.

Andreas

--

Andreas J. Guelzow, PhD FTICA

Registrar & Director of Enrolment Services

Professor, Mathematical & Computing Sciences

Direct: +1 780 479 9290
Toll-Free: +1 866 479 5200

Concordia University of
                                        Edmonton

concordia.ab.ca


Concordia University of
                                      Edmonton Twitter Concordia University of
                                      Edmonton Instagram Concordia University of
                                      Edmonton Facebook

Attachment: Proposal.odf.odt
Description: application/vnd.oasis.opendocument.text

--- OpenDocument-v1.2-os-schema.rng	2011-09-28 22:00:00.000000000 -0600
+++ OpenDocument-v1.2-os-schema-proposal.rng	2018-06-04 21:14:52.071754913 -0600
@@ -4823,9 +4823,23 @@
 		</element>
 	</define>
 	<define name="table-source-cell-range-attlist">
-		<attribute name="table:cell-range-address">
-			<ref name="cellRangeAddress"/>
-		</attribute>
+	        <interleave>
+	             <choice>
+		        <attribute name="table:cell-range-address">
+		        	<ref name="cellRangeAddress"/>
+		        </attribute>
+			<group>
+			  <attribute name="table:name">
+			    <ref name="string"/>
+			  </attribute>
+			  <optional>
+			    <attribute name="table:cell-range-address">
+			      <ref name="cellRangeAddress"/>
+			    </attribute>
+			  </optional>
+			</group>
+		    </choice>
+		</interleave>
 	</define>
 	<define name="table-source-service">
 		<element name="table:source-service">


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