Namespace: |
|
Content: |
|
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 3 attributes |
Used: |
at 9 locations |
XML Representation Summary | |||
<... | |||
char | = |
xs:normalizedString | |
halign | = |
("left" | "center" | "right" | "justify" | "char") | |
valign | = |
("top" | "middle" | "bottom" | "baseline") | |
...> |
<xs:attributeGroup name="align"> <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> <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> |
Type: |
xs:normalizedString, predefined |
Use: |
optional |
<xs:attribute name="char" type="xs:normalizedString"> </xs:attribute> |
Type: |
|
Use: |
optional |
Horizontal typographical arrangement of lines of text.
enumeration of xs:NMTOKEN |
Enumeration: |
"left", "center", "right", "justify", "char" |
Type Derivation Tree xs:NMTOKEN ![]() |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
<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> |
Type: |
|
Use: |
optional |
Vertical typographical arrangement of lines of text.
enumeration of xs:NMTOKEN |
Enumeration: |
"top", "middle", "bottom", "baseline" |
Type Derivation Tree xs:NMTOKEN ![]() |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
<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 |