Attribute Group dita.entry.attributes

Namespace No namespace
Diagram
Attribute id-atts / @idAttribute Group conref-attsAttribute Group id-attsAttribute localization-atts / @translateAttribute @xml:langAttribute localization-atts / @dirAttribute Group localization-attsAttribute dita.entry.attributes / @rotateAttribute dita.entry.attributes / @revAttribute dita.entry.attributes / @outputclassAttribute dita.entry.attributes / @scopeAttribute dita.entry.attributes / @headers
Used by
Attributes
Source
<xs:attributeGroup name="dita.entry.attributes">
  <xs:attributeGroup ref="id-atts"/>
  <xs:attributeGroup ref="localization-atts"/>
  <xs:attribute name="rotate" type="yesorno"/>
  <xs:attribute name="rev"/>
  <xs:attribute name="outputclass"/>
  <xs:attribute name="scope">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="row"/>
        <xs:enumeration value="col"/>
        <xs:enumeration value="rowgroup"/>
        <xs:enumeration value="colgroup"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="headers" type="xs:NMTOKENS"/>
</xs:attributeGroup>

Attribute dita.entry.attributes / @scope

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration row
enumeration col
enumeration rowgroup
enumeration colgroup
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="scope">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="row"/>
      <xs:enumeration value="col"/>
      <xs:enumeration value="rowgroup"/>
      <xs:enumeration value="colgroup"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Attribute dita.entry.attributes / @headers

Namespace No namespace
Type xs:NMTOKENS
Properties
content: simple
Used by
Source
<xs:attribute name="headers" type="xs:NMTOKENS"/>