- From: Sandy Gao <sandygao@ca.ibm.com>
- Date: Thu, 25 Oct 2007 11:35:32 -0400
- To: public-sml@w3.org
- Message-ID: <OFD34A1B6E.72A9914B-ON8525737F.0049E37D-8525737F.0055B271@ca.ibm.com>
Kumar,
How do you plan to answer the question raised in comment #3?
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5047#c3
That is, if there are more than one sub-element under <data>, what marks
the beginning and end of the embedded document? e.g.
<data>
<!-- some comment -->
<my:root>...</my:root>
<!-- some other comment -->
<some:element> ... </some:element>
</data>
I'm fine with
<xs:any processContents="skip"/>
<xs:any namespace="##other" processContents="lax"
minOccurs="0" maxOccurs="unbounded"/>
if we think the ability to allow extension points in <data> is desirable,
but we need to be precise with the semantics.
Thanks,
Sandy Gao
XML Technologies, IBM Canada
Editor, W3C XML Schema WG
Member, W3C SML WG
(1-905) 413-3255 T/L 969-3255
Kumar Pandit <kumarp@windows.microsoft.com>
Sent by: public-sml-request@w3.org
2007-10-24 10:19 PM
To
"public-sml@w3.org" <public-sml@w3.org>
cc
Kumar Pandit <kumarp@windows.microsoft.com>
Subject
[bug 5047] Content of "dataType" in the IF schema
I think this proposal from Sandy should be easy to agree on. Most of us
agreed on this informally during one of our meetings. Pratul & I have
already entered our agreement in the bug text.
------- Comment #1 >From Pratul Dublish 2007-09-24 04:27:49 [reply]
-------
I agree with Sandy's proposal with extension point
<xs:sequence>
<xs:any processContents="skip"/>
<xs:any namespace="##other" processContents="lax"
minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
------- Comment #2 >From Kumar Pandit 2007-09-24 07:20:43 [reply] -------
I agree with this proposal.
Received on Thursday, 25 October 2007 15:54:33 UTC