db:valign.attribute

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
valign restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="valign.attribute">
  <xs:attribute name="valign">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="bottom"/>
        <xs:enumeration value="middle"/>
        <xs:enumeration value="top"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>