tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / schema / mathml2 / common / common-attribs.xsd
blob33698b8f86d6038372f3d29ff8cc2ad5c7a5c5e1
1 <?xml version="1.0" encoding="UTF-8"?>
3 <xs:schema
4 xmlns:xs="http://www.w3.org/2001/XMLSchema"
5 xmlns="http://www.w3.org/1998/Math/MathML"
6 xmlns:xlink="http://www.w3.org/1999/xlink"
7 targetNamespace="http://www.w3.org/1998/Math/MathML"
8 elementFormDefault="qualified"
11 <xs:annotation>
12 <xs:documentation>
13 This is the common attributes module for MathML.
14 Author: St&#233;phane Dalmas, INRIA.
15 </xs:documentation>
16 </xs:annotation>
19 <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink-href.xsd"/>
20 <xs:import/> <!-- import any foreign namespace -->
23 <!-- The type of "class" is from the XHTML modularization with Schema
24 document -->
25 <xs:attributeGroup name="Common.attrib">
26 <xs:attribute name="class" type="xs:NMTOKENS"/>
27 <xs:attribute name="style" type="xs:string"/>
28 <xs:attribute name="xref" type="xs:IDREF"/>
29 <xs:attribute name="id" type="xs:ID"/>
30 <xs:attribute ref="xlink:href"/>
31 <!-- allow attributes from foreign namespaces, and don't check them -->
32 <xs:anyAttribute namespace="##other" processContents="skip"/>
33 </xs:attributeGroup>
35 </xs:schema>
36 <!--
37 Copyright &#251; 2002 World Wide Web Consortium, (Massachusetts Institute
38 of Technology, Institut National de Recherche en Informatique et en
39 Automatique, Keio University). All Rights Reserved. See
40 http://www.w3.org/Consortium/Legal/.
41 -->