Attribute Group univ-atts-no-importance-task

Namespace No namespace
Diagram
Attribute id-atts / @idAttribute Group conref-attsAttribute Group id-attsAttribute filter-atts / @propsAttribute filter-atts / @platformAttribute filter-atts / @productAttribute filter-atts / @audienceAttribute filter-atts / @otherpropsAttribute Group filter-attsAttribute univ-atts-no-importance-task / @baseAttribute univ-atts-no-importance-task / @revAttribute univ-atts-no-importance-task / @statusAttribute localization-atts / @translateAttribute @xml:langAttribute localization-atts / @dirAttribute Group localization-atts
Used by
Attributes
Source
<xs:attributeGroup name="univ-atts-no-importance-task">
  <xs:attributeGroup ref="id-atts"/>
  <xs:attributeGroup ref="filter-atts"/>
  <xs:attribute name="base"/>
  <xs:attribute name="rev"/>
  <xs:attribute name="status">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="new"/>
        <xs:enumeration value="changed"/>
        <xs:enumeration value="deleted"/>
        <xs:enumeration value="unchanged"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="localization-atts"/>
</xs:attributeGroup>

Attribute univ-atts-no-importance-task / @status

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration new
enumeration changed
enumeration deleted
enumeration unchanged
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="status">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="new"/>
      <xs:enumeration value="changed"/>
      <xs:enumeration value="deleted"/>
      <xs:enumeration value="unchanged"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>