Partager via


2.29.4.4 ST_GroupShapeChangesBits

Target namespace: http://schemas.microsoft.com/office/drawing/2013/main/command

Referenced by: CT_GroupShapeChanges

A simple type that specifies a list of ST_GroupShapeChangeBit (section 2.29.4.3) values. It can be used for describing one or more types of changes on a group shape.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_GroupShapeChangesBits">
   <xsd:list itemType="ST_GroupShapeChangeBit"/>
 </xsd:simpleType>

See section 5.27 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).