13 lines
701 B
XML
13 lines
701 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="http://schemas.openxmlformats.org/presentationml/2006/main"
|
|
xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"
|
|
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
|
|
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
|
|
xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
|
|
elementFormDefault="qualified"
|
|
targetNamespace="http://schemas.openxmlformats.org/presentationml/2006/main">
|
|
<xsd:annotation>
|
|
<xsd:documentation>Presentation ML 2006 Main Schema</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:schema> |