element <boolean> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<boolean |
|
|
= |
("yes" | "no" | "-dita-use-conref-target") |
|
= |
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/boolean " |
|
/> |
Included in content model of elements (63):
-
abstract,
b,
chdesc,
chdeschd,
choice,
choption,
choptionhd,
cite,
cmd,
codeblock,
codeph,
context,
dd,
ddhd,
desc,
draft-comment,
dt,
dthd,
entry,
example,
fn,
fragref,
glossdef,
glossterm,
i,
info,
itemgroup,
li,
lines,
linkinfo,
lq,
note,
p,
pd,
ph,
postreq,
pre,
prereq,
propdesc,
propdeschd,
proptype,
proptypehd,
propvalue,
propvaluehd,
pt,
q,
refsyn,
result,
screen,
section,
shortdesc,
sli,
stentry,
stepresult,
stepxmp,
sub,
sup,
synnote,
title,
tt,
tutorialinfo,
u,
xref
Annotation
( Deprecated ) - The <boolean> element is used to express
one of two opposite values, such as yes or no, on or off, true or false, high
or low, and so forth. The element itself is empty; the value of the element
is stored in its state attribute, and
the semantic associated with the value is typically in a specialized name
derived from this element. If you need more than two values (for example,
"yes," "no" and "don't care") use the <state>
element instead. This element is primarily for specialization, where
it can be used to require a logical true or false designation in a particular
part of the document.
Type Derivation Tree
complexType
|
XML Source (w/o annotations (1); see within schema source)
<xs:complexType>
<xs:complexContent>
<xs:extension base="boolean.class">
<xs:attribute default="- topic/boolean " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|
Attribute Detail (all declarations; defined within this component only; 1/18)
-
Type: |
xs:string, predefined
|
Use: |
optional |
Attribute Value
Default: |
"- topic/boolean " |
XML Source (see within schema source)
<xs:attribute default="- topic/boolean " ref="class"/>
|