Version: 10.1 |
The following are common attributes shared by multiple mapping operators.
In an ArcGIS data source, the value of a field may have a related value through a coded value domain. If a field has a coded value domain, the value of the field corresponds to a description recorded elsewhere. By default, the sourceField operator returns this description rather than the value itself; however, the configuration can specify using the value of the field itself with the useDomain attribute.
In the following example, the configuration exports the numeric value for RatedKva to TransformerWinding.ratedS, rather than using the description of the domain value.
<cimProperty name="cim:TransformerWinding.ratedS"> <sourceField name="RatedKva" useDomain="false" /> </cimProperty>