RE: Trouble with data schema

Hmmm you're right that is what the XSD says - then there is an error with
the spec examples - the problem I now remember was with XSD - how to do a
global data type which you can then specialize.

-----Original Message-----
From: public-p3p-spec-request@w3.org [mailto:public-p3p-spec-request@w3.org]
On Behalf Of Rigo Wenning
Sent: Tuesday, July 05, 2005 16:04
To: public-p3p-spec@w3.org
Subject: Trouble with data schema


Hi all, 

I just discovered that the base dataschema in the new format is doing 
something like:
<datatype>
  <dynamic>
    <cookies>
      <CATEGORY>
        preference
      </CATEGORY>
      <CATEGORY>
        uniqueid
      </CATEGORY>
    </cookies>
  </dynamic>
</datatype>

Now if we want to make it more compact, we would have multiple items in 
the <CATEGORY> - Element. But in this case, we have not specified a 
delimiter. Beforehand, this was an element <preferences /> and 
<uniqueid />. This is not possible anymore. So I think, this is a bug.

Rigo

Received on Tuesday, 5 July 2005 14:17:43 UTC