Element Summary | ||||||||||
menclose |
|
|||||||||
mfenced |
|
|||||||||
mfrac |
|
|||||||||
mpadded |
|
|||||||||
mphantom |
|
|||||||||
mroot |
|
|||||||||
mrow |
|
|||||||||
msqrt |
|
Complex Type Summary | ||||||
menclose.type |
|
|||||
mfenced.type |
|
|||||
mfrac.type |
|
|||||
mpadded.type |
|
|||||
mphantom.type |
|
|||||
mroot.type |
|
|||||
mrow.type |
|
|||||
msqrt.type |
|
Simple Type Summary | ||||
mpadded-space |
|
|||
mpadded-width-space |
|
Element Group Summary | ||||||||
Presentation-layout.class |
|
Attribute Group Summary | ||||||||
menclose.attlist |
|
|||||||
mfenced.attlist |
|
|||||||
mfrac.attlist |
|
|||||||
mpadded.attlist |
|
|||||||
mphantom.attlist |
|
|||||||
mroot.attlist |
|
|||||||
mrow.attlist |
|
|||||||
msqrt.attlist |
|
<?xml version="1.0" encoding="UTF-8"?> <xs:schema elementFormDefault="qualified" targetNamespace="http://www.w3.org/1998/Math/MathML" xmlns="http://www.w3.org/1998/Math/MathML" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <!-- "mrow" --> </xs:attributeGroup> </xs:complexType> <!-- "mfrac" --> <xs:simpleType> </xs:simpleType> </xs:attribute> </xs:attributeGroup> </xs:complexType> <!-- "msqrt" --> </xs:attributeGroup> <!-- "msqrt" has an "inferred mrow" if more than one argument --> </xs:complexType> <!-- "mroot" --> </xs:attributeGroup> </xs:complexType> <!-- "mpadded" --> <xs:restriction base="xs:string"> <xs:pattern value="(\+|-)?([0-9]+|[0-9]*\.[0-9]+)(((%?) *(width|lspace|height|depth))|(em|ex|px|in|cm|mm|pt|pc))"/> </xs:restriction> </xs:simpleType> <xs:restriction base="xs:string"> <!-- MaxF: definition from spec seems wrong, fixing to ([+|-] unsigned-number (%[pseudo-unit]|pseudo-unit|h-unit)) | namedspace | 0 --> <xs:pattern value="((\+|-)?([0-9]+|[0-9]*\.[0-9]+)(((%?) *(width|lspace|height|depth)?)|(width|lspace|height|depth)|(em|ex|px|in|cm|mm|pt|pc)))|((veryverythin|verythin|thin|medium|thick|verythick|veryverythick)mathspace)|0"/> </xs:restriction> </xs:simpleType> <!-- should have default=0 below but '0' is not in value space --> <!-- see bug #425 --> </xs:attributeGroup> </xs:complexType> <!-- "mphantom" --> </xs:attributeGroup> </xs:complexType> <!-- "mfenced" --> </xs:attributeGroup> </xs:complexType> <!-- "menclose" --> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="actuarial"/> <xs:enumeration value="longdiv"/> <xs:enumeration value="radical"/> <xs:enumeration value="box"/> <xs:enumeration value="roundedbox"/> <xs:enumeration value="circle"/> <xs:enumeration value="left"/> <xs:enumeration value="right"/> <xs:enumeration value="top"/> <xs:enumeration value="bottom"/> <xs:enumeration value="updiagonalstrike"/> <xs:enumeration value="downdiagonalstrike"/> <xs:enumeration value="verticalstrike"/> <xs:enumeration value="horizontalstrike"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> </xs:complexType> <!-- And the group of everything --> <xs:choice> </xs:choice> </xs:group> </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/. --> |
XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |