Properties' Summary |
[ maybevoid ] long
TotalDigits |
totalDigits is the maximum number of digits in values of decimal data
types.
|
[ maybevoid ] long
FractionDigits |
fractionDigits is the maximum number of digits in the fractional part of values of
decimal data
|
[ maybevoid ] double
MaxInclusiveDouble |
specifies the inclusive upper bound for the value
|
[ maybevoid ] double
MaxExclusiveDouble |
specifies the exclusive upper bound for the value
|
[ maybevoid ] double
MinInclusiveDouble |
specifies the inclusive lower bound for the value
|
[ maybevoid ] double
MinExclusiveDouble |
specifies the exclusive lower bound for the value
|
Properties' Details |
TotalDigits
|
FractionDigits
[ maybevoid ] long FractionDigits;
- Description
- fractionDigits is the maximum number of digits in the fractional part of values of
decimal data
The value of fractionDigits must be a non negative integer.
See http://www.w3.org/TR/xmlschema-2/#rf-fractionDigits
|
|
MaxInclusiveDouble
[ maybevoid ] double MaxInclusiveDouble;
- Description
- specifies the inclusive upper bound for the value
- See also
- http://www.w3.org/TR/xmlschema-2/#rf-maxInclusive
|
|
MaxExclusiveDouble
[ maybevoid ] double MaxExclusiveDouble;
- Description
- specifies the exclusive upper bound for the value
- See also
- http://www.w3.org/TR/xmlschema-2/#rf-maxExclusive
|
|
MinInclusiveDouble
[ maybevoid ] double MinInclusiveDouble;
- Description
- specifies the inclusive lower bound for the value
- See also
- http://www.w3.org/TR/xmlschema-2/#rf-minInclusive
|
|
MinExclusiveDouble
[ maybevoid ] double MinExclusiveDouble;
- Description
- specifies the exclusive lower bound for the value
- See also
- http://www.w3.org/TR/xmlschema-2/#rf-minExclusive
|
|
Copyright © 2003 Sun Microsystems, Inc.