Attribute Group data-element-atts

Namespace No namespace
Diagram
Attribute Group id-attsAttribute Group select-attsAttribute Group localization-attsAttribute Group univ-attsAttribute data-element-atts / @nameAttribute data-element-atts / @datatypeAttribute data-element-atts / @valueAttribute data-element-atts / @hrefAttribute data-element-atts / @keyrefAttribute data-element-atts / @formatAttribute data-element-atts / @typeAttribute data-element-atts / @scopeAttribute data-element-atts / @outputclass
Used by
Attributes
Source
<xs:attributeGroup name="data-element-atts">
  <xs:attributeGroup ref="univ-atts"/>
  <xs:attribute name="name"/>
  <xs:attribute name="datatype"/>
  <xs:attribute name="value"/>
  <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-element-atts / @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>

Attribute data-element-atts / @outputclass

Namespace No namespace
Used by
Source
<xs:attribute name="outputclass"/>