10 lines
640 B
XML
10 lines
640 B
XML
<?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> |