Afficher:

Annotations
Diagramme
Facettes
Propriétés
Source
Utilisé par
Schémas inclus common-types.xsd
Espace de nommage http://www.erudit.org/xsd/article
Annotations
This is an XML Schema module containing some type definitions for 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-types.xsd
Type simple centering
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme
Type restriction of xs:string
Facettes
enumeration left
enumeration center
enumeration right
Utilisé par
Source
<xs:simpleType name="centering">
  <xs:restriction base="xs:string">
    <xs:enumeration value="left"/>
    <xs:enumeration value="center"/>
    <xs:enumeration value="right"/>
  </xs:restriction>
</xs:simpleType>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-types.xsd
Type simple length-with-unit
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme
Type restriction of xs:string
Facettes
pattern (-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Utilisé par
Source
<xs:simpleType name="length-with-unit">
  <xs:restriction base="xs:string">
    <xs:pattern value="(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0"/>
  </xs:restriction>
</xs:simpleType>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-types.xsd
Type simple simple-size
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme
Type restriction of xs:string
Facettes
enumeration small
enumeration normal
enumeration big
Source
<xs:simpleType name="simple-size">
  <xs:restriction base="xs:string">
    <xs:enumeration value="small"/>
    <xs:enumeration value="normal"/>
    <xs:enumeration value="big"/>
  </xs:restriction>
</xs:simpleType>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-types.xsd
Type simple named-space
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme
Type restriction of xs:string
Facettes
enumeration veryverythinmathspace
enumeration verythinmathspace
enumeration thinmathspace
enumeration mediummathspace
enumeration thickmathspace
enumeration verythickmathspace
enumeration veryverythickmathspace
Source
<xs:simpleType name="named-space">
  <xs:restriction base="xs:string">
    <xs:enumeration value="veryverythinmathspace"/>
    <xs:enumeration value="verythinmathspace"/>
    <xs:enumeration value="thinmathspace"/>
    <xs:enumeration value="mediummathspace"/>
    <xs:enumeration value="thickmathspace"/>
    <xs:enumeration value="verythickmathspace"/>
    <xs:enumeration value="veryverythickmathspace"/>
  </xs:restriction>
</xs:simpleType>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-types.xsd
Type simple thickness
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme
Type restriction of xs:string
Facettes
enumeration thin
enumeration medium
enumeration thick
Source
<xs:simpleType name="thickness">
  <xs:restriction base="xs:string">
    <xs:enumeration value="thin"/>
    <xs:enumeration value="medium"/>
    <xs:enumeration value="thick"/>
  </xs:restriction>
</xs:simpleType>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-types.xsd
Type simple length-with-optional-unit
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme
Type restriction of xs:string
Facettes
pattern -?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%)?
Source
<xs:simpleType name="length-with-optional-unit">
  <xs:restriction base="xs:string">
    <xs:pattern value="-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%)?"/>
  </xs:restriction>
</xs:simpleType>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-types.xsd
Type simple infinity
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme
Type restriction of xs:string
Facettes
enumeration infinity
Source
<xs:simpleType name="infinity">
  <xs:restriction base="xs:string">
    <xs:enumeration value="infinity"/>
  </xs:restriction>
</xs:simpleType>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-types.xsd
Type simple RGB-color
Espace de nommage http://www.w3.org/1998/Math/MathML
Diagramme
Diagramme
Type restriction of xs:string
Facettes
pattern #(([0-9]|[a-f]){3}|([0-9]|[a-f]){6})
Source
<xs:simpleType name="RGB-color">
  <xs:restriction base="xs:string">
    <xs:pattern value="#(([0-9]|[a-f]){3}|([0-9]|[a-f]){6})"/>
  </xs:restriction>
</xs:simpleType>
Localisation du schéma http://www.erudit.org/xsd/mathml/2.0/presentation/common-types.xsd