db:rowheader.attribute

Attribute Group Information

Attributes

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

Used By

Source

<xs:attributeGroup name="rowheader.attribute">
  <xs:attribute name="rowheader">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="firstcol"/>
        <xs:enumeration value="headers"/>
        <xs:enumeration value="norowheader"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>