attributeGroup "align"
Namespace:
Content:
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
alignh
 = 
("gauche" | "centre" | "droite" | "justifie" | "carac")
   
alignv
 = 
("haut" | "centre" | "bas" | "lignebase")
   
carac
 = 
xs:normalizedString
...>
Known Usage Locations
Annotation

Étiquette: Alignement

Description:
Modèle de contenu des attributs « alignh », « carac » et « alignv ».

XML Source (w/o annotations (4); see schema source)
<xs:attributeGroup name="align">
<xs:attribute name="alignh">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="gauche"/>
<xs:enumeration value="centre"/>
<xs:enumeration value="droite"/>
<xs:enumeration value="justifie"/>
<xs:enumeration value="carac"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="carac" type="xs:normalizedString">
</xs:attribute>
<xs:attribute name="alignv">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="haut"/>
<xs:enumeration value="centre"/>
<xs:enumeration value="bas"/>
<xs:enumeration value="lignebase"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Attribute Detail
alignh
Type:
Use:
optional
Defined:
locally, within (this) align attributeGroup

Étiquette: Alignement horizontal

Description:
Disposition typographique horizontale des lignes de texte.

gauche alignement horizontal à gauche
centre alignement horizontal au centre
justifie alignement horizontal justifié
carac alignement horizontal sur un caractère défini par la valeur de l’attribut « carac »


<xs:attribute name="alignh">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="gauche"/>
<xs:enumeration value="centre"/>
<xs:enumeration value="droite"/>
<xs:enumeration value="justifie"/>
<xs:enumeration value="carac"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Embedded Type
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"gauche", "centre", "droite", "justifie", "carac"

alignv
Type:
Use:
optional
Defined:
locally, within (this) align attributeGroup

Étiquette: Alignement vertical

Description:
Disposition typographique verticale des lignes de texte.

gauche alignement horizontal à gauche
centre alignement horizontal au centre
justifie alignement horizontal justifié
carac alignement horizontal sur un caractère défini par la valeur de l’attribut « carac »


<xs:attribute name="alignv">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="haut"/>
<xs:enumeration value="centre"/>
<xs:enumeration value="bas"/>
<xs:enumeration value="lignebase"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Embedded Type
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"haut", "centre", "bas", "lignebase"

carac
Type:
xs:normalizedString
Use:
optional
Defined:
locally, within (this) align attributeGroup

Étiquette: Caractère

Description:
Lettre, chiffre, signe de ponctuation ou espace utilisé dans la composition
(voir l’attribut alignh)

XML Source (w/o annotations (1); see schema source)
<xs:attribute name="carac" type="xs:normalizedString">
</xs:attribute>