complexType "PrivateImageType"
Namespace:
Content:
complex, 4 attributes, 2 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 3 attributes, 2 elements
Used:
XML Representation Summary
<...
   
 = 
(xs:string | ("public" | "restricted" | "private"))
 = 
xs:integer
 = 
xs:language
 = 
xs:anyURI
    >
   
Content: 
EffectivePeriod, TypeOfImage
</...>
Content Model Elements (2):
EffectivePeriod, TypeOfImage
All Direct / Indirect Based Elements (2):
IndividualImage, OrganizationImage
Known Usage Locations
Annotation
References an image using the standard Image description. In addition to the standard attributes provides an effective date (period), the type of image, and a privacy ranking.
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="PrivateImageType">
<xs:sequence>
<xs:element ref="EffectivePeriod"/>
<xs:element ref="TypeOfImage"/>
</xs:sequence>
<xs:attributeGroup ref="PRIVACY"/>
<xs:attribute name="dpi" type="xs:integer" use="optional"/>
<xs:attribute name="languageOfImage" type="xs:language" use="optional"/>
<xs:attribute name="imageLocation" type="xs:anyURI" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/4)
dpi
Type:
xs:integer, predefined
Use:
optional
The quality of the image or dots per inch (dpi) expressed as an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="dpi" type="xs:integer" use="optional"/>

imageLocation
Type:
xs:anyURI, predefined
Use:
optional
The location of the image expressed as a URL or URN.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="imageLocation" type="xs:anyURI" 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)
EffectivePeriod
Type:
r:DateType, complex content
The period for which this image is effective/valid.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="EffectivePeriod"/>

TypeOfImage
Type:
r: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 ref="TypeOfImage"/>

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