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] Issue Comment Edited: (OFFICE-2215) PublicComment: Comments on Part 3: RNG schema for digital signature



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

Dennis Hamilton edited comment on OFFICE-2215 at 12/3/09 5:43 PM:
------------------------------------------------------------------

I suspect that offering an RNG schema for this part was prompted by the following rather objectionable portion of the current schema (with correction for incorrect use of xmldsig as a namespace prefix):

<grammar
        xmlns:coredsig="http://www.w3.org/2000/09/xmldsig#";
        >

<define name="xmldsig-signature">
	<element name="coredsig:Signature">
		<ref name="xmldsigMarkup"/>
	</element>
</define>
<!-- To avoid inclusion of the complete XMLDSIG schema, anything -->
<!-- is allowed within a xmldsig:Signature element               -->
<define name="xmldsigMarkup">
        <zeroOrMore>
                <choice>
                        <attribute>
                                <anyName/>
                        </attribute>
                        <text/>
                        <element>
                                <anyName/>
                                <ref name="xmldsigMarkup"/>
                        </element>
                </choice>
        </zeroOrMore>
</define>
</grammar>


      was (Author: orcmid):
    I suspect that offering an RNG schema for this part was prompted by the following rather objectionalbe portion of the current schema (with correction for incorrect use of xmldsig as a namespace prefix):

<grammar
        xmlns:ds="http://www.w3.org/2000/09/xmldsig#";
        >

<define name="xmldsig-signature">
	<element name="ds:Signature">
		<ref name="xmldsigMarkup"/>
	</element>
</define>
<!-- To avoid inclusion of the complete XMLDSIG schema, anything -->
<!-- is allowed within a xmldsig:Signature element               -->
<define name="xmldsigMarkup">
        <zeroOrMore>
                <choice>
                        <attribute>
                                <anyName/>
                        </attribute>
                        <text/>
                        <element>
                                <anyName/>
                                <ref name="xmldsigMarkup"/>
                        </element>
                </choice>
        </zeroOrMore>
</define>
</grammar>

  
> Public Comment: Comments on Part 3: RNG schema for digital signature
> --------------------------------------------------------------------
>
>                 Key: OFFICE-2215
>                 URL: http://tools.oasis-open.org/issues/browse/OFFICE-2215
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Bug
>          Components: Schema and Datatypes
>    Affects Versions: ODF 1.2 Part 3 CD 1
>            Reporter: Robert Weir 
>            Priority: Minor
>
> Copied from office-comment list
> Original author: "MURATA Makoto (FAMILY Given)" <eb2m-mrt@asahi-net.or.jp> 
> Original date: 17 Nov 2009 02:23:24 -0000
> Original URL: http://lists.oasis-open.org/archives/office-comment/200911/msg00002.html

-- 
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]