Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Create, edit, and inspect PowerPoint presentations with professional design and automated visual QA
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
1<?xml version="1.0" encoding="utf-8"?>2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"3xmlns="http://schemas.openxmlformats.org/drawingml/2006/picture"4xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" elementFormDefault="qualified"5targetNamespace="http://schemas.openxmlformats.org/drawingml/2006/picture">6<xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/main"7schemaLocation="dml-main.xsd"/>8<xsd:complexType name="CT_PictureNonVisual">9<xsd:sequence>10<xsd:element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>11<xsd:element name="cNvPicPr" type="a:CT_NonVisualPictureProperties" minOccurs="1"12maxOccurs="1"/>13</xsd:sequence>14</xsd:complexType>15<xsd:complexType name="CT_Picture">16<xsd:sequence minOccurs="1" maxOccurs="1">17<xsd:element name="nvPicPr" type="CT_PictureNonVisual" minOccurs="1" maxOccurs="1"/>18<xsd:element name="blipFill" type="a:CT_BlipFillProperties" minOccurs="1" maxOccurs="1"/>19<xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>20</xsd:sequence>21</xsd:complexType>22<xsd:element name="pic" type="CT_Picture"/>23</xsd:schema>24