Definition Type: ComplexType
Name: CT_Camera
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shape3DCamera.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into rot in schema dml-shape3dcamera_xsd Drilldown into zoom in schema dml-shape3dcamera_xsd Drilldown into fov in schema dml-shape3dcamera_xsd Drilldown into prst in schema dml-shape3dcamera_xsdXSD Diagram of CT_Camera in schema dml-shape3dcamera_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Camera">
    <xsd:sequence>
        <xsd:element name="rot" type="CT_SphereCoords" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Rotation</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="prst" type="ST_PresetCameraType" use="required">
        <xsd:annotation>
            <xsd:documentation>Preset Camera Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="fov" type="ST_FOVAngle" use="optional">
        <xsd:annotation>
            <xsd:documentation>Field of View</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="zoom" type="ST_PositivePercentage" use="optional" default="100000">
        <xsd:annotation>
            <xsd:documentation>Zoom</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rot a:rot 0 1
Collapse Child Attributes:
Name Type Default Value Use
prst a:prst Required
fov a:fov Optional
zoom a:zoom 100000 Optional
Collapse Derivation Tree:
Collapse References:
a:camera