Afficher:

Annotations
Attributs
Diagramme
Facettes
Propriétés
Source
Utilisé par
Schémas inclus common-attribs.xsd
Espace de nommage http://www.erudit.org/xsd/article
Annotations
This schema module defines sets of attributes common to several elements of presentation MathML. 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/common-attribs.xsd
Attribut Token-style.attrib / @mathvariant
Espace de nommage Pas d'espace de nommage
Type restriction of xs:string
Propriétés
content: simple
Facettes
enumeration normal
enumeration bold
enumeration italic
enumeration bold-italic
enumeration double-struck
enumeration bold-fraktur
enumeration script
enumeration bold-script
enumeration fraktur
enumeration sans-serif
enumeration bold-sans-serif
enumeration sans-serif-italic
enumeration sans-serif-bold-italic
enumeration monospace
Utilisé par
Groupe(s) d'attribut Token-style.attrib
Source
<xs:attribute name="mathvariant">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="normal"/>
      <xs:enumeration value="bold"/>
      <xs:enumeration value="italic"/>
      <xs:enumeration value="bold-italic"/>
      <xs:enumeration value="double-struck"/>
      <xs:enumeration value="bold-fraktur"/>
      <xs:enumeration value="script"/>
      <xs:enumeration value="bold-script"/>
      <xs:enumeration value="fraktur"/>
      <xs:enumeration value="sans-serif"/>
      <xs:enumeration value="bold-sans-serif"/>
      <xs:enumeration value="sans-serif-italic"/>
      <xs:enumeration value="sans-serif-bold-italic"/>
      <xs:enumeration value="monospace"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Token-style.attrib / @mathsize
Espace de nommage Pas d'espace de nommage
Type union of(simple-size, length-with-unit)
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Token-style.attrib
Source
<xs:attribute name="mathsize">
  <xs:simpleType>
    <xs:union memberTypes="simple-size length-with-unit"/>
  </xs:simpleType>
</xs:attribute>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Token-style.attrib / @mathcolor
Espace de nommage Pas d'espace de nommage
Type xs:string
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Token-style.attrib
Source
<xs:attribute name="mathcolor" type="xs:string"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Token-style.attrib / @mathbackground
Espace de nommage Pas d'espace de nommage
Type xs:string
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Token-style.attrib
Source
<xs:attribute name="mathbackground" type="xs:string"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Operator.attrib / @form
Espace de nommage Pas d'espace de nommage
Type restriction of xs:string
Propriétés
content: simple
Facettes
enumeration prefix
enumeration infix
enumeration postfix
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="form">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="prefix"/>
      <xs:enumeration value="infix"/>
      <xs:enumeration value="postfix"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Operator.attrib / @lspace
Espace de nommage Pas d'espace de nommage
Type union of(length-with-unit, named-space)
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="lspace">
  <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/common-attribs.xsd
Attribut Operator.attrib / @rspace
Espace de nommage Pas d'espace de nommage
Type union of(length-with-unit, named-space)
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="rspace">
  <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/common-attribs.xsd
Attribut Operator.attrib / @fence
Espace de nommage Pas d'espace de nommage
Type xs:boolean
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="fence" type="xs:boolean"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Operator.attrib / @separator
Espace de nommage Pas d'espace de nommage
Type xs:boolean
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="separator" type="xs:boolean"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Operator.attrib / @stretchy
Espace de nommage Pas d'espace de nommage
Type xs:boolean
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="stretchy" type="xs:boolean"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Operator.attrib / @symmetric
Espace de nommage Pas d'espace de nommage
Type xs:boolean
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="symmetric" type="xs:boolean"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Operator.attrib / @movablelimits
Espace de nommage Pas d'espace de nommage
Type xs:boolean
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="movablelimits" type="xs:boolean"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Operator.attrib / @accent
Espace de nommage Pas d'espace de nommage
Type xs:boolean
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="accent" type="xs:boolean"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Operator.attrib / @largeop
Espace de nommage Pas d'espace de nommage
Type xs:boolean
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="largeop" type="xs:boolean"/>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Attribut Operator.attrib / @minsize
Espace de nommage Pas d'espace de nommage
Type union of(length-with-unit, named-space)
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="minsize">
  <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/common-attribs.xsd
Attribut Operator.attrib / @maxsize
Espace de nommage Pas d'espace de nommage
Type union of(length-with-unit, named-space, infinity, xs:float)
Propriétés
content: simple
Utilisé par
Groupe(s) d'attribut Operator.attrib
Source
<xs:attribute name="maxsize">
  <xs:simpleType>
    <xs:union memberTypes="length-with-unit named-space infinity xs:float"/>
  </xs:simpleType>
