Attribute Element (Sequenced Attributes)

The <attribute> element’s optional type attribute may be set to sequenced; these attributes correspond to the FME feature’s sequenced attributes and are useful for creating FME schema features. The following xfMap fragments sets sequenced attributes for the FME feature that is under construction.

<attribute type="sequenced">
	<name> <literal expr="my-sequenced-attribute"/> </name>
	<value> <extract expr="."/> </value>
</attribute>