Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

vmlDrawing.xsd 886B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xsd:schema
  3. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  4. xmlns="urn:schemas-poi-apache-org:vmldrawing"
  5. targetNamespace="urn:schemas-poi-apache-org:vmldrawing"
  6. >
  7. <xsd:import namespace="urn:schemas-microsoft-com:vml" schemaLocation="vml-main.xsd"/>
  8. <xsd:import namespace="urn:schemas-microsoft-com:office:office" schemaLocation="vml-officeDrawing.xsd"/>
  9. <xsd:import namespace="urn:schemas-microsoft-com:office:excel" schemaLocation="vml-spreadsheetDrawing.xsd"/>
  10. <xsd:element name="xml" type="CT_XML"/>
  11. <xsd:complexType name="CT_XML">
  12. <xsd:choice maxOccurs="unbounded">
  13. <xsd:any namespace="urn:schemas-microsoft-com:office:office"/>
  14. <xsd:any namespace="urn:schemas-microsoft-com:vml"/>
  15. <xsd:any namespace="urn:schemas-microsoft-com:office:excel"/>
  16. </xsd:choice>
  17. </xsd:complexType>
  18. </xsd:schema>