<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> |