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!

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,908 questions
Office Open Specifications
Office Open Specifications
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Open Specifications: Technical documents for protocols, computer languages, standards support, and data portability. The goal with Open Specifications is to help developers open new opportunities to interoperate with Windows, SQL, Office, and SharePoint.
138 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,147 questions
{count} votes

Accepted answer
  1. Mike Bowen 1,781 Reputation points Microsoft Employee
    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.