Definition Type: ComplexType
Name: CT_Picture
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-slide.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema pml-slide_xsd Drilldown into style in schema pml-slide_xsd Drilldown into spPr in schema pml-slide_xsd Drilldown into blipFill in schema pml-slide_xsd Drilldown into nvPicPr in schema pml-slide_xsdXSD Diagram of CT_Picture in schema pml-slide_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Picture">
    <xsd:sequence>
        <xsd:element name="nvPicPr" type="CT_PictureNonVisual" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Non-Visual Properties for a Picture</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="blipFill" type="a:CT_BlipFillProperties" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Picture Fill</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="1" maxOccurs="1" />
        <xsd:element name="style" type="a:CT_ShapeStyle" minOccurs="0" maxOccurs="1" />
        <xsd:element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
nvPicPr p:nvPicPr 1 1
blipFill p:blipFill 1 1
spPr p:spPr 1 1
style p:style 0 1
extLst p:extLst 0 1
Collapse Derivation Tree:
Collapse References:
p:pic