Sha256: 4d0e21a97cfea170d92b175b63fae253ae429527aac86ccd19d0b0deaac4bee3

Contents?: true

Size: 1.53 KB

Versions: 13

Compression:

Stored size: 1.53 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>

<xs:schema 
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns="http://www.w3.org/1998/Math/MathML"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  targetNamespace="http://www.w3.org/1998/Math/MathML"
  elementFormDefault="qualified"
>

<xs:annotation>
  <xs:documentation>
  This is the common attributes module for MathML.
  Author: St&#233;phane Dalmas, INRIA.
  </xs:documentation>
</xs:annotation>

<!--* Modified 2014-01-21 by CMSMcQ:  suppress schemaLocation hint.
    * It interferes with the use of the full XLink schema.
    *-->
<!--* <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink-href.xsd"/> *-->
<xs:import namespace="http://www.w3.org/1999/xlink"/>
<xs:import/> <!-- import any foreign namespace -->


<!-- The type of "class" is from the XHTML modularization with Schema
     document -->
<xs:attributeGroup name="Common.attrib">
  <xs:attribute name="class" type="xs:NMTOKENS"/>
  <xs:attribute name="style" type="xs:string"/>
  <xs:attribute name="xref" type="xs:IDREF"/>
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute ref="xlink:href"/>
  <!-- allow attributes from foreign namespaces, and don't check them -->
  <xs:anyAttribute namespace="##other" processContents="skip"/>
</xs:attributeGroup>

</xs:schema>
<!--
  Copyright &#251; 2002 World Wide Web Consortium, (Massachusetts Institute
  of Technology, Institut National de Recherche en Informatique et en
  Automatique, Keio University). All Rights Reserved. See
  http://www.w3.org/Consortium/Legal/.
  -->

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cirneco-0.9.16 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.15 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.14 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.13 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.12 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.11 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.10 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.9 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.8 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.7 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.6 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.5 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd
cirneco-0.9.4 resources/jats-1.1/standard-modules/mathml2/common/common-attribs.xsd