Definition Type: ComplexType
Name: CT_Cell3D
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-tableStyle.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema dml-tablestyle_xsd Drilldown into lightRig in schema dml-tablestyle_xsd Drilldown into bevel in schema dml-tablestyle_xsd Drilldown into prstMaterial in schema dml-tablestyle_xsdXSD Diagram of CT_Cell3D in schema dml-tablestyle_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Cell3D">
    <xsd:sequence>
        <xsd:element name="bevel" type="CT_Bevel" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Bevel</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lightRig" type="CT_LightRig" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Light Rig</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1">
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="prstMaterial" type="ST_PresetMaterialType" use="optional" default="plastic">
        <xsd:annotation>
            <xsd:documentation>Preset Material</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
bevel a:bevel 1 1
lightRig a:lightRig 0 1
extLst a:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
prstMaterial a:prstMaterial plastic Optional
Collapse Derivation Tree:
Collapse References:
a:cell3D, a:cell3D