OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

pps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: specification for sub query


Currently we are considering the specification that
can *not* represent the following query.

先ほど、クエリーのサンプルをメールしましたが、
お気づきのように、現状では以下のような照会はできません。

ex.1) operations that use a bottle neck resource
ex.2) orders that are for first priority customers 

例1)ボトルネック資源を利用する作業
例2)優先度の高い顧客のオーダ

If our specification needs to represent them, the following
sub query mechanisms, which are a little bit difficult
to implement, should be added. Which do you want?

もし、これらの照会を可能にするには、以下のような
サブクエリーの仕様を設定する必要がありますが、ちょっと
実装がたいへんそうなので、今回は見合わせようと
思っています。(ベンダーのたちばで、いやそんなに難しく
ない、という意見がありましたら追加します。)

For ex.1)

<resource name="#query_01">
  <spec name="bottle neck"/>
</resource>
<operation name="#query">
  <assign resource="#query_01"/>
</operation>

For ex.2)

<customer name="#query_01">
  <priority><min value="0.9"/></priority>
</customer>
<order name="#query" customer="#query_01"/>

-- 
Yasu Nissy (Yasuyuki NISHIOKA), Dr.Eng.
MIT, 41-211
77 Massachusetts Ave
Cambridge MA 02139
Phone 617-452-2982, Fax 617-253-2249
nishioka@mit.edu <nishioka@k.hosei.ac.jp>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]