element <titlealts> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
| <titlealts |
| |
|
= |
xs:NMTOKEN |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
("obsolete" | "deprecated" | "optional" | "default" | "low" | "normal" | "high" | "recommended" | "required" | "urgent" | "-dita-use-conref-target") |
|
= |
("new" | "changed" | "deleted" | "unchanged" | "-dita-use-conref-target") |
|
= |
("yes" | "no" | "-dita-use-conref-target") |
|
= |
xs:language |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string : "- topic/titlealts " |
|
| |
> |
| |
|
| </titlealts> |
Included in content model of elements (4):
-
Known Usage Locations
Annotation
The alternate title element (<titlealts>)
is optional, but can occur after the topic title. Two elements can be inserted
as sub-elements of <titlealts>: navigation title <navtitle>
and search title <searchtitle>. When your DITA topic
is transformed to XHTML, the <searchtitle> element is
used to create a title element at the top of the resulting XHTML file. This
title may differ from the first level heading that shows in the main browser
window. In HTML output, the <navtitle> may be used to
create navigation panels when your DITA topics are part of an HTML-based help
or information system. The design intent is to enable navigation for HTML
Help and Eclipse help systems.
Anonymous Type Detail
Type Derivation Tree complexType |
XML Source (w/o annotations (1); see within schema source)
| <xs:element name="titlealts"> <xs:complexType> <xs:complexContent> <xs:attribute default="- topic/titlealts " ref="class"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Attribute Detail (all declarations; defined within this component only; 1/16) -
Type: |
xs:string, predefined |
Use: |
optional |
Attribute Value
Default: |
"- topic/titlealts " |
XML Source (see within schema source)
| <xs:attribute default="- topic/titlealts " ref="class"/> |