complexType DecimalAttributeDefinition
diagram feature_p158.png
namespace http://www.mapinfo.com/midev/service/featurecollection/v1
type extension of fc:ScalarAttributeDefinition
properties
base   fc:ScalarAttributeDefinition
attributes
Name    Type    Use    Default    Fixed    Annotation
name    xsd:string    required         
The name, or alias, of the attribute.
dataType    fc:AttributeDataType    required         
The type of the attribute. E.g., boolean, string, data, time, raster, geometry, etc.
readOnly    xsd:boolean            
A boolean flag indicating if the attribute is read-only and hence cannot be set with an insert or update query.
totalDigits    xsd:int    optional    18      
The number of digits that make up the entire number, including decimals.
fractionDigits    xsd:int    optional    6      
The number of digits that form the decimal portion of the number.
description
The definition of a decimal attribute.

attribute DecimalAttributeDefinition/@totalDigits
type xsd:int
properties
use   optional
default   18
description
The number of digits that make up the entire number, including decimals.

attribute DecimalAttributeDefinition/@fractionDigits
type xsd:int
properties
use   optional
default   6
description
The number of digits that form the decimal portion of the number.



© 2013 Pitney Bowes Software Inc. Email: pbbi.support@pb.com