Re: P3P and XML Schemas

Martin, 

I will write a comment to XML schema folks about 
the flexible order things. Could you give me your 
opinion about this?

When you say "flexible order", what kind of flexibility 
do you consider?
Suppose that DTD is like `(disclosure, statement+, extension*)`.
"Example A" is perfectly compatible with the DTD.

Did you want to allow "Example B" and "Example C"?
Or did you want to allow only "Example B"?


Example A
<disclosure>...</disclosure>
<statement>...</statement>
<statement>...</statement>
<extension>...</extension>
<extension>...</extension>

Example B
<disclosure>...</disclosure>
<extension>...</extension>
<extension>...</extension>
<statement>...</statement>
<statement>...</statement>

Example C
<statement>...</statement>
<extension>...</extension>
<disclosure>...</disclosure>
<statement>...</statement>
<extension>...</extension>

    Regards,

-- 
Yuichi Koike (koike@w3.org)

Received on Thursday, 13 April 2000 16:57:33 UTC