QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
align | restriction of xs:string | optional |
|
Element | elml:multimedia |
Complex Types | elml:ColumnType, elml:TableCellType |
<xs:attributeGroup name="AlignmentImp"> <xs:attribute name="align"> <xs:annotation> <xs:documentation>The attribute align allows to specify the horizontal alignment of multimedia objects and content within columns and tables.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |