Summary
The Domain object contains properties that describe an attribute domain.
Discussion
Domain objects cannot be created directly. Domain properties can be accessed through the arcpy.da.ListDomains function.
Properties
| Property | Explanation | Data Type | 
| codedValues (Read Only) | A Python dictionary containing the coded values for the attribute domains. The dictionary keys are the coded values. The dictionary values are the domain descriptions. | Dictionary | 
| description (Read Only) | The description of the domain. | String | 
| domainType (Read Only) | The domain type. 
 | String | 
| mergePolicy (Read Only) | The merge policy type. 
 | String | 
| name (Read Only) | The name of the attribute domain. | String | 
| owner (Read Only) | The owner of the domain. Note:This property only applies to domains in enterprise geodatabases. | String | 
| range (Read Only) | A Python tuple containing the range domain's minimum and maximum values. | tuple | 
| splitPolicy (Read Only) | The split policy type. 
 | String | 
| type (Read Only) | The field type. | String |