CT_Shape3D

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
contourW ST_PositiveCoordinate 0 optional
extrusionH ST_PositiveCoordinate 0 optional
prstMaterial ST_PresetMaterialType warmMatte optional
z ST_Coordinate 0 optional

Used By

Source

<xsd:complexType name="CT_Shape3D">
  <xsd:sequence>
    <xsd:element name="bevelT" type="CT_Bevel" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="bevelB" type="CT_Bevel" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="extrusionClr" type="CT_Color" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="contourClr" type="CT_Color" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="z" type="ST_Coordinate" use="optional" default="0"/>
  <xsd:attribute name="extrusionH" type="ST_PositiveCoordinate" use="optional" default="0"/>
  <xsd:attribute name="contourW" type="ST_PositiveCoordinate" use="optional" default="0"/>
  <xsd:attribute name="prstMaterial" type="ST_PresetMaterialType" use="optional" default="warmMatte"/>
</xsd:complexType>