Can't find the http://schemas.microsoft.com/office/drawing/2015/06/chart schema to download

VM 25 Reputation points
2024-08-13T08:00:45.3566667+00:00

Hello Microsoft Team!

I have a problem with an XML schema, I can't find it anywhere. I tried here: https://learn.microsoft.com/en-us/openspecs/office_standards/ms-odrawxml/bdc95a77-957c-40f8-9ef2-47cbcdeb8af2 but without success, I can't find nothing related to drawing/2015.

Can you please help me where can I find the following schema: [http://schemas.microsoft.com/office/drawing/2015/06/chart]?
I need to download the mentioned schema, because I need it in our application, for recognizing the formatcode2 xml tag.

Thank you in advance!

Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Open Specifications
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
{count} votes

Accepted answer
  1. Mike Bowen 2,051 Reputation points Microsoft Employee Moderator
    2024-08-29T23:26:30.3766667+00:00

    Hi VM,

    Thanks for finding this! After researching I found the missing XML schema and it will be added to an upcoming release of MS-ODRAWXML. In the meantime, below is the schema, so you can move forward with your project.

    <xsd:schema targetNamespace="http://http://schemas.microsoft.com/office/drawing/2015/06/chart"
                elementFormDefault="qualified"
                attributeFormDefault="qualified"
                xmlns="http://schemas.microsoft.com/office/drawing/2015/06/chart"
                xmlns:c="http://schemas.openxmlformats.org/drawingml/2006/chart"
                xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                blockDefault="#all">
      <xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/chart" schemaLocation="chart.xsd" />
      <xsd:attribute name="formatcode2" type="c:ST_Xstring" />
      <xsd:element name="formatcode2" type="c:ST_Xstring" />
    </xsd:schema>
    

    Best regards,

    Michael Bowen

    Microsoft Open Specifications

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.