Add xlsx schema: dml-main.xsd

This commit is contained in:
2026-03-02 10:05:17 +00:00
parent 33f95abdae
commit 791223cfe1
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
xmlns="http://schemas.openxmlformats.org/drawingml/2006/main"
targetNamespace="http://schemas.openxmlformats.org/drawingml/2006/main"
elementFormDefault="qualified">
<xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
schemaLocation="shared-relationshipReference.xsd"/>
<xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
schemaLocation="shared-commonSimpleTypes.xsd"/>
<xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/diagram"
schemaLocation="dml-diagram.xsd"/>
<xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/chart"
schemaLocation="dml-chart.xsd"/>
<xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/picture"
schemaLocation="dml-picture.xsd"/>
<xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/lockedCanvas"
schemaLocation="dml-lockedCanvas.xsd"/>
<xsd:annotation>
<xsd:documentation>DrawingML 2006 Main Schema</xsd:documentation>
</xsd:annotation>
</xsd:schema>