[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [office] text:meta-field
Bruce / Florian,
Bruce D'Arcus wrote:
> On 10/28/07, Svante Schubert <Svante.Schubert@sun.com> wrote:
>
> ...
>
>
>> Currently text:meta-field is allowed to have the same content as a
>> paragraph, which not include a paragraph itself.
>> Therefore the given example
>>
>> <p>Description:
>> <text:meta-field>
>> <p>A comment</p>
>> <p>which spans multiple paragraphs</p>
>> </text:meta-field>End descr text.
>> </p>
>> would not be valid.
>>
>
> But it's trivial to change that.
>
Unsure yet if it is that trivial, but most important it was not clear to
me, what has been proposed.
Would it be correctly summarized that the text:meta-field enhancement
request has changed from having a start/end tag (containing
non-wellformed XML) to be able to contain more than paragraph-content.
If this is the case, what shall a text:meta-field be able to contain in
the future?
Perhaps in general text-content could fulfill your needs?
Schema would look like:
<define name="text-content" combine="choice">
<element name="text:meta-field">
<ref name="text-meta-field-attlist">
<zeroOrMore>
<ref name="text-content"/>
</zeroOrMore>
</element>
</define>
<define name="text-content">
<choice>
<ref name="text-h"/>
<ref name="text-p"/>
<ref name="text-list"/>
<ref name="text-numbered-paragraph"/>
<ref name="table-table"/>
<ref name="draw-a"/>
<ref name="text-section"/>
<ref name="text-soft-page-break"/>
<ref name="text-table-of-content"/>
<ref name="text-illustration-index"/>
<ref name="text-table-index"/>
<ref name="text-object-index"/>
<ref name="text-user-index"/>
<ref name="text-alphabetical-index"/>
<ref name="text-bibliography"/>
<ref name="shape"/>
<ref name="change-marks"/>
<ref name="text:meta-field"/>
</choice>
</define>
Svante
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]