Add xlsx schema: dml-chartDrawing.xsd

This commit is contained in:
2026-03-02 09:51:59 +00:00
parent a42200e924
commit 904bd5d724
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:c="http://schemas.openxmlformats.org/drawingml/2006/chart" targetNamespace="http://schemas.openxmlformats.org/drawingml/2006/chart" elementFormDefault="qualified">
<xs:import namespace="http://schemas.openxmlformats.org/drawingml/2006/chart" schemaLocation="dml-chart.xsd"/>
<xs:element name="chartDrawing" type="c:CT_ChartDrawing"/>
<xs:complexType name="CT_ChartDrawing">
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
</xs:sequence>
</xs:complexType>
</xs:schema>