Definition Type: ComplexType
Name: CT_PhotoAlbum
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-presentation.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema pml-presentation_xsd Drilldown into frame in schema pml-presentation_xsd Drilldown into layout in schema pml-presentation_xsd Drilldown into showCaptions in schema pml-presentation_xsd Drilldown into bw in schema pml-presentation_xsdXSD Diagram of CT_PhotoAlbum in schema pml-presentation_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_PhotoAlbum">
    <xsd:sequence>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="bw" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Black and White</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="showCaptions" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Show/Hide Captions</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="layout" type="ST_PhotoAlbumLayout" use="optional" default="fitToSlide">
        <xsd:annotation>
            <xsd:documentation>Photo Album Layout</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="frame" type="ST_PhotoAlbumFrameShape" use="optional" default="frameStyle1">
        <xsd:annotation>
            <xsd:documentation>Frame Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
extLst p:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
bw p:bw false Optional
showCaptions p:showCaptions false Optional
layout p:layout fitToSlide Optional
frame p:frame frameStyle1 Optional
Collapse Derivation Tree:
Collapse References:
p:photoAlbum