XML Schema "common-attribs.xsd"
Target Namespace:
http://www.w3.org/1998/Math/MathML
Components:
attribute group
Schema Location:
http://www.erudit.org/xsd/mathml/2.0/common/common-attribs.xsd, see XML source
Imports Schema:
xlink-href.xsd [src]
Included in Schema:
mathml2.xsd [src]
Annotation
This is the common attributes module for MathML. Author: Stéphane Dalmas, INRIA.
Attribute Group Summary
Common.attrib
Content:
5+any attributes
Includes:
definitions of 5+any attributes
Used:
at 93 locations
XML Source (w/o annotations (1))
<?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:xlink="http://www.w3.org/1999/xlink" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink-href.xsd"/>
<xs:import/>
<!-- import any foreign namespace -->
<!-- The type of "class" is from the XHTML modularization with Schema
document
-->
<xs:attributeGroup name="Common.attrib">
<xs:attribute name="class" type="xs:NMTOKENS"/>
<xs:attribute name="style" type="xs:string"/>
<xs:attribute name="xref" type="xs:IDREF"/>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute ref="xlink:href"/>
<!-- allow attributes from foreign namespaces, and don't check them -->
<xs:anyAttribute namespace="##other" processContents="skip"/>
</xs:attributeGroup>
</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/.
-->

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set