Description
The left-center-right type is used to define horizontal alignment and text justification.
Derived By
Restricting xs:token
Enumeration
Value |
Description |
left |
|
center |
|
right |
|
Referenced By
Definition
<xs:simpleType name="left-center-right">
<xs:annotation>
<xs:documentation>The left-center-right type is used to define horizontal alignment and text justification.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="left" />
<xs:enumeration value="center" />
<xs:enumeration value="right" />
</xs:restriction>
</xs:simpleType>