Attribute Group data-about.attributes

Namespace No namespace
Diagram
Attribute Group id-attsAttribute Group select-attsAttribute Group localization-attsAttribute Group univ-attsAttribute data-about.attributes / @hrefAttribute data-about.attributes / @keyrefAttribute data-about.attributes / @formatAttribute data-about.attributes / @typeAttribute data-about.attributes / @scopeAttribute data-about.attributes / @outputclass
Used by
Attributes
Source
<xs:attributeGroup name="data-about.attributes">
  <xs:attributeGroup ref="univ-atts"/>
  <xs:attribute name="href"/>
  <xs:attribute name="keyref"/>
  <xs:attribute name="format"/>
  <xs:attribute name="type"/>
  <xs:attribute name="scope">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="external"/>
        <xs:enumeration value="local"/>
        <xs:enumeration value="peer"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="outputclass"/>
</xs:attributeGroup>

Attribute data-about.attributes / @scope

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