|
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.
|
|
|