complexType "AdditionalInformationType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
(xs:string | ("public" | "restricted" | "private"))
   
>
   
Content: 
</...>
Content Model Elements (2):
r:Content, r:EffectivePeriod
All Direct / Indirect Based Elements (1):
AdditionalInformation
Known Usage Locations
Annotation
Additional Information provided using a StructuredString plus a privacy code to support multiple language versions of the same content as well as optional formatting of the content.
Type Definition Detail
Type Derivation Tree
r:StructuredStringType (extension)
  AdditionalInformationType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="AdditionalInformationType">
<xs:complexContent>
<xs:extension base="r:StructuredStringType">
<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/2)
r:EffectivePeriod
Type:
r:DateType, complex content
Clarifies when the identification information is accurate.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set