RE: Problems with the P3P Schema

OK sorry - we missed the type reference.
There still seems to be a problem with the entity element however.
In the DTD, it allows for an extension child, but in the schema, it does
not.
This could be a problem for the XSD data schema, because if it is going to
be useful, it would need to be applied also within the entity element...
Do you think we could add the possibility of an extension here?

Thanks

Giles

>**-----Original Message-----
>**From: Yuichi Koike [mailto:koike@ay.jp.nec.com] 
>**Sent: 22 September 2004 04:00
>**To: Giles Hogben; public-p3p-spec@w3.org
>**Subject: Re: Problems with the P3P Schema
>**
>**
>**Hello,
>**
>**
>**>    ***   <element name='DATA-GROUP' type='p3p:data-group-type'
>**>  maxOccurs='unbounded'/>  ****
>**
>**The above lines says:
>**"The element type of <DATA-GROP> is 'p3p:data-group-type' ".
>**
>**The 'data-group-type' is defined in other part of the schema.
>**
>** <complexType name='data-group-type'>
>**  <sequence>
>**   <element ref='p3p:EXTENSION' minOccurs='0' maxOccurs='unbounded'/>
>**   <element name='DATA' type='p3p:data-in-statement' 
>**maxOccurs='unbounded'/>
>**   <element ref='p3p:EXTENSION' minOccurs='0' maxOccurs='unbounded'/>
>**  </sequence>
>**  <attribute name='base' type='anyURI' 
>**             use='optional' default='http://www.w3.org/TR/P3P/base'/>
>** </complexType>
>**
>**It says that <DATA-GROUP> element has
>**    - 0 or more EXTENSION elements,
>**    - one or more than one DATA elements,
>**    - 0 or more EXTENSION elements 
>**as its children.
>**
>**> There may be other errors. We need to take a real policy 
>**and make sure 
>**> it really does validate with a schema validator (has 
>**someone already 
>**> tried this?).
>**
>**P3P validator uses XSV (XML Schema Validator) as 
>**sub module. I think it is working well.
>**
>**http://www.w3.org/2001/03/webdata/xsv?docAddrs=http%3A%2F%2Fw
>**ww.att.com%2Fprivacy%2Fp3p2.xml&warnings=on&style=xsl
>**
>**Regards,
>**
>**--
>**Yuichi Koike ( koike@ay.jp.nec.com )
>**NEC Corporation
>**Internet System Laboratory
>**
>**

Received on Wednesday, 22 September 2004 07:22:49 UTC