Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Included schema space.xsd
Namespace http://www.w3.org/1998/Math/MathML
Annotations
This is the XML Schema module for the MathML "mspace" element. Author: Stéphane Dalmas, INRIA.
Properties
attribute form default unqualified
element form default qualified
Element mspace
Namespace http://www.w3.org/1998/Math/MathML
Diagram
Diagramspace_xsd.tmp#mspace.attlistspace_xsd.tmp#mspace.type
Properties
content complex
Used by
Element Group PresExpr.class
Attributes
QName Type Default Use
class xs:NMTOKENS optional
depth length-with-unit 0ex optional
height length-with-unit 0ex optional
id xs:ID optional
linebreak restriction of xs:string auto optional
style xs:string optional
width union of(length-with-unit, named-space) 0em optional
xlink:href anyURI optional
xref xs:IDREF optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML'
Source
<xs:element name="mspace" type="mspace.type"/>
Complex Type mspace.type
Namespace http://www.w3.org/1998/Math/MathML
Diagram
Diagramspace_xsd.tmp#mspace.attlist
Used by
Element mspace
Attributes
QName Type Default Use
class xs:NMTOKENS optional
depth length-with-unit 0ex optional
height length-with-unit 0ex optional
id xs:ID optional
linebreak restriction of xs:string auto optional
style xs:string optional
width union of(length-with-unit, named-space) 0em optional
xlink:href anyURI optional
xref xs:IDREF optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML'
Source
<xs:complexType name="mspace.type">
  <xs:attributeGroup ref="mspace.attlist"/>
</xs:complexType>
Attribute mspace.attlist / @width
Namespace No namespace
Properties
default 0em
Used by
Attribute Group mspace.attlist
Source
<xs:attribute name="width" default="0em">
  <xs:simpleType>
    <xs:union memberTypes="length-with-unit named-space"/>
  </xs:simpleType>
</xs:attribute>
Attribute mspace.attlist / @height
Namespace No namespace
Properties
default 0ex
Facets
pattern (-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Used by
Attribute Group mspace.attlist
Source
<xs:attribute name="height" type="length-with-unit" default="0ex"/>
Attribute mspace.attlist / @depth
Namespace No namespace
Properties
default 0ex
Facets
pattern (-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Used by
Attribute Group mspace.attlist
Source
<xs:attribute name="depth" type="length-with-unit" default="0ex"/>
Attribute mspace.attlist / @linebreak
Namespace No namespace
Properties
default auto
Facets
enumeration auto
enumeration newline
enumeration indentingnewline
enumeration nobreak
enumeration goodbreak
enumeration badbreak
Used by
Attribute Group mspace.attlist
Source
<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>
Attribute Group mspace.attlist
Namespace http://www.w3.org/1998/Math/MathML
Diagram
Diagramspace_xsd.tmp#mspace.attlist_widthspace_xsd.tmp#mspace.attlist_heightspace_xsd.tmp#mspace.attlist_depthspace_xsd.tmp#mspace.attlist_linebreakcommon-attribs_xsd.tmp#Common.attrib_classcommon-attribs_xsd.tmp#Common.attrib_stylecommon-attribs_xsd.tmp#Common.attrib_xrefcommon-attribs_xsd.tmp#Common.attrib_idxlink-href_xsd.tmp#hrefcommon-attribs_xsd.tmp#Common.attrib
Used by
Complex Type mspace.type
Attributes
QName Type Default Use
class xs:NMTOKENS optional
depth length-with-unit 0ex optional
height length-with-unit 0ex optional
id xs:ID optional
linebreak restriction of xs:string auto optional
style xs:string optional
width union of(length-with-unit, named-space) 0em optional
xlink:href anyURI optional
xref xs:IDREF optional
Source
<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>