complexType "ImageType"
Namespace:
Content:
complex, 2 attributes, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:nonNegativeInteger
 = 
xs:language
   
>
   
Content: 
</...>
Content Model Elements (1):
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
A reference to an image, with a description of its properties and type.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="ImageType">
<xs:sequence>
<xs:element name="ImageLocation" type="xs:anyURI"/>
<xs:element minOccurs="0" ref="TypeOfImage"/>
</xs:sequence>
<xs:attribute name="dpi" type="xs:nonNegativeInteger" use="optional"/>
<xs:attribute name="languageOfImage" type="xs:language" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
dpi
Type:
xs:nonNegativeInteger, 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:nonNegativeInteger" use="optional"/>

languageOfImage
Type:
xs:language, predefined
Use:
optional
Language of image.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="languageOfImage" type="xs:language" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
ImageLocation
Type:
xs:anyURI, predefined, simple content
A reference to the location of the image using a URI.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ImageLocation" type="xs:anyURI"/>

TypeOfImage
Type:
CodeValueType, simple content
Brief description of the image type. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfImage"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set