RE: [Bug 5047] Content of "dataType" in the IF schema

Looks like we have consensus on this bug (Comment #10).   I will mark this bug as editorial  tomorrow morning, so please speak up now if you disagree with the proposed resolution.

From: Sandy Gao [mailto:sandygao@ca.ibm.com]
Sent: Monday, November 05, 2007 8:39 AM
To: Kumar Pandit
Cc: public-sml@w3.org
Subject: Re: [Bug 5047] Content of "dataType" in the IF schema


> We must have the ability to have empty dataType content. It is used to
> represent tombstoned documents in one of our scenarios.

The spec needs to be clear about what it means when <data> contains no sub-element. I can open another bug to track it and we can close this one as you suggested.

Thanks,
Sandy Gao
XML Technologies, IBM Canada
Editor, W3C XML Schema WG<http://www.w3.org/XML/Schema/>
Member, W3C SML WG<http://www.w3.org/XML/SML/>
(1-905) 413-3255 T/L 313-3255


Kumar Pandit <kumarp@windows.microsoft.com>

2007-11-01 10:00 PM

To

"public-sml@w3.org" <public-sml@w3.org>, Sandy Gao/Toronto/IBM@IBMCA

cc

Kumar Pandit <kumarp@windows.microsoft.com>

Subject

[Bug 5047] Content of "dataType" in the IF schema







I believe we are very close to a resolution on this bug. Does anyone disagree with this proposal?

Sandy, you had some concerns. Are you ok with this definition?


------- Comment #10<http://www.w3.org/Bugs/Public/show_bug.cgi?id=5047> From Kumar Pandit<mailto:kumarp@microsoft.com> 2007-11-01 04:32:01 [reply<http://www.w3.org/Bugs/Public/show_bug.cgi?id=5047>] -------
I agree about the need to match elements without a namespace. I am ok with the
definition being:

  <xs:complexType name="dataType" mixed="false">
    <xs:sequence>
      <xs:any processContents="skip" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>

We must have the ability to have empty dataType content. It is used to
represent tombstoned documents in one of our scenarios.

Received on Tuesday, 6 November 2007 01:56:21 UTC