Try changing the last paragraph to:
The manifest:preferred-view-mode attribute is meant to provide a
preference on how the author of the document would like the document
to be presented. Not all "view" modes are applicable to all document
Internet media types (e.g. "auto-play" might only be meaningful in a
presentation document).
This change to the paragraph does not mention the OS launcher or
anything of the sort because that is all an implementation detail.
The schema should be changed to the following:
<define name="file-entry-attlist" combine="interleave">
<optional>
<attribute name="manifest:shortcut-open-mode" a:defaultValue="edit">
<choice>
<value>read-only</value>
<value>edit</value>
<!-- I am not that familiar with RelaxNG. How would I represent
something that means any text string as a possibility? -->
</choice>
</attribute>
</optional>
</define>
2008/4/17 Ming Fei Jia <>:
>
>
> Warren,
>
> Still any comments? Thanks.