OASIS Open Document Format for Office Applications (OpenDocument) TC

 View Only
  • 1.  OFFICE-3768 empty cell continue

    Posted 05-12-2020 12:49
    Hi all, another attempt for empty cells. Kind regards Regina Attachment: EmptyCell RH 20200512.odt Description: application/vnd.oasis.opendocument.text


  • 2.  Re: [office] OFFICE-3768 empty cell continue

    Posted 05-13-2020 14:29
    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>