tei:att.tableDecoration.attribute.role

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
role union of(restriction of xs:token, restriction of xs:token, restriction of xs:token) data optional
indicates the kind of information held in this cell or in each cell of
this row. Suggested values include: 1] label; 2] data

Used By

Source

<xs:attributeGroup name="att.tableDecoration.attribute.role">
  <xs:attribute name="role" default="data">
    <xs:annotation>
      <xs:documentation>indicates the kind of information held in this cell or in each cell of this row. Suggested values include: 1] label; 2] data</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:union>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="label">
              <xs:annotation>
                <xs:documentation>labelling or descriptive information only.</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="data">
              <xs:annotation>
                <xs:documentation>data values.</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>