complexType "AdditionalInformationType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
globally in archive.xsd; see XML source
Used:
XML Representation Summary
<...
   
 = 
(xs:string | ("public" | "restricted" | "private"))
    >
   
Content: 
r:Content+
</...>
Content Model Elements (1):
r:Content
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 (2); see within schema source)
<xs:complexType name="AdditionalInformationType">
<xs:complexContent>
<xs:extension base="r:StructuredStringType">
<xs:attributeGroup ref="PRIVACY"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>

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