[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-publishers] sample poetry, legal models for discussion
On 3/31/08 4:00 PM, Scott Hudson wrote:
> Folks,
>
> Please find attached a revised publishers.rnc containing sample models
> for poetry and dialogue, and a legal.rnc containing sample models for
> legalcitation.
>
> I'd like to use these as the basis for the discussion this week. I'll
> send an agenda shortly and post these to the OASIS site.
Some questions
db.poem =
element poem {
db.title,
db.poem.info,
(db.mediaobject|db.linegroup|db.line)*
}
Doesn't a poem have to have at least one of those children? Change * to +?
db.dialogue =
element dialogue {
db.title?,
db.dialogue.info,
(db.mediaobject | db.linegroup | (db.speaker,db.line))*
}
Doesn't a dialogue have to have at least one of those children? Change * to +?
db.linegroup =
db.speaker?,(db.line)*
Doesn't a linegroup have to have at least one line? Change * to +?
--
Keith Fahlgren
Publishing Technology Engineer
O'Reilly Media
415-682-4386
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]