targets |
specifies the identifiers of the alternative elements or passages. |
|
Datatype: IDREFS |
|
Values: Each value specified must be the same as that
specified as value for an id attribute for some
other element in the current document. |
|
Default: #REQUIRED |
mode |
states whether the alternations gathered in this collection are exclusive or inclusive. |
|
Datatype: (excl|incl) |
|
Legal values are:
excl |
indicates that the alternation is exclusive, i.e. that
at most one of the alternatives occurs. |
incl |
indicates that the alternation is not exclusive, i.e. that
one or more of the alternatives occur. |
|
|
Default: %INHERITED; |
weights |
If mode is excl, each weight states the
probability that the corresponding alternative occurs. If
mode="incl" each weight states the probability that
the corresponding alternative occurs given that at least one
of the other alternatives occurs. |
|
Datatype: CDATA |
|
Values: a list of numbers, in the range from 0 to 1 if
wScale is real, and in the range from 0 to 100 if
wScale is perc. |
|
Default: #IMPLIED |
Note |
If mode is excl, the sum of weights must be 1 (or
100%;). If mode is excl, the sum of weights must
be in the range from 0 to the number of alternants (or 0 to
100%; times the number of alternants).
|
wScale |
indicates the scale used to express the value of the
weights attribute value. |
|
Datatype: (perc|real) |
|
Legal values are:
perc |
indicates that the weights are expressed as percentages. |
real |
indicates that the weights are expressed as values
between 0 and 1. |
|
|
Default: %INHERITED; |