p:custShow
Custom Show
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-presentation.xsd
Other elements with the same name: p:custShow
Type: p:CT_CustomShow
Properties: Local, Qualified
Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | p:ST_Name | Custom Show Name | |
id | [1..1] | xsd:unsignedInt | Custom Show ID |
Used in
- Type p:CT_CustomShowList (Element p:custShowLst)
Sample instance
<p:custShow name="string" id="1"> <p:sldLst> <p:sld r:id="string"/> </p:sldLst> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:custShow>