Attribute Group source.attributes

Namespace No namespace
Diagram
Attribute Group id-attsAttribute Group select-attsAttribute Group localization-attsAttribute Group univ-attsAttribute source.attributes / @hrefAttribute source.attributes / @formatAttribute source.attributes / @typeAttribute source.attributes / @scopeAttribute source.attributes / @keyref
Used by
Attributes
Source
<xs:attributeGroup name="source.attributes">
  <xs:attributeGroup ref="univ-atts"/>
  <xs:attribute name="href"/>
  <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="keyref"/>
</xs:attributeGroup>

Attribute source.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>