Sha256: 3fa2b55a75e9b2721dd25ae372e1cd0027b15f029d76dc080feca3b7a3ad6aec

Contents?: true

Size: 1.63 KB

Versions: 22

Compression:

Stored size: 1.63 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"
  targetNamespace="http://www.w3.org/1998/Math/MathML"
  elementFormDefault="qualified"
 >

<xs:annotation>
  <xs:documentation>
  This is the XML Schema module for the MathML "mspace" element.
  Author: St&#233;phane Dalmas, INRIA.
  </xs:documentation>
</xs:annotation>

<xs:attributeGroup name="mspace.attlist">
  <xs:attribute name="width" default="0em">
    <xs:simpleType>
      <xs:union memberTypes="length-with-unit named-space"/>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="height" type="length-with-unit" default="0ex"/>
  <xs:attribute name="depth" type="length-with-unit" default="0ex"/>
  <xs:attribute name="linebreak" default="auto">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="auto"/>
        <xs:enumeration value="newline"/>
        <xs:enumeration value="indentingnewline"/>
        <xs:enumeration value="nobreak"/>
        <xs:enumeration value="goodbreak"/>
        <xs:enumeration value="badbreak"/>
     </xs:restriction>
   </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>

<xs:complexType name="mspace.type">
  <xs:attributeGroup ref="mspace.attlist"/>
</xs:complexType>

<xs:element name="mspace" type="mspace.type"/>

</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/presentation/space.xsd
asciimath-2.0.5 spec/schema/mathml2/presentation/space.xsd
asciimath-2.0.4 spec/schema/mathml2/presentation/space.xsd
asciimath-2.0.3 spec/schema/mathml2/presentation/space.xsd
asciimath-2.0.2 spec/schema/mathml2/presentation/space.xsd
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/asciimath-2.0.1/spec/schema/mathml2/presentation/space.xsd
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/asciimath-2.0.1/spec/schema/mathml2/presentation/space.xsd
asciimath-2.0.1 spec/schema/mathml2/presentation/space.xsd
asciimath-2.0.0 spec/schema/mathml2/presentation/space.xsd
cirneco-0.9.16 resources/jats-1.1/standard-modules/mathml2/presentation/space.xsd
cirneco-0.9.15 resources/jats-1.1/standard-modules/mathml2/presentation/space.xsd
cirneco-0.9.14 resources/jats-1.1/standard-modules/mathml2/presentation/space.xsd
cirneco-0.9.13 resources/jats-1.1/standard-modules/mathml2/presentation/space.xsd
cirneco-0.9.12 resources/jats-1.1/standard-modules/mathml2/presentation/space.xsd
cirneco-0.9.11 resources/jats-1.1/standard-modules/mathml2/presentation/space.xsd
cirneco-0.9.10 resources/jats-1.1/standard-modules/mathml2/presentation/space.xsd
cirneco-0.9.9 resources/jats-1.1/standard-modules/mathml2/presentation/space.xsd
cirneco-0.9.8 resources/jats-1.1/standard-modules/mathml2/presentation/space.xsd
cirneco-0.9.7 resources/jats-1.1/standard-modules/mathml2/presentation/space.xsd
cirneco-0.9.6 resources/jats-1.1/standard-modules/mathml2/presentation/space.xsd