complexType "PrivateImageType"
Namespace:
Content:
complex, 3 attributes, 3 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:nonNegativeInteger
 = 
xs:language
 = 
(xs:string | ("public" | "restricted" | "private"))
   
>
   
Content: 
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (2):
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.
Type Definition Detail
Type Derivation Tree
r:ImageType (extension)
  PrivateImageType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="PrivateImageType">
<xs:complexContent>
<xs:extension base="r:ImageType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>
</xs:sequence>
<xs:attributeGroup ref="PRIVACY"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
r: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 minOccurs="0" ref="r:EffectivePeriod"/>

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