:: com :: sun :: star :: xsd ::

unpublished service Decimal
Usage Restrictions
not published
Description
specifies an XSD compliant decimal type

Exported Interfaces - Summary
XDataType

provides access to common data type functionality

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  
Exported Interfaces - Details
XDataType
Description
provides access to common data type functionality
Properties' Details
TotalDigits
[ maybevoid ] long TotalDigits;
Description
totalDigits is the maximum number of digits in values of decimal data types.

The value of totalDigits must be a positive integer.

See http://www.w3.org/TR/xmlschema-2/#rf-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

 
Top of Page