Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element img
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<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>
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_coreopt.tmp#coreopt AkomaNtoso30-csd13_xsd_Complex_Type_markeropt.tmp#markeropt AkomaNtoso30-csd13_xsd_Attribute_Group_src.tmp#src AkomaNtoso30-csd13_xsd_Element_img.tmp#img_width AkomaNtoso30-csd13_xsd_Element_img.tmp#img_height
Type extension of markeropt
Type hierarchy
Properties
content: complex
Used by
Element Group HTMLmarker
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
alt xsd:string optional
alternativeTo xsd:anyURI optional
class xsd:string optional
eId noWhiteSpace optional
height xsd:integer optional
lang optional
period xsd:anyURI optional
refersTo list of xsd:anyURI optional
space optional
src xsd:anyURI required
status statusType optional
style xsd:string optional
title xsd:string optional
wId noWhiteSpace optional
width xsd:integer optional
Source
<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:attribute name="width" type="xsd:integer"/>
        <xsd:attribute name="height" type="xsd:integer"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Attribute img / @width
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Element img
Source
<xsd:attribute name="width" type="xsd:integer"/>
Attribute img / @height
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Element img
Source
<xsd:attribute name="height" type="xsd:integer"/>