Definition Type: ComplexType
Name: extrusionElt
Namespace: urn:schemas-microsoft-com:office:office
Containing Schema: office.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into lightharsh2 in schema office_xsd Drilldown into lightlevel2 in schema office_xsd Drilldown into lightposition2 in schema office_xsd Drilldown into lightharsh in schema office_xsd Drilldown into lightlevel in schema office_xsd Drilldown into lightposition in schema office_xsd Drilldown into brightness in schema office_xsd Drilldown into lightface in schema office_xsd Drilldown into facet in schema office_xsd Drilldown into edge in schema office_xsd Drilldown into metal in schema office_xsd Drilldown into diffusity in schema office_xsd Drilldown into specularity in schema office_xsd Drilldown into shininess in schema office_xsd Drilldown into color in schema office_xsd Drilldown into colormode in schema office_xsd Drilldown into rotationangle in schema office_xsd Drilldown into rotationcenter in schema office_xsd Drilldown into autorotationcenter in schema office_xsd Drilldown into lockrotationcenter in schema office_xsd Drilldown into orientationangle in schema office_xsd Drilldown into orientation in schema office_xsd Drilldown into backdepth in schema office_xsd Drilldown into foredepth in schema office_xsd Drilldown into skewamt in schema office_xsd Drilldown into skewangle in schema office_xsd Drilldown into plane in schema office_xsd Drilldown into viewpoint in schema office_xsd Drilldown into viewpointorigin in schema office_xsd Drilldown into render in schema office_xsd Drilldown into type in schema office_xsd Drilldown into on in schema office_xsd Drilldown into ext in schema vml_xsdXSD Diagram of extrusionElt in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="extrusionElt">
    <xsd:attribute ref="v:ext" use="optional">
    </xsd:attribute>
    <xsd:attribute name="on" type="tfType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="type" default="parallel" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="perspective">
                </xsd:enumeration>
                <xsd:enumeration value="parallel">
                </xsd:enumeration>
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="render" default="solid" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="solid">
                </xsd:enumeration>
                <xsd:enumeration value="wireFrame">
                </xsd:enumeration>
                <xsd:enumeration value="boundingcube">
                </xsd:enumeration>
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="viewpointorigin" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="viewpoint" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="plane" default="XY" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="XY">
                </xsd:enumeration>
                <xsd:enumeration value="ZX">
                </xsd:enumeration>
                <xsd:enumeration value="YZ">
                </xsd:enumeration>
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="skewangle" type="xsd:float" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="skewamt" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="foredepth" type="xsd:float" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="backdepth" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="orientation" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="orientationangle" type="xsd:float" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lockrotationcenter" type="tfType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="autorotationcenter" type="tfType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="rotationcenter" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="rotationangle" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="colormode" type="tfType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="color" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="shininess" type="xsd:float" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="specularity" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="diffusity" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="metal" type="tfType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="edge" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="facet" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lightface" type="tfType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="brightness" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lightposition" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lightlevel" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lightharsh" type="tfType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lightposition2" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lightlevel2" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lightharsh2" type="tfType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
ext v:ext Optional
on o:on Optional
type o:type parallel Optional
render o:render solid Optional
viewpointorigin o:viewpointorigin Optional
viewpoint o:viewpoint Optional
plane o:plane XY Optional
skewangle o:skewangle Optional
skewamt o:skewamt Optional
foredepth o:foredepth Optional
backdepth o:backdepth Optional
orientation o:orientation Optional
orientationangle o:orientationangle Optional
lockrotationcenter o:lockrotationcenter Optional
autorotationcenter o:autorotationcenter Optional
rotationcenter o:rotationcenter Optional
rotationangle o:rotationangle Optional
colormode o:colormode Optional
color o:color Optional
shininess o:shininess Optional
specularity o:specularity Optional
diffusity o:diffusity Optional
metal o:metal Optional
edge o:edge Optional
facet o:facet Optional
lightface o:lightface Optional
brightness o:brightness Optional
lightposition o:lightposition Optional
lightlevel o:lightlevel Optional
lightharsh o:lightharsh Optional
lightposition2 o:lightposition2 Optional
lightlevel2 o:lightlevel2 Optional
lightharsh2 o:lightharsh2 Optional
Collapse Derivation Tree:
Collapse References:
o:extrusion