<numeric>
<numeric> 素性値定義における値を示す. 18.3 その他の素性値 | |||||||||||||||||||||||
モジュール | iso-fs — 18 素性構造 | ||||||||||||||||||||||
属性 |
| ||||||||||||||||||||||
当該モジュールを使用するもの | |||||||||||||||||||||||
下位 | 空要素 | ||||||||||||||||||||||
宣言 |
element numeric { att.global.attributes, attribute value { data.numeric }, attribute max { data.numeric }?, attribute trunc { data.truthValue }?, empty } | ||||||||||||||||||||||
例 | <numeric value="42"/> この例では,数値42を示している. | ||||||||||||||||||||||
例 | <numeric value="42.45" max="50" trunc="true"/> これは,42から50間の9つの整数値を示している.属性truncの値がFALSEの場合には,42.45から50.0の間にある無限の数値を示すことになるだろう. | ||||||||||||||||||||||
解説 | 属性valueに値がないところで属性maxがあるとエ ラーになる. |