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: basic data types of numarical data


The basic data types of numerical data is xsd:double,
because it can represent integers. OK?

基本となる数値情報ですが、以下のように実数として
おいていいでしょうか? いちおう整数も実数表現できます
ので。

<xsd:complexType name="qtyType">
 <xsd:attribute name="value" type="xsd:double" default="0"/>
 <xsd:attribute name="base" type="xsd:double" default="1"/>
 <xsd:attribute name="unit" type="xsd:string"/>
</xsd:complexType>
-- 
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]