Project

General

Profile

調査 #885

[1.0.0版検証]コンフィグパラメータの制約条件によるXML保存エラー

Added by Anonymous over 13 years ago. Updated about 13 years ago.

Status:
終了
Priority:
通常
Assignee:
Target version:
-
Start date:
08/21/2009
Due date:
% Done:

100%

Estimated time:

Description

"XML save error"画面がにて、添付のような「Wrong Constraint」が出る。
コンフィグパラメータのDetailの制約にて「>」とか「>0」とか「0<a<1」とか入れると起こる。
どのように入力すればいいのか?

error.png (11.7 KB) error.png Anonymous, 08/21/2009 10:59 AM
313

History

#1 Updated by ta over 13 years ago

  • Status changed from 新規 to 解決
  • Assignee set to ta
  • % Done changed from 0 to 100

制約の書式につきましては,以下のようになります.
(RtcBuilderのマニュアル23ページに記述しております)

 指定なし 空白
 100(即値) 100
 100以上 x >= 100
 100以下 x<=100
 100超 x>100
 100未満 x<100
 100以上200以下 100<=x<=200
 100超200未満 100<x<200
 列挙型 (9600,19200,115200)
 配列型 x>100, x>200, x>300
 ハッシュ型 {key0: 100<x<200, key1: x>=100}

#2 Updated by n-ando about 13 years ago

  • Status changed from 解決 to 終了

Also available in: Atom PDF