attributeGroup "align"
Namespace:
Content:
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
    char
 = 
xs:normalizedString
    halign
 = 
("left" | "center" | "right" | "justify" | "char")
    valign
 = 
("top" | "middle" | "bottom" | "baseline")
...>
Annotation
Label
Alignment
Description
Content model of “halign”, “char” et “valign ” attributes.
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xs:attributeGroup name="align">
<xs:attribute name="halign">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="justify"/>
<xs:enumeration value="char"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="char" type="xs:normalizedString">
</xs:attribute>
<xs:attribute name="valign">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="top"/>
<xs:enumeration value="middle"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="baseline"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 3/3)
char
Type:
xs:normalizedString, predefined
Use:
optional
Label
Character
Description
Letter, number, punctuation sign or space used in composition (see “halign” attribute)
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="char" type="xs:normalizedString">
</xs:attribute>

halign
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
optional
Label
Horizontal alignment
Description

Horizontal typographical arrangement of lines of text.

left
horizontal alignment at left
center
horizontal alignment centred
right
horizontal alignment at right
justify
justified horizontal alignment
char
horizontal alignment on a character defined by the value of “char”
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"left", "center", "right", "justify", "char"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"left", "center", "right", "justify", "char"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="halign">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="justify"/>
<xs:enumeration value="char"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

valign
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
optional
Label
Vertical alignment
Description

Vertical typographical arrangement of lines of text.

top
vertical alignment at top
middle
vertical alignment in the middle
bottom
vertical alignment at bottom
baseline
vertical alignment with baseline
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"top", "middle", "bottom", "baseline"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"top", "middle", "bottom", "baseline"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="valign">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="top"/>
<xs:enumeration value="middle"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="baseline"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set