Sha256: 704c70b9fcdb3ed2cdf8e42da7b759c1d88882bf170cda08449590da7fdd0184

Contents?: true

Size: 1.45 KB

Versions: 22

Compression:

Stored size: 1.45 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 logic operators of content MathML.
  Author: St&#233;phane Dalmas, INRIA.
  </xs:documentation>
</xs:annotation>

<!-- a common type for all this -->

<xs:complexType name="Logic.type">
  <xs:attributeGroup ref="Definition.attrib"/>
  <xs:attributeGroup ref="Common.attrib"/>
</xs:complexType>

<xs:element name="and" type="Elementary-functions.type"/>
<xs:element name="or" type="Logic.type"/>
<xs:element name="xor" type="Logic.type"/>

<xs:element name="not" type="Logic.type"/>

<xs:element name="exists" type="Logic.type"/>
<xs:element name="forall" type="Logic.type"/>

<xs:element name="implies" type="Logic.type"/>

<!-- And the group of everything -->

<xs:group name="Content-logic.class">
  <xs:choice>
    <xs:element ref="and"/>
    <xs:element ref="or"/>
    <xs:element ref="xor"/>
    <xs:element ref="not"/>
    <xs:element ref="exists"/>
    <xs:element ref="forall"/>
    <xs:element ref="implies"/>
  </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

22 entries across 22 versions & 3 rubygems

Version Path
asciimath-2.0.6 spec/schema/mathml2/content/logic.xsd
asciimath-2.0.5 spec/schema/mathml2/content/logic.xsd
asciimath-2.0.4 spec/schema/mathml2/content/logic.xsd
asciimath-2.0.3 spec/schema/mathml2/content/logic.xsd
asciimath-2.0.2 spec/schema/mathml2/content/logic.xsd
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/asciimath-2.0.1/spec/schema/mathml2/content/logic.xsd
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/asciimath-2.0.1/spec/schema/mathml2/content/logic.xsd
asciimath-2.0.1 spec/schema/mathml2/content/logic.xsd
asciimath-2.0.0 spec/schema/mathml2/content/logic.xsd
cirneco-0.9.16 resources/jats-1.1/standard-modules/mathml2/content/logic.xsd
cirneco-0.9.15 resources/jats-1.1/standard-modules/mathml2/content/logic.xsd
cirneco-0.9.14 resources/jats-1.1/standard-modules/mathml2/content/logic.xsd
cirneco-0.9.13 resources/jats-1.1/standard-modules/mathml2/content/logic.xsd
cirneco-0.9.12 resources/jats-1.1/standard-modules/mathml2/content/logic.xsd
cirneco-0.9.11 resources/jats-1.1/standard-modules/mathml2/content/logic.xsd
cirneco-0.9.10 resources/jats-1.1/standard-modules/mathml2/content/logic.xsd
cirneco-0.9.9 resources/jats-1.1/standard-modules/mathml2/content/logic.xsd
cirneco-0.9.8 resources/jats-1.1/standard-modules/mathml2/content/logic.xsd
cirneco-0.9.7 resources/jats-1.1/standard-modules/mathml2/content/logic.xsd
cirneco-0.9.6 resources/jats-1.1/standard-modules/mathml2/content/logic.xsd