Choice lists are named according to the following convention as Esri attribute domains or as form-specific choice lists:
1. For generally used attributes in different utilities:
VGU_<fieldname>
Part of the name |
Values |
VGU_ |
VGU is a fixed text to denote VertiGIS Utilities domain |
Field Name |
Field Name |
Examples
•VGU_MainLifeCycleStatus
•VGU_Condition
2. For utility-specific attributes:
<DomainAbbreviation>_{FeatureClassname}<Fieldname>{_dependencyFieldname}{dependencyCode}
VGU_<fieldname>
Part of the name |
Values |
Domain abbreviation |
Abbreviation of the utility, for which the choice list is used (WAT, GAS, ELE...) |
Feature class name |
Optional. If desired, Line, Device, Junction, and Assembly can designate that the attribute is only used for these feature classes. |
Field Name |
Field Name. |
dependencyFieldname |
Optional. Only required if different domain values need to be used depending on the asset group or on another attribute. |
dependencyCode |
Optional. Only required if different domain values need to be used depending on the asset group or on another attribute. |
Examples
GAS_LineInsideCoating |
Inside coating for Gas_Line |
ELE_LampsType |
Selection values for LampsType attribute. No feature class is specified, since it is clear that the attribute must only be used for asset lamps. |
WAT_Material_Materialgroup1 |
Selection values for materials that apply if Materialgroup=1. |
ELE_CableCrossSection_Assettype152 |
Choice-list values for cable cross-section, for cables of MVCable type |