complexType "ImageType"
Namespace:
Content:
simple, 3 attributes
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:integer
 = 
xs:language
 = 
xs:string
    >
   
Content: 
{ xs:anyURI }
</...>
All Direct / Indirect Based Elements (1):
Image
Known Usage Locations
Annotation
A reference to an image, with a description of its properties and type.
Type Definition Detail
Type Derivation Tree
xs:anyURI (extension)
  ImageType
Derivation:
extension of xs:anyURI
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="ImageType">
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute name="dpi" type="xs:integer" use="optional"/>
<xs:attribute ref="xml:lang" use="optional"/>
<xs:attribute name="type" type="xs:string" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/3)
dpi
Type:
xs:integer, predefined
Use:
optional
Provides the resolution of the image in dots per inch to assist in selecting the appropriate image for various uses.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="dpi" type="xs:integer" use="optional"/>

type
Type:
xs:string, predefined
Use:
optional
Use to identify type or specific intended use of the image (e.g., logo, web-logo, print-logo, photo, etc.).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string" use="optional"/>

xml:lang
Type:
xs:language, predefined
Use:
optional
Allows differentiation of image content by language, such as the language of a logo.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xml:lang" use="optional"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set