</xs:attribute>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Groupe d'attribut Token-style.attrib
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme common-attribs_xsd_1.tmp#Token-style.attrib_mathvariant common-attribs_xsd_1.tmp#Token-style.attrib_mathsize common-attribs_xsd_1.tmp#Token-style.attrib_mathcolor common-attribs_xsd_1.tmp#Token-style.attrib_mathbackground
Utilisé par
Attributs
Nom Type Valeur fixe Valeur par défaut Utilisation Annotation
mathbackground xs:string optional
mathcolor xs:string optional
mathsize union of(simple-size, length-with-unit) optional
mathvariant restriction of xs:string optional
Source
<xs:attributeGroup name="Token-style.attrib">
  <xs:attribute name="mathvariant">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="normal"/>
        <xs:enumeration value="bold"/>
        <xs:enumeration value="italic"/>
        <xs:enumeration value="bold-italic"/>
        <xs:enumeration value="double-struck"/>
        <xs:enumeration value="bold-fraktur"/>
        <xs:enumeration value="script"/>
        <xs:enumeration value="bold-script"/>
        <xs:enumeration value="fraktur"/>
        <xs:enumeration value="sans-serif"/>
        <xs:enumeration value="bold-sans-serif"/>
        <xs:enumeration value="sans-serif-italic"/>
        <xs:enumeration value="sans-serif-bold-italic"/>
        <xs:enumeration value="monospace"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="mathsize">
    <xs:simpleType>
      <xs:union memberTypes="simple-size length-with-unit"/>
    </xs:simpleType>
  </xs:attribute>
  <!-- For both of the following attributes the types should be
        more restricted -->
  <xs:attribute name="mathcolor" type="xs:string"/>
  <xs:attribute name="mathbackground" type="xs:string"/>
</xs:attributeGroup>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd
Groupe d'attribut Operator.attrib
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme common-attribs_xsd_1.tmp#Operator.attrib_form common-attribs_xsd_1.tmp#Operator.attrib_lspace common-attribs_xsd_1.tmp#Operator.attrib_rspace common-attribs_xsd_1.tmp#Operator.attrib_fence common-attribs_xsd_1.tmp#Operator.attrib_separator common-attribs_xsd_1.tmp#Operator.attrib_stretchy common-attribs_xsd_1.tmp#Operator.attrib_symmetric common-attribs_xsd_1.tmp#Operator.attrib_movablelimits common-attribs_xsd_1.tmp#Operator.attrib_accent common-attribs_xsd_1.tmp#Operator.attrib_largeop common-attribs_xsd_1.tmp#Operator.attrib_minsize common-attribs_xsd_1.tmp#Operator.attrib_maxsize
Utilisé par
Groupe(s) d'attribut mo.attlist, mstyle.attlist
Attributs
Nom Type Valeur fixe Valeur par défaut Utilisation Annotation
accent xs:boolean optional
fence xs:boolean optional
form restriction of xs:string optional
largeop xs:boolean optional
lspace union of(length-with-unit, named-space) optional
maxsize union of(length-with-unit, named-space, infinity, xs:float) optional
minsize union of(length-with-unit, named-space) optional
movablelimits xs:boolean optional
rspace union of(length-with-unit, named-space) optional
separator xs:boolean optional
stretchy xs:boolean optional
symmetric xs:boolean optional
Source
<xs:attributeGroup name="Operator.attrib">
  <!-- this attribute value is normally inferred from the position of
    the operator in its "<mrow"> -->
  <xs:attribute name="form">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="prefix"/>
        <xs:enumeration value="infix"/>
        <xs:enumeration value="postfix"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <!-- set by dictionnary, else it is "thickmathspace" -->
  <xs:attribute name="lspace">
    <xs:simpleType>
      <xs:union memberTypes="length-with-unit named-space"/>
    </xs:simpleType>
  </xs:attribute>
  <!-- set by dictionnary, else it is "thickmathspace" -->
  <xs:attribute name="rspace">
    <xs:simpleType>
      <xs:union memberTypes="length-with-unit named-space"/>
    </xs:simpleType>
  </xs:attribute>
  <!-- set by dictionnary, else it is "false" -->
  <xs:attribute name="fence" type="xs:boolean"/>
  <!-- set by dictionnary, else it is "false" -->
  <xs:attribute name="separator" type="xs:boolean"/>
  <!-- set by dictionnary, else it is "false" -->
  <xs:attribute name="stretchy" type="xs:boolean"/>
  <!-- set by dictionnary, else it is "true" -->
  <xs:attribute name="symmetric" type="xs:boolean"/>
  <!-- set by dictionnary, else it is "false" -->
  <xs:attribute name="movablelimits" type="xs:boolean"/>
  <!-- set by dictionnary, else it is "false" -->
  <xs:attribute name="accent" type="xs:boolean"/>
  <!-- set by dictionnary, else it is "false" -->
  <xs:attribute name="largeop" type="xs:boolean"/>
  <xs:attribute name="minsize">
    <xs:simpleType>
      <xs:union memberTypes="length-with-unit named-space"/>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="maxsize">
    <xs:simpleType>
      <xs:union memberTypes="length-with-unit named-space infinity xs:float"/>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-attribs.xsd