DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ImageType"
Namespace:
Content:
simple, 3 attributes
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
    dpi
 = 
xs:integer
    type
 = 
xs:string
    xml:lang
 = 
xs:language
    >
   
Content: 
{ xs:anyURI }
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A reference to an image, with a description of ts properties and type.
Type Definition Detail
Type Derivation Tree
xs:anyURI
  ImageType (extension)
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 (defined in 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 differention 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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set