imageType

An empty element with an image name as an attribute

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alt xs:string optional
href xs:string optional
link target
id xs:ID optional
title xs:string optional
type xs:string optional
link type

Used By

Source

<xs:complexType name="imageType">
  <xs:annotation>
    <xs:documentation>An empty element with an image name as an attribute</xs:documentation>
  </xs:annotation>
  <xs:attribute ref="xlink:type"/>
  <xs:attribute ref="xlink:href"/>
  <xs:attribute name="alt" type="xs:string" use="optional"/>
  <xs:attribute name="title" type="xs:string" use="optional"/>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
</xs:complexType>