Case errors in XML Schema for P3P

In http://www.w3.org/TR/P3P/#Appendix_schema,
you have
              <element name='policy'>
               <type>
                <attribute name='entity'>
                 <datatype basetype='STRING'
                </attribute>

                 <element ref='disclosure' minOccurs='1'/>
                 <element ref='disputes-group' minOccurs='0'/>
                 <element ref='statement' minOccurs='1' maxOccurs='*'/>
                 <element ref='extension' minOccurs='0' maxOccurs='*'/>

               </type>
              </element>


On the other hand, in the examples and elsewhere,
it's <POLICY>, <DISCLOSURE>.

XML is case-sensitive, so please make sure these discrepancies are
fixed.


Regards,   Martin.

Received on Tuesday, 4 April 2000 09:54:02 UTC