Add xlsx schema: pml.xsd
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
<?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>
|
||||||
Reference in New Issue
Block a user