<xsd:element name="img">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>img</name>
      <comment>The element img is an HTML element and is used in Akoma Ntoso as in HTML, for including an image. It is a marker.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="markeropt">
        <xsd:attributeGroup ref="src"/>
        <xsd:attributeGroup ref="imgAtts"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element> |