GML Writer: User Attributes

To access user attributes, click the properties button on a feature type in the workspace, and select the User Attributes tab.

For information on the parameters in this dialog that are specific to all formats, see About Writer Feature Types: User Attributes

The following table shows the attribute types that are supported.

Note: User attributes are only applicable when the GML Version is NOT set to GML Application Schema. In the GML Application Schema mode, the feature types and attributes are determined from an existing GML schema. The description of the user attributes are still valid, but because they come from the schema, you cannot modify them.

User attributes control the generation of the GML application schema.

Name

A simple attribute, a list attribute, a structured attribute, or a geometry attribute.

Simple attributes have no embedded period, and they are mapped into simple type properties in the GML application schema.

List attributes end with a “{}” suffix, and are mapped into simple type property declarations whose maxOccurs are set to unbounded. Structured attributes have embedded periods: each component in a structured attribute is separated by a period, and each component may also be a list. Structured attributes are mapped into complex type properties in the GML application schema. For example, the structured FME attributes, “changeHistory.Date”, and “changeHistory.Reason” are mapped into a changeHistory element whose complex type is defined as a sequence of Date and Reason elements both of which are defined as simple types.

Geometry attributes are used to control the name and the position of the GML geometry elements. Currently, only the generic xml_geometry type is supported. Therefore, the geometry attribute only specifies the name and the position for the GML gml geometric property. The type for the GML geometric property is determined via the instances of the data features. For example, if all instances of a named geometry corresponding to the geometry attribute are points, then the XSD written will have its geometric element declared as gml:PointPropertyType; if the specific GML geometry property type cannot be determined via the data features, then the geometric element is declared as gml:GeometryPropertyType.

Type

Choose one of the following field types.

xml_boolean

This type corresponds to an XML built-in data type.

xml_buffer

Mapped to an unlimited length string, xs:string, or text buffer type.

xml_byte

This type corresponds to an XML built-in data type.

xml_char(width)

Mapped to the xs:string with a length or maxLength facet.

xml_date

This type corresponds to an XML built-in data type.

xml_datetime

This type corresponds to an XML built-in data type.

xml_decimal

This type corresponds to an XML built-in data type.

xml_geometry

Used the by GML reader and writer to designate an attribute name as a placeholder for a geometry column; therefore, xml_geometry will map to a GML geometric type. See Map Geometry Columns.

xml_int16

This type corresponds to an XML built-in data type.

xml_int32

This type corresponds to an XML built-in data type.

xml_int64

This type corresponds to an XML built-in data type.

xml_real32

This type corresponds to an XML built-in data type.

xml_real64

This type corresponds to an XML built-in data type.

xml_time

This type corresponds to an XML built-in data type.

xml_ubyte

This type corresponds to an XML built-in data type.

xml_uint16

This type corresponds to an XML built-in data type.

xml_uint32

This type corresponds to an XML built-in data type.

xml_uint64

This type corresponds to an XML built-in data type.

xml_xml

Used by the GML reader and writer to denote that an attribute name holds an XML fragment. There is no corresponding XML schema type.

Width

The width parameter controls the maximum characters that can be stored by the field.

Precision

For some attribute types, controls the precision of the data by specifying the number of digits to the right of the decimal.