Namespace: |
|
Content: |
|
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 3 attributes |
Used: |
at 9 locations |
XML Representation Summary |
|||
<... |
|||
alignh | = |
("gauche" | "centre" | "droite" | "justifie" | "carac") |
|
alignv | = |
("haut" | "centre" | "bas" | "lignebase") |
|
carac | = |
xs:normalizedString |
|
...> |
<xs:attributeGroup name="align"> <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> <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> |
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> |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
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> |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
<xs:attribute name="carac" type="xs:normalizedString"> </xs:attribute> |