Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Included schema characters.xsd
Namespace http://www.w3.org/1998/Math/MathML
Annotations
This is the XML Schema module for the MathML "mglyph" element. Author: Stéphane Dalmas, INRIA.
Properties
attribute form default unqualified
element form default qualified
Element mglyph
Namespace http://www.w3.org/1998/Math/MathML
Diagram
Diagramcharacters_xsd.tmp#mglyph.attlistcharacters_xsd.tmp#mglyph.type
Properties
content complex
Used by
Element Group Glyph-alignmark.class
Attributes
QName Type Use
alt xs:string optional
fontfamily xs:string optional
index xs:positiveInteger optional
Source
<xs:element name="mglyph" type="mglyph.type"/>
Complex Type mglyph.type
Namespace http://www.w3.org/1998/Math/MathML
Diagram
Diagramcharacters_xsd.tmp#mglyph.attlist
Used by
Element mglyph
Attributes
QName Type Use
alt xs:string optional
fontfamily xs:string optional
index xs:positiveInteger optional
Source
<xs:complexType name="mglyph.type">
  <xs:attributeGroup ref="mglyph.attlist"/>
</xs:complexType>
Attribute mglyph.attlist / @alt
Namespace No namespace
Properties
content simple
Used by
Attribute Group mglyph.attlist
Source
<xs:attribute name="alt" type="xs:string"/>
Attribute mglyph.attlist / @fontfamily
Namespace No namespace
Properties
content simple
Used by
Attribute Group mglyph.attlist
Source
<xs:attribute name="fontfamily" type="xs:string"/>
Attribute mglyph.attlist / @index
Namespace No namespace
Properties
content simple
Used by
Attribute Group mglyph.attlist
Source
<xs:attribute name="index" type="xs:positiveInteger"/>
Attribute Group mglyph.attlist
Namespace http://www.w3.org/1998/Math/MathML
Diagram
Diagramcharacters_xsd.tmp#mglyph.attlist_altcharacters_xsd.tmp#mglyph.attlist_fontfamilycharacters_xsd.tmp#mglyph.attlist_index
Used by
Complex Type mglyph.type
Attributes
QName Type Use
alt xs:string optional
fontfamily xs:string optional
index xs:positiveInteger optional
Source
<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>