DR 09-0242: PML, graphical objects: CT_GraphicalObjectFrame is missing the bwMode attribute

Shawn Villaron shawnv at microsoft.com
Fri Jun 5 18:58:27 CEST 2009


Here is my response to this defect report:
DR 09-0242- PML, graphical objects: CT_GraphicalObjectFrame is missing the bwMode attribute
Part 1, §19.3.1.21 will be updated as follows:
Attributes

Description

bwMode (Black and White Mode)

Namespace: .../drawingml/2006/main

Specifies how the graphical object should be rendered using color, black or white, or grayscale.

[Note: This does not mean that the graphical object itself is stored with only black and white or grayscale information. This attribute instead sets the rendering mode that the graphical object uses. end note]

The possible values for this attribute are defined by the ST_BlackWhiteMode simple type (§Error! Reference source not found.).


Part 1, Schema Change Required

   <xsd:complexType name="CT_GraphicalObjectFrame">

      <xsd:sequence>

         <xsd:element name="nvGraphicFramePr" type="CT_GraphicalObjectFrameNonVisual" minOccurs="1" maxOccurs="1"/>

         <xsd:element name="xfrm" type="a:CT_Transform2D" minOccurs="1" maxOccurs="1"/>

         <xsd:element ref="a:graphic" minOccurs="1" maxOccurs="1"/>

         <xsd:element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1"/>

      </xsd:sequence>

      <xsd:attribute name="bwMode" type="ST_BlackWhiteMode" use="optional"/>

   </xsd:complexType>

Part 1, Relax NG Change Required

p_CT_GraphicalObjectFrame =

  element nvGraphicFramePr { p_CT_GraphicalObjectFrameNonVisual },

  element xfrm { a_CT_Transform2D },

  a_graphic,

  element extLst { p_CT_ExtensionListModify }?,

  attribute bwMode { a_ST_BlackWhiteMode }?

Part 4, Schema Change Required

   <xsd:complexType name="CT_GraphicalObjectFrame">

      <xsd:sequence>

         <xsd:element name="nvGraphicFramePr" type="CT_GraphicalObjectFrameNonVisual" minOccurs="1" maxOccurs="1"/>

         <xsd:element name="xfrm" type="a:CT_Transform2D" minOccurs="1" maxOccurs="1"/>

         <xsd:element ref="a:graphic" minOccurs="1" maxOccurs="1"/>

         <xsd:element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1"/>

      </xsd:sequence>

      <xsd:attribute name="bwMode" type="ST_BlackWhiteMode" use="optional"/>

   </xsd:complexType>

Part 4, Relax NG Change Required

p_CT_GraphicalObjectFrame =

  element nvGraphicFramePr { p_CT_GraphicalObjectFrameNonVisual },

  element xfrm { a_CT_Transform2D },

  a_graphic,

  element extLst { p_CT_ExtensionListModify }?,

  attribute bwMode { a_ST_BlackWhiteMode }?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.vse.cz/pipermail/sc34wg4/attachments/20090605/9a1ab5c5/attachment.htm>


More information about the sc34wg4 mailing list