[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] Editor for product files: sketch of an idea for xml representation
From: |
Greg Chicares |
Subject: |
[lmi] Editor for product files: sketch of an idea for xml representation of '.tir' data |
Date: |
Wed, 10 Aug 2005 15:34:22 +0000 |
User-agent: |
Mozilla Thunderbird 1.0.2 (Windows/20050317) |
<tiered_data> <!-- If all files combined, this is just <data>, no? -->
<tiered_entity name="banded_av_load" type="banded" looked_up_by="outlay">
<parent>Is this the right place for parent category?</parent>
<description>Description of entity.</description>
<authority>Authority, e.g. person and date.</authority>
<notes>Any special notes, e.g. known problem or 'not implemented'.</notes>
<data as_of_date="whenever">
<datum value=0.0035 upper_bound=2e+007/>
</data>
...
</tiered_entity>
</tiered_data>
As we design the new product-file editor, I think it makes sense
to add a few extra items on the screen. Ideally, they'd be
read-only text controls if gtk has such a thing--at least for
msw, the advantage over static text controls is that the
contents of a read-only text control can be copied and pasted.
The <description>, <authority>, and <notes> tags above would
probably suffice in general. Perhaps they should be multi-line
edit controls. Is there a good reason to make them writable?
'.tir' data should also have editable properties like
type="banded" [or some other value]
looked_up_by="outlay" [or some other value]
which aren't in today's '.tir' files.
It would be interesting to hear what others on this list think.
The time to weigh in is now, before we lock into final specs.
For instance, are there other data that we should display for
'.db4' data? Should we add "as-of" dates to each item, in
anticipation of expanding the product files to include
historical as well as current data, which would be especially
nice for '.fnd' data--and, if so, how should such dates be
portrayed?
- Re[2]: [lmi] *.db4 GUI editor description, Vadim Zeitlin, 2005/08/08
- Re: [lmi] *.db4 GUI editor description, Greg Chicares, 2005/08/08
- [lmi] Editor for product files, Greg Chicares, 2005/08/10
- [lmi] Editor for product files: sketch of an idea for xml representation of '.tir' data,
Greg Chicares <=
- Re: [lmi] Editor for product files: sketch of an idea for xml representation of '.tir' data, Vadim Zeitlin, 2005/08/25
- [lmi] Copyable diagnostic messages [Was: Editor for product files: sketch of...], Greg Chicares, 2005/08/25
- Re: [lmi] Copyable diagnostic messages [Was: Editor for product files: sketch of...], Vadim Zeitlin, 2005/08/28
- Re: [lmi] Copyable diagnostic messages [Was: Editor for product files: sketch of...], Greg Chicares, 2005/08/28
- Re[2]: [lmi] Copyable diagnostic messages [Was: Editor for product files: sketch of...], Vadim Zeitlin, 2005/08/28
- Re: [lmi] Copyable diagnostic messages [Was: Editor for product files: sketch of...], Greg Chicares, 2005/08/29
- Re[2]: [lmi] Comeau support (was: Copyable diagnostic messages), Vadim Zeitlin, 2005/08/29
- Re: [lmi] Comeau support, Greg Chicares, 2005/08/29