Attribute imgAtts / @width
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Attribute Group imgAtts
Source
<xsd:attribute name="width" type="xsd:integer"/>
Attribute imgAtts / @height
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Attribute Group imgAtts
Source
<xsd:attribute name="height" type="xsd:integer"/>
Attribute Group imgAtts
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Attlist</type>
<name>imgAtts</name>
<comment>these attributes specify the dimension of the image.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_imgAtts.tmp#imgAtts_width akomantoso30_xsd_Attribute_Group_imgAtts.tmp#imgAtts_height
Used by
Element img
Attributes
QName Type Fixed Default Use Annotation
height xsd:integer optional
width xsd:integer optional
Source
<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>