Sha256: f5b30fbe1513ee96f91315a59916c918ba3a330bad28f303a812bcc8740fb18f
Contents?: true
Size: 1.06 KB
Versions: 13
Compression:
Stored size: 1.06 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 "mglyph" element. Author: Stéphane Dalmas, INRIA. </xs:documentation> </xs:annotation> <xs:attributeGroup name="mglyph.attlist"> <xs:attribute name="alt" type="xs:string"/> <xs:attribute name="fontfamily" type="xs:string"/> <xs:attribute name="index" type="xs:positiveInteger"/> </xs:attributeGroup> <xs:complexType name="mglyph.type"> <xs:attributeGroup ref="mglyph.attlist"/> </xs:complexType> <xs:element name="mglyph" type="mglyph.type"/> </xs:schema> <!-- Copyright û 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