Afficher:

Annotations
Attributs
Diagramme
Facettes
Propriétés
Source
Utilisé par
Schémas inclus space.xsd
Espace de nommage http://www.erudit.org/xsd/article
Annotations
This is the XML Schema module for the MathML "mspace" element. Author: Stphane Dalmas, INRIA.
Propriétés
attribute form default: unqualified
element form default: qualified
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/space.xsd
Élément mspace
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme space_xsd.tmp#mspace.attlist space_xsd.tmp#mspace.type
Type mspace.type
Propriétés
content: complex
Utilisé par
Groupe(s) d'élément PresExpr.class
Attributs
Nom Type Valeur fixe Valeur par défaut Utilisation Annotation
ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML'
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:element name="mspace" type="mspace.type"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/space.xsd
Type complexe mspace.type
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme space_xsd.tmp#mspace.attlist
Utilisé par
Élément mspace
Attributs
Nom Type Valeur fixe Valeur par défaut Utilisation Annotation
ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML'
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:complexType name="mspace.type">
  <xs:attributeGroup ref="mspace.attlist"/>
</xs:complexType>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/space.xsd
Attribut mspace.attlist / @width
Espace de nommage Pas d'espace de nommage
Type union of(length-with-unit, named-space)
Propriétés
default: 0em
Utilisé par
Groupe(s) d'attribut mspace.attlist
Source
<xs:attribute name="width" default="0em">
  <xs:simpleType>
    <xs:union memberTypes="length-with-unit named-space"/>
  </xs:simpleType>
</xs:attribute>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/space.xsd
Attribut mspace.attlist / @height
Espace de nommage Pas d'espace de nommage
Type length-with-unit
Propriétés
default: 0ex
Facettes
pattern (-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Utilisé par
Groupe(s) d'attribut mspace.attlist
Source
<xs:attribute name="height" type="length-with-unit" default="0ex"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/space.xsd
Attribut mspace.attlist / @depth
Espace de nommage Pas d'espace de nommage
Type length-with-unit
Propriétés
default: 0ex
Facettes
pattern (-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Utilisé par
Groupe(s) d'attribut mspace.attlist
Source
<xs:attribute name="depth" type="length-with-unit" default="0ex"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/space.xsd
Attribut mspace.attlist / @linebreak
Espace de nommage Pas d'espace de nommage
Type restriction of xs:string
Propriétés
default: auto
Facettes
enumeration auto
enumeration newline
enumeration indentingnewline
enumeration nobreak
enumeration goodbreak
enumeration badbreak
Utilisé par
Groupe(s) d'attribut 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>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/space.xsd
Groupe d'attribut mspace.attlist
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme space_xsd.tmp#mspace.attlist_width space_xsd.tmp#mspace.attlist_height space_xsd.tmp#mspace.attlist_depth space_xsd.tmp#mspace.attlist_linebreak common-attribs_xsd.tmp#Common.attrib_class common-attribs_xsd.tmp#Common.attrib_style common-attribs_xsd.tmp#Common.attrib_xref common-attribs_xsd.tmp#Common.attrib_id xlink-href_xsd.tmp#href common-attribs_xsd.tmp#Common.attrib
Utilisé par
Type(s) complexe mspace.type
Attributs
Nom Type Valeur fixe Valeur par défaut Utilisation Annotation
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>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/space.xsd