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: PPS core part VI. (Temporal elements on primitives)


This is detail definitions of PPS schema. It is only in Japanese 
so far. I will translate it to English ASAP, sorry about that.

スキーマの詳細の定義(パート6)です。スパムメールではありません。^^;

********************************************************************
1. <start>
********************************************************************

Element <start> represents a start event of operation, order or
dispatch. An operation and dispatch start after this event.
In a case of an order, the start event corresponds to the earliest
start event among the related dispatches. 

<start>要素は、作業、オーダ、あるいはディスパッチの開始事象を表します。
作業およびディスパッチは、この開始事象から処理を開始します。オーダ
の場合、この開始事象以降にそのオーダに関係する最早のディスパッチが実行
されます。

<xsd:complexType name="startType">
  <xsd:sequence>
    <xsd:element name="time" type="pps:timeType" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="stone" type="xsd:string"/>
</xsd:complexType>

stone属性によって、親要素が作業の場合に、この開始事象をタイムストーン
として定義することができます。既存のタイムストーンと対応づけるこは
できません。つまり、ここで設定するタイムストーン名は、すでに定義
されたものと重複してはなりません。親要素が作業以外の場合には、
この属性を設定してはなりません。

<time>要素によって、開始事象が実行される具体的な開始時刻を指定する
ことができます。なお、親要素が作業の場合には、時刻を絶対時刻として設定
してはなりません。

********************************************************************
2. <end>
********************************************************************

Element <end> represents a completion event of operation, order or
dispatch. An operation and dispatch end just before this event.
In a case of an order, the completion event corresponds to the 
latest completion event among the related dispatches. 

<end>要素は、作業、オーダ、あるいはディスパッチの終了事象を表します。
作業およびディスパッチは、この終了事象まで処理を行います。オーダ
の場合、この終了事象によってそのオーダに関係する最遅のディスパッチが
完了します。

<xsd:complexType name="endType">
  <xsd:sequence>
    <xsd:element name="time" type="pps:timeType" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="stone" type="xsd:string"/>
</xsd:complexType>

stone属性によって、親要素が作業の場合に、この終了事象をタイムストーン
として定義することができます。既存のタイムストーンと対応づけるこは
できません。つまり、ここで設定するタイムストーン名は、すでに定義
されたものと重複してはなりません。親要素が作業以外の場合には、
この属性を設定してはなりません。

<time>要素によって、終了事象が実行される具体的な終了時刻を指定する
ことができます。なお、親要素が作業の場合には、時刻を絶対時刻として設定
してはなりません。

********************************************************************
3. <release>
********************************************************************

Element <release> represents a release event of an order or dispatch.
The start event of the order or dispatch is usually after this event.
The earliest start time of the order or dispatch may be represented.

<release>要素は、オーダあるいはディスパッチのリリース(投入)事象を
表します。オーダあるいはディスパッチの開始事象は、常にこの事象以降
となります。オーダあるいはディスパッチの再早開始時刻を表すことが
できます。

<xsd:complexType name="releaseType">
  <xsd:sequence>
    <xsd:element name="time" type="pps:timeType" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>

<time>要素によって、オーダあるいはディスパッチを開始可能とする事象が
実行される具体的な時刻を指定することができます。

********************************************************************
4. <duetime>
********************************************************************

Element <duetime> represents a due event of an order or dispatch.
The completion event of the order or dispatch is usually before this 
event. The latest completion time of the order or dispatch may be 
represented.

<duetime>要素は、オーダあるいはディスパッチの納期に相当する事象を
表します。オーダあるいはディスパッチの終了事象は、この事象以前
となります。オーダあるいはディスパッチの再遅終了時刻を表すことが
できます。

<xsd:complexType name="duetimeType">
  <xsd:sequence>
    <xsd:element name="time" type="pps:timeType" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>

<time>要素によって、オーダあるいはディスパッチの納期に相当する
具体的な時刻を指定することができます。

********************************************************************
5. <event>
********************************************************************

Element <event> represents an event depending on an operation or
dispatch. An event corresponds to an action on the operation or
the dispatch. In general, an event changes a status of certain
item or resource.

<event>要素は、作業、あるいはディスパッチに付随する事象を表します。
事象は、作業あるいはディスパッチにおける何らかのアクションに対応
します。一般に、事象の前後では、品目や資源の持つ状態値が非連続に
変化します。

<xsd:complexType name="eventType">
  <xsd:sequence>
    <xsd:element name="time" type="pps:timeType" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>

name属性によって、任意の事象名を設定しなければなりません。同一の
親を持つ<event>要素の中で、このname属性の値はユニークでなければ
なりません。

<time>要素によって、指定した事象名の事象が発生する具体的な時刻を
指定することができます。

-- 
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]