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: [OASIS Issue Tracker] Commented: (OFFICE-1582) Editor Note: Section17.111 dr3d:transform



    [ http://tools.oasis-open.org/issues/browse/OFFICE-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11505#action_11505 ] 

Patrick Durusau commented on OFFICE-1582:
-----------------------------------------

Well, yes, in OpenDocument-schema-v1.0-os.rng, we said:

<define name="common-dr3d-transform-attlist">
    <optional>
        <attribute name="dr3d:transform"/>
    </optional>
</define>

as the only occurrence of dr3d:transform in that document. 

In OpenDocument-schema-v1.2-cd02.rng, we say:

<define name="common-dr3d-transform-attlist">
    <optional>
        <attribute name="dr3d:transform">
			<ref name="string"/>
		</attribute>
    </optional>
</define>

True enough "string" can represent:

matrix(<a> <b> <c> <d> <e> <f> <g> <h> <i> <j> <k> <l>)
rotatex(<rotate-angle>)
rotatey(<rotate-angle>)
rotatez(<rotate-angle>)
scale(<sx> <sy> <sz>)
translate(<tx> <ty> <tz>)

but that doesn't qualify (at least in my opinion) as a value list in the schema. 

And it doesn't support schema based validation of the values given in any particular document instance.

Summary: This was a much a point about a defect in the prior version as the current one. If schema validation in these cases is to be moved to ODF-Next, then we need to amend the text to say that the listing of values is definitional so that we have a restricted set of "strings" that qualify as values for this attribute. 

Sub-issue: we need units on scale and translate. Yes? 



> Editor Note: Section 17.111 dr3d:transform

> -------------------------------------------
>
>                 Key: OFFICE-1582
>                 URL: http://tools.oasis-open.org/issues/browse/OFFICE-1582
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Bug
>    Affects Versions: ODF 1.2
>            Reporter: Robert Weir 
>            Assignee: Patrick Durusau
>             Fix For: ODF 1.2
>
>
> Transcribed from ODF_Revised_Editorial_Notes_27May2009.odt
> Original author: Patrick Durusau
> Section 17.111 dr3d:transform
> Ed. Note We don't appear to ever define this attribute with a value list in the schema. Or, at least it was not present in version 1, 2nd edition.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


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