diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.w3.org/1999/xhtml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="img"> <xs:complexType> <xs:attributeGroup ref="attrs"/> <xs:attribute name="src" type="URI" use="required"/> <xs:attribute name="alt" type="Text" use="required"/> <xs:attribute name="longdesc" type="URI"/> <xs:attribute name="height" type="Length"/> <xs:attribute name="width" type="Length"/> <xs:attribute name="usemap" type="URI"> <xs:annotation> <xs:documentation> usemap points to a map element which may be in this document or an external document, although the latter is not widely supported </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ismap"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="ismap"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
type | URI | ||||
properties |
|
||||
source | <xs:attribute name="src" type="URI" use="required"/> |
type | Text | ||||
properties |
|
||||
source | <xs:attribute name="alt" type="Text" use="required"/> |
type | URI | ||
properties |
|
||
source | <xs:attribute name="longdesc" type="URI"/> |
type | Length | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="height" type="Length"/> |
type | Length | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="width" type="Length"/> |
type | URI | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="usemap" type="URI"> <xs:annotation> <xs:documentation> usemap points to a map element which may be in this document or an external document, although the latter is not widely supported </xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:token | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="ismap"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="ismap"/> </xs:restriction> </xs:simpleType> </xs:attribute> |