The valign-image type is used to indicate vertical alignment for images and graphics, so it does not include a baseline value. Defaults are implementation-dependent.
<xs:simpleType name="valign-image"><xs:annotation><xs:documentation>The valign-image type is used to indicate vertical alignment for images and graphics, so it does not include a baseline value. Defaults are implementation-dependent.</xs:documentation></xs:annotation><xs:restriction base="xs:token"><xs:enumeration value="top"/><xs:enumeration value="middle"/><xs:enumeration value="bottom"/></xs:restriction></xs:simpleType>
<xs:attributeGroup name="valign-image"><xs:annotation><xs:documentation>The valign-image attribute is used to indicate vertical alignment for images and graphics, so it removes the baseline value. Defaults are implementation-dependent.</xs:documentation></xs:annotation><xs:attribute name="valign" type="valign-image"/></xs:attributeGroup>