Base Data Schema definition

Giles, 

in your new base data schema draft, you start like this:

<xsd:schema 
  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  xmlns="http://www.w3.org/2002/01/BDSP3Pv1.1" 
  xmlns:p3p="http://www.w3.org/2002/01/P3Pv1" 
  xmlns:p3pbds="http://www.w3.org/2002/01/BDSP3Pv1.1" 
  elementFormDefault="qualified" 
  targetNamespace="http://www.w3.org/2002/01/BDSP3Pv1.1">
     <xsd:import 
      schemaLocation="http://www.w3.org/2002/01/P3Pv1.xsd" 
      namespace="http://www.w3.org/2002/01/P3Pv1" />

I think, the targetNamespace MUST be something different. It should be a 
new namespace. Suggestion is /2005/08/BDS-P3P11

You fail to close <xsd:import>

Does that mean, the old 1.0 Schema should be replaced in the Spec as it 
is already in the 1.0 REC and can be imported from there? Or should we 
provide a combined XML Schema?

Best, 

Rigo

Received on Thursday, 18 August 2005 12:30:56 UTC