Attribute Group image.attributes

Namespace No namespace
Diagram
Attribute image.attributes / @hrefAttribute image.attributes / @scopeAttribute image.attributes / @keyrefAttribute image.attributes / @altAttribute image.attributes / @longdescrefAttribute image.attributes / @heightAttribute image.attributes / @widthAttribute image.attributes / @alignAttribute image.attributes / @scaleAttribute image.attributes / @scalefitAttribute image.attributes / @placementAttribute Group id-attsAttribute Group select-attsAttribute Group localization-attsAttribute Group univ-attsAttribute image.attributes / @outputclass
Used by
Attributes
QName Type Default Use
Attribute image.attributes / @align optional
Attribute image.attributes / @alt optional
Attribute filter-atts / @audience optional
Attribute select-atts / @base optional
Attribute conref-atts / @conaction restriction of xs:token optional
Attribute conref-atts / @conkeyref optional
Attribute conref-atts / @conref optional
Attribute conref-atts / @conrefend optional
Attribute localization-atts / @dir restriction of xs:token optional
Attribute image.attributes / @height xs:NMTOKEN optional
Attribute image.attributes / @href optional
Attribute id-atts / @id xs:NMTOKEN optional
Attribute select-atts / @importance restriction of xs:token optional
Attribute image.attributes / @keyref optional
Attribute image.attributes / @longdescref optional
Attribute filter-atts / @otherprops optional
Attribute image.attributes / @outputclass optional
Attribute image.attributes / @placement restriction of xs:token inline optional
Attribute filter-atts / @platform optional
Attribute filter-atts / @product optional
Attribute filter-atts / @props optional
Attribute select-atts / @rev optional
Attribute image.attributes / @scale xs:NMTOKEN optional
Attribute image.attributes / @scalefit restriction of xs:token optional
Attribute image.attributes / @scope restriction of xs:token optional
Attribute select-atts / @status restriction of xs:token optional
Attribute localization-atts / @translate restriction of xs:token optional
Attribute image.attributes / @width xs:NMTOKEN optional
Attribute @xml:lang optional
Source
<xs:attributeGroup name="image.attributes">
  <xs:attribute name="href"/>
  <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:attribute name="alt"/>
  <xs:attribute name="longdescref"/>
  <xs:attribute name="height" type="xs:NMTOKEN"/>
  <xs:attribute name="width" type="xs:NMTOKEN"/>
  <xs:attribute name="align"/>
  <xs:attribute name="scale" type="xs:NMTOKEN"/>
  <xs:attribute name="scalefit">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="yes"/>
        <xs:enumeration value="no"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="placement" default="inline">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="break"/>
        <xs:enumeration value="inline"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="univ-atts"/>
  <xs:attribute name="outputclass"/>
</xs:attributeGroup>

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

Attribute image.attributes / @longdescref

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

Attribute image.attributes / @height

Namespace No namespace
Type xs:NMTOKEN
Properties
content: simple
Used by
Source
<xs:attribute name="height" type="xs:NMTOKEN"/>

Attribute image.attributes / @width

Namespace No namespace
Type xs:NMTOKEN
Properties
content: simple
Used by
Source
<xs:attribute name="width" type="xs:NMTOKEN"/>

Attribute image.attributes / @scale

Namespace No namespace
Type xs:NMTOKEN
Properties
content: simple
Used by
Source
<xs:attribute name="scale" type="xs:NMTOKEN"/>

Attribute image.attributes / @scalefit

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

Attribute image.attributes / @placement

Namespace No namespace
Type restriction of xs:token
Properties
default: inline
Facets
enumeration break
enumeration inline
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="placement" default="inline">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="break"/>
      <xs:enumeration value="inline"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Attribute image.attributes / @outputclass

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