QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
valign | restriction of xs:string | optional |
|
Complex Types | elml:ColumnType, elml:TableCellType |
<xs:attributeGroup name="vAlignmentImp"> <xs:attribute name="valign"> <xs:annotation> <xs:documentation>The attribute valign allows to specify the vertical alignment of content within columns and tables.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="top"/> <xs:enumeration value="middle"/> <xs:enumeration value="bottom"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |