Attribute Group glossScopeNote.attributes

Namespace No namespace
Diagram
Attribute glossScopeNote.attributes / @typeAttribute glossScopeNote.attributes / @othertypeAttribute Group id-attsAttribute Group select-attsAttribute Group localization-attsAttribute Group univ-attsAttribute glossScopeNote.attributes / @outputclass
Used by
Attributes
Source
<xs:attributeGroup name="glossScopeNote.attributes">
  <xs:attribute name="type">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="attention"/>
        <xs:enumeration value="caution"/>
        <xs:enumeration value="danger"/>
        <xs:enumeration value="fastpath"/>
        <xs:enumeration value="important"/>
        <xs:enumeration value="note"/>
        <xs:enumeration value="notice"/>
        <xs:enumeration value="other"/>
        <xs:enumeration value="remember"/>
        <xs:enumeration value="restriction"/>
        <xs:enumeration value="tip"/>
        <xs:enumeration value="warning"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="othertype"/>
  <xs:attributeGroup ref="univ-atts"/>
  <xs:attribute name="outputclass"/>
</xs:attributeGroup>

Attribute glossScopeNote.attributes / @type

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration attention
enumeration caution
enumeration danger
enumeration fastpath
enumeration important
enumeration note
enumeration notice
enumeration other
enumeration remember
enumeration restriction
enumeration tip
enumeration warning
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="type">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="attention"/>
      <xs:enumeration value="caution"/>
      <xs:enumeration value="danger"/>
      <xs:enumeration value="fastpath"/>
      <xs:enumeration value="important"/>
      <xs:enumeration value="note"/>
      <xs:enumeration value="notice"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="remember"/>
      <xs:enumeration value="restriction"/>
      <xs:enumeration value="tip"/>
      <xs:enumeration value="warning"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>