element <documentation>
Namespace:
Type:
embedded complexType
Content:
complex, 3 elements
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<documentation>
   
Content: 
</documentation>
May contain elements (3):
helpTopic (type xsd:string),
information (type xsd:string),
wizardDescription (type xsd:string)
May be included in elements (1):
Known Usage Locations
Annotation
The optional documentation element provides brief description information about the component and a link to more detailed documentation
XML Source
<xsd:element name="documentation">
<xsd:annotation>
<xsd:documentation>
The optional documentation element provides brief description information about the component and a link to more detailed documentation
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="information" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Brief description of the component, shown in a tooltip. This value should be localized.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="helpTopic" type="xsd:string">
<xsd:annotation>
<xsd:documentation>A link to help information for this component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wizardDescription" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Text displayed in the UI design wizard. Applies only to containers and top-level content. This
value should be localized.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail
helpTopic
A link to help information for this component.
Type:
xsd:string, simple content
Defined:
locally, within this element
XML Source
<xsd:element name="helpTopic" type="xsd:string">
<xsd:annotation>
<xsd:documentation>A link to help information for this component.</xsd:documentation>
</xsd:annotation>
</xsd:element>

information
Brief description of the component, shown in a tooltip. This value should be localized.
Type:
xsd:string, simple content
Defined:
locally, within this element
XML Source
<xsd:element name="information" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Brief description of the component, shown in a tooltip. This value should be localized.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

wizardDescription
Text displayed in the UI design wizard. Applies only to containers and top-level content. This
value should be localized.
Type:
xsd:string, simple content
Defined:
locally, within this element
XML Source
<xsd:element name="wizardDescription" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Text displayed in the UI design wizard. Applies only to containers and top-level content. This
value should be localized.
</xsd:documentation>
</xsd:annotation>
</xsd:element>