wiki-archive/twiki/data/SDD/DiscussionFor101b7.txt,v

336 lines
11 KiB
Plaintext
Raw Normal View History

head 1.8;
access;
symbols;
locks; strict;
comment @# @;
1.8
date 2009.11.25.03.14.33; author GarryJolleyRogers; state Exp;
branches;
next 1.7;
1.7
date 2009.11.20.02.45.25; author LeeBelbin; state Exp;
branches;
next 1.6;
1.6
date 2007.03.06.17.30.00; author TWikiGuest; state Exp;
branches;
next 1.5;
1.5
date 2006.04.22.12.56.57; author BobMorris; state Exp;
branches;
next 1.4;
1.4
date 2006.04.21.02.58.26; author BobMorris; state Exp;
branches;
next 1.3;
1.3
date 2006.04.20.23.58.05; author BobMorris; state Exp;
branches;
next 1.2;
1.2
date 2006.04.20.20.09.44; author BobMorris; state Exp;
branches;
next 1.1;
1.1
date 2006.04.20.18.04.50; author BobMorris; state Exp;
branches;
next ;
desc
@none
@
1.8
log
@none
@
text
@%META:TOPICINFO{author="GarryJolleyRogers" date="1259118873" format="1.1" version="1.8"}%
%META:TOPICPARENT{name="ToolsForBDI.SDD"}%
---+!! %TOPIC%
* [[%ATTACHURL%/SDD1.01beta7.zip][SDD1.01beta7.zip]]: SDD101b7
These items below passed in email between Gregor, Jacob, and Bob as remaining unresolved. Indicated in color in the discussion is their subsequent resolution.
+ 1. id attribute on !AbstractObject
In email responding to Main.JacobAsiedu (>> below) Main.GregorHagedorn wrote:
<verbatim>
Hi Jacob
>> I can see that that Id's are optional now..Was that your intention or an
>> oversight?
Intention. xs:key will make the id attributes required in most cases, but in
some cases I would like to keep the class derivation without requiring people
to add nonsense ids in their data. An example is dataset itself.
I annotated the id element to that extent, please improve it if insufficient.
</verbatim>
---
Comments:
Bob and Jacob strongly disagree with this decision. We believe the better thing to do is omit the id from the !AbstractObject and make it mandatory on those types where it is meant to be. An alternative is to derive a second type, e.g. !AbstractObjectWithKey with mandatory key and derive the appropriate ones from that. Another alternative is to put "prohibited" on the attribute on types where that is what is meant.
Generally, we think it is always better to let Schema do its work when there is a reasonable way to do so. This makes for more robust application code, requiring less special casing in the code.
-- Main.BobMorris - 20 Apr 2006
%RED%Telephone conference 22 Apr 2006 with Main.GregorHagedorn, Main.KevinThiele, Main.BobMorris.
Main.GregorHagedorn argued that this or other mechanisms would destabilize the b7 release. Highly influenced by this, Main.BobMorris agreed (silently?) that the important case in which a reference is made to a thing with no id, is caught in validation of instance documents and so he could live with optionality for this release.%ENDCOLOR%
%GREEN% Decision taken: leave it optional, unanimously agreed.%ENDCOLOR%
---
---
+ 2. Quantity of modifiers limited to 4
<verbatim>
Jacob asks: Modifiers limited to 1-4 in !CodedDescriptions - Allow applications to decide
how many they want?
Gregor replies:
Intention: May allow applications to design smoother User Interfaces.
Kevin is to support only 1, 4 is already pretty heavy. Good? I don't know...
</verbatim>
---
Comments:
Bob: I don't agree that schema developers should impose their ideas about user interface design on application writers. I see no reason to put a limit on this. It accomplishes nothing structural. Jacob agrees. 20 Apr 2006
---
%RED%Telephone conference 22 Apr 2006 with Main.GregorHagedorn, Main.KevinThiele, Main.BobMorris. It was agreed that supporting large numbers, or an indefinite number, of modifiers is difficult for some existing applications. Main.BobMorris sighed and conceded that from a software engineering point, the only differences are 0, 1, 2, many, and indefinite. Main.GregorHagedorn observed that socially and perhaps technically it will be easier to increase than decrease a fixed number in subsequent releases. Main.BobMorris muttered, probably too low to be heard, that programmers would have more robust code requiring no future extension if they actually programmed as though the number is indefinite and deal with version-based limits as a configuration issue. %ENDCOLOR%
%GREEN% Decision taken: leave it fixed at 4. Main.GregorHagedorn, Main.KevinThiele agreed. Main.BobMorris abstained, muttering. %ENDCOLOR%
---
---
+ 3. !GeoLocality not referenced
<verbatim>
Jacob: !GeoLocality - Seems it are not used at all. Remove them?
Gregor: Rather not, would be used in scope, which is currently as "__". I think
better to keep in base ontology, is very fundamental type.
</verbatim>
---
Comments
Bob: I agree with Gregor, but think we should take a stand now on what people are supposed to make of "__". Once we are stable, we should simply remove them from the released version and archive a copy of "stable plus __" and always derive from that. Alternatively, we could define Lite to be current minus "__".
---
%RED%Telephone conference 22 Apr 2006 with Main.GregorHagedorn, Main.BobMorris. (a)Original point is now moot as geolocality is no longer "__" in draft b8. !GeoLocality will be renamed !GeographicArea based on UBIF conversation of 21 April between Main.GregorHagedorn and Main.MarkusDoering.
Second point is also moot. See WhatToDoWithElementsMarkedForDiscussion.%ENDCOLOR%
%GREEN%Decision taken: Moot%ENDCOLOR%
---
+ 4. General naming pattern for references:
Gregor:
<verbatim>
Schema being largely element-name-based, I would like to have a naming pattern
to distinguish between a ref reference pointing to a local id, a reference by
text (e.g. simply having a publication "label" with or without uri, and a
potential to "NEST/EMBED" objects.
In the schema part UBIF_ObjectPattern.xsd you can find "__ReferencePattern"
where I display my ideas.
This is critical for future stability, we may have to rename all current &lt;State
ref="23"/&gt; elements to &lt;State ref="23"/&gt; or &lt;state ref="23"/&gt;.
I know I was pestering you with this in St. Petersburg, and I avoided the topic
in Berlin because we did not get anywhere in St. Petersburg with this.
</verbatim>
---
Comments:
I would skirt this question altogether, leave the naming as it is in 101b7. Let the chips fall where they may. We have no idea what is needed for future stability given the current turmoil in TAG.
- Main.BobMorris - 21 Apr 2006
%RED%Telephone conference 22 Apr 2006 with Main.GregorHagedorn, Main.KevinThiele, Main.BobMorris. Bob and Kevin argued that the extreme merit of Gregor's argument notwithstanding , and despite the likely high cost of a future major revision under some scenarios in which an XML-Schema remains the primary expression of SDD, the schedule impact of a major renaming can not now be tolerated. Gregor conceded this point.%ENDCOLOR%
%GREEN% Decision taken unanimously: Leave the current naming in place. %ENDCOLOR%
---
---
%META:FILEATTACHMENT{name="SDD1.01beta7.zip" attr="h" comment="SDD101b7" date="1145588712" path="SDD1.01beta7.zip" size="168523" user="BobMorris" version="1.1"}%
@
1.7
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="LeeBelbin" date="1258685125" format="1.1" reprev="1.7" version="1.7"}%
d116 1
a116 1
%RED%Telephone conference 22 Apr 2006 with Main.GregorHagedorn, Main.KevinThiele, Main.BobMorris. Bob and Kevin argued that the extreme merit of Gregor's argument notwithstanding , and despite the likely high cost of a future major revision under some scenarios in which an XML-Schema remains the primary expression of BDI.SDD, the schedule impact of a major renaming can not now be tolerated. Gregor conceded this point.%ENDCOLOR%
@
1.6
log
@Added topic name via script
@
text
@d1 2
d5 1
a5 3
%META:TOPICINFO{author="BobMorris" date="1145710617" format="1.0" version="1.5"}%
%META:TOPICPARENT{name="ToolsForSDD"}%
* [[%ATTACHURL%/SDD1.01beta7.zip][SDD1.01beta7.zip]]: SDD101b7
d11 1
a11 1
+ 1. id attribute on !AbstractObject
d44 1
a44 1
+ 2. Quantity of modifiers limited to 4
d66 1
a66 1
+ 3. !GeoLocality not referenced
d88 1
a88 1
+ 4. General naming pattern for references:
d113 1
a113 1
- Main.BobMorris - 21 Apr 2006
d116 1
a116 1
%RED%Telephone conference 22 Apr 2006 with Main.GregorHagedorn, Main.KevinThiele, Main.BobMorris. Bob and Kevin argued that the extreme merit of Gregor's argument notwithstanding , and despite the likely high cost of a future major revision under some scenarios in which an XML-Schema remains the primary expression of SDD, the schedule impact of a major renaming can not now be tolerated. Gregor conceded this point.%ENDCOLOR%
@
1.5
log
@none
@
text
@d1 2
@
1.4
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="BobMorris" date="1145588306" format="1.0" version="1.4"}%
d6 2
a7 1
These items passed in email between Gregor, Jacob, and Bob as remaining unresolved:
d33 6
d58 4
d78 6
d112 5
d118 1
@
1.3
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="BobMorris" date="1145577485" format="1.0" version="1.3"}%
d3 6
a8 1
* id attribute on !AbstractObject
d23 4
a32 3
Comments:
---
d35 2
a36 2
* Quantity of modifiers limited to 4
d43 1
a43 2
Bob says: I don't agree that schema developers should impose their ideas about user interface design on application writers. I see no reason to put a limit on this. It accomplishes nothing structural. Jacob agrees. 20 Apr 2006
d47 3
d53 2
d59 1
a60 1
Bob: I agree with Gregor, but think we should take a stand now on what people are supposed to make of "__". Once we are stable, we should simply remove them from the released version and archive a copy of "stable plus __" and always derive from that. Alternatively, we could define Lite to be current - "__".
d64 2
d67 1
d69 1
a69 1
* General naming pattern for references:
d72 2
a73 1
<verbatim>Schema being largely element-name-based, I would like to have a naming pattern
d81 2
a82 2
This is critical for future stability, we may have to rename all current <State
ref="23"/> elements to <iState ref="23"/> or <state ref="23"/>.
d89 4
d94 1
d97 1
d99 1
@
1.2
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="BobMorris" date="1145563784" format="1.0" version="1.2"}%
a75 4
Comments
After lengthy conversation with Gregor, and some reflection thereon, we believe that it is completely impossible for the next 6-12 months to decide what "future stability" may entail, and that it is impossible to tell without more working experience whether the current thing even works for interchange as opposed to stability. (We think it does.). Consequently, we think that there is no timeframe that permits Kevin to document except one which keeps the current naming in place, no matter what changes have to be done in the future should it be deemed necessary to add the flexibility Gregor currently hopes for. We suspect that future incremental extensions where there are now refs by ad-hoc additions as attributes------optional uri, lsid, and similar external references, will meet the actual needs of extensions and that people will live with all the attendant schema versioning difficulties this entails, just as do the hundreds(???) (thousands(???)) of existing XML-Schema based standards throughout the real world. We believe that there should be no more changes to 101b7 that are other than correction of errors. Main.BobMorris and Main.JacobAsiedu
@
1.1
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="BobMorris" date="1145556290" format="1.0" version="1.1"}%
d73 1
d75 1
d78 1
@