OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

dita-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [dita-comment] Gathering restricted values using a subject scheme map


Radu, I think the correct answer is that the permitted values for @outputclass are "none" and "left."

I'll add this to the DITA TC agenda for tomorrow.

Best,
Kris

Kristen James Eberlein
Chair, OASIS DITA Technical Committee
Principal consultant, Eberlein Consulting
www.eberleinconsulting.com
+1 919 682-2290; kriseberlein (skype)

On 7/18/2016 6:24 AM, Radu Coravu wrote:
Hi everybody,

Let's say I have a subject scheme map like this:

<!DOCTYPE subjectScheme PUBLIC "-//OASIS//DTD DITA Subject Scheme Map//EN" "subjectScheme.dtd">
<subjectScheme>
    <subjectdef keys="floatLeft">
        <subjectdef keys="left"/>
    </subjectdef>
    <subjectdef keys="outputclassFig">
        <subjectdef keys="none"/>
        <subjectdef keyref="floatLeft"/>
    </subjectdef>
    <enumerationdef>
        <attributedef name="outputclass"/>
        <subjectdef keyref="outputclassFig"/>
    </enumerationdef>
</subjectScheme>

which imposes for the attribute "outputclass" a set of fixed possible values.
What values does it impose for @outputclass?
Does it impose that its values should be either "none" or "left"?
Or does it impose that its values should be either "none", "floatLeft", or "left"?

Regards,
Radu

Radu Coravu
<oXygen/>  XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]