Creating a new attribute range domain

At any time in the life of a geodatabase, a new attribute domain can be created using the Domains Properties dialog box.

You can create new attribute range domains, or you can create coded value domains.

If a feature class has subtypes, domains must be applied at the subtype level and not at the fields level. See Creating subtypes.

Steps:
  1. In the Catalog tree, right-click the geodatabase and click Properties.
  2. Click the Domains tab.
  3. Click the first empty field under Domain Name and type a name for the new domain.
  4. NoteNote:

    Do not use special characters, such as backslashes, in domain names if using a PostgreSQL database.

  5. Press the TAB key or click the new domain's description field and type a description for the domain.
  6. Click the field next to Field Type, click the drop-down arrow, then click the type of attribute field to which this domain will be applied.
  7. Click the field next to Domain Type, click the drop-down arrow, then click Range from the list of domain types.
  8. Click the field with the minimum value for the range domain and type the minimum value. Do the same for the maximum value.
  9. Click the field next to Split policy, click the drop-down arrow, then click the split policy for the new domain. Do the same for the merge policy.
  10. Click Apply to create the new domain in the geodatabase, or click OK to create the domain and close the dialog box.
TipTip:
Range domains can't be created for text fields. They can only be applied to numeric and date fields.

Related Topics

7/30/2013