<xsd:attributeGroup name="imgAtts">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>imgAtts</name>
      <comment>these attributes specify the dimension of the image.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="width" type="xsd:integer"/>
  <xsd:attribute name="height" type="xsd:integer"/>
</xsd:attributeGroup> |