element <simpletable> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<simpletable |
|
|
= |
xs:string |
|
= |
xs:NMTOKEN |
|
= |
xs:NMTOKENS |
|
= |
("50" | "60" | "70" | "80" | "90" | "100" | "110" | "120" | "140" | "160" | "180" | "200" | "-dita-use-conref-target") |
|
= |
("top" | "bottom" | "topbot" | "all" | "sides" | "none" | "-dita-use-conref-target") |
|
= |
("page" | "column" | "textline" | "-dita-use-conref-target") |
|
= |
xs:string |
|
= |
xs:string |
|
= |
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/simpletable " |
|
|
> |
|
|
</simpletable> |
Included in content model of elements (26):
-
abstract,
body,
choice,
conbody,
context,
dd,
draft-comment,
example,
fig,
glossdef,
info,
itemgroup,
li,
lq,
note,
p,
pd,
postreq,
prereq,
refbody,
refsyn,
result,
section,
stepresult,
stepxmp,
tutorialinfo
Annotation
The <simpletable> element is used for tables
that are regular in structure and do not need a caption. Choose the simple
table element when you want to show information in regular rows and columns.
For example, multi-column tabular data such as phone directory listings or
parts lists are good candidates for simpletable. Another good use of simpletable
is for information that seems to beg for a "three-part definition list"—just
use the keycol attribute to indicate which column represents the "key" or
term-like column of your structure.
Type Derivation Tree
complexType
|
XML Source (w/o annotations (1); see within schema source)
<xs:complexType>
<xs:complexContent>
<xs:extension base="simpletable.class">
<xs:attribute default="- topic/simpletable " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|
Attribute Detail (all declarations; defined within this component only; 1/24)
-
Type: |
xs:string, predefined
|
Use: |
optional |
Attribute Value
Default: |
"- topic/simpletable " |
XML Source (see within schema source)
<xs:attribute default="- topic/simpletable " ref="class"/>
|