23 lines
1.3 KiB
XML
23 lines
1.3 KiB
XML
<?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> |