Sha256: 7c4b51013e3181a694ac49d41454b15a13a56be8f7262e18adee3584a4255b23

Contents?: true

Size: 1.68 KB

Versions: 13

Compression:

Stored size: 1.68 KB

Contents

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

<xs:annotation>
  <xs:documentation>
  This is an XML Schema module for the relational operators of content MathML.
  Author: St&#233;phane Dalmas, INRIA.
  </xs:documentation>
</xs:annotation>

<!-- a common type for all this -->
<xs:complexType name="Relations.type">
  <xs:attributeGroup ref="Definition.attrib"/>
  <xs:attributeGroup ref="Common.attrib"/>
</xs:complexType>

<xs:element name="eq" type="Relations.type"/>
<xs:element name="neq" type="Relations.type"/>
<xs:element name="leq" type="Relations.type"/>
<xs:element name="lt" type="Relations.type"/>
<xs:element name="geq" type="Relations.type"/>
<xs:element name="gt" type="Relations.type"/>

<xs:element name="equivalent" type="Relations.type"/>

<xs:element name="approx" type="Relations.type"/>

<xs:element name="factorof" type="Relations.type"/>

<!-- And the group of everything -->
<xs:group name="Content-relations.class">
  <xs:choice>
    <xs:element ref="eq"/>
    <xs:element ref="neq"/>
    <xs:element ref="leq"/>
    <xs:element ref="lt"/>
    <xs:element ref="geq"/>
    <xs:element ref="gt"/>
    <xs:element ref="equivalent"/>
    <xs:element ref="approx"/>
    <xs:element ref="factorof"/>
  </xs:choice>
</xs:group>

</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/content/relations.xsd
xml_jats_resolver-0.3.2 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd
xml_jats_resolver2-0.3.2 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd
xml_jats_resolver2-0.3.2 lib/dtd/jats/publishing/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd
xml_jats_resolver-0.3.1 lib/dtd/jats/publishing/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd
xml_jats_resolver-0.3.1 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd
xml_jats_resolver-0.3.0 lib/dtd/jats/publishing/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd
xml_jats_resolver-0.3.0 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd
xml_jats_resolver-0.2.0 lib/dtd/jats/publishing/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd
xml_jats_resolver-0.2.0 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd
xml_jats_resolver-0.1.0 lib/dtd/jats/publishing/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd
xml_jats_resolver-0.1.0 lib/dtd/jats/archiving/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd
xml_jats_resolver-0.0.1 lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd