Sha256: e5caf83b06eff8755b96fa1c79d6d7d31cee12f45b399f7bc54b71b3ff3aa6e2

Contents?: true

Size: 1.67 KB

Versions: 13

Compression:

Stored size: 1.67 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>

<!-- A tweaked import statement for NCBI schema invokes xlink.xsd in the current
     NCBI schema's home subdirectory -->
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="../../xlink.xsd"/>

<!-- The original import statement invokes xlink-href.xsd in the current subdirectory:
xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink-href.xsd"/ -->

<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 7 versions & 2 rubygems

Version Path
xml_jats_resolver-0.3.2 lib/dtd/jats/publishing/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver-0.3.2 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver2-0.3.2 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver2-0.3.2 lib/dtd/jats/publishing/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver-0.3.1 lib/dtd/jats/publishing/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver-0.3.1 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver-0.3.0 lib/dtd/jats/publishing/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver-0.3.0 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver-0.2.0 lib/dtd/jats/publishing/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver-0.2.0 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver-0.1.0 lib/dtd/jats/publishing/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver-0.1.0 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd
xml_jats_resolver-0.0.1 lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd