DR 09-0241: PML, extensibility: CT_Extension's uri attribute should be required

Shawn Villaron shawnv at microsoft.com
Sat Jun 6 17:37:05 CEST 2009


Yes, that’s my understanding based on the COR vs AMD guidelines drafted in Prague.

From: Innovimax SARL [mailto:innovimax at gmail.com]
Sent: Saturday, June 06, 2009 7:29 AM
To: Shawn Villaron
Cc: SC 34 WG4
Subject: Re: DR 09-0241: PML, extensibility: CT_Extension's uri attribute should be required

Dear,

Do we agree that this defect will go to Amendment (since it makes existing files potentially incompatible) ?

Regards,

Mohamed

On Fri, Jun 5, 2009 at 6:42 PM, Shawn Villaron <shawnv at microsoft.com<mailto:shawnv at microsoft.com>> wrote:

Here is my proposed response to this defect report:



DR 09-0241– PML, extensibility: CT_Extension’s uri attribute should be required

Part 1, §119.2.1.11 will be updated as follows:

Child Elements


Subclause


Zero or more Any elements in any namespace


n/a




Part 1, Schema Change Required

   <xsd:complexType name="CT_Extension">

      <xsd:sequence>

         <xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>

      </xsd:sequence>

      <xsd:attribute name="uri" type="xsd:token" use="required"/>

   </xsd:complexType>



Part 1, Relax NG Change Required

p_CT_Extension =

  attribute uri { xsd:token }?,

  p_CT_Extension_any*



Part 4, Schema Change Required

   <xsd:complexType name="CT_Extension">

      <xsd:sequence>

         <xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>

      </xsd:sequence>

      <xsd:attribute name="uri" type="xsd:token" use="required"/>

   </xsd:complexType>



Part 4, Relax NG Change Required

p_CT_Extension =

  attribute uri { xsd:token }?,

  p_CT_Extension_any*







--
Innovimax SARL
Consulting, Training & XML Development
9, impasse des Orteaux
75020 Paris
Tel : +33 9 52 475787
Fax : +33 1 4356 1746
http://www.innovimax.fr
RCS Paris 488.018.631
SARL au capital de 10.000 €
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.vse.cz/pipermail/sc34wg4/attachments/20090606/47655ce6/attachment.htm>


More information about the sc34wg4 mailing list