| Name | Geopolitical_Position |
|---|---|
| Entity Type | Extension of Position |
| Description | Identifiers of any of several types of regions used to divide the surface of the earth geographically or politically, such as country, state, etc. |
| Submodel | Spatial |
| Entity Scope | Project |
| Primary Key | Position_Id |
| Natural Key | |
| Generalizations | Tracked_Object |
| Specializations |
| Name | Value Domain / Measurement | Description | Required / Default | Type |
|---|---|---|---|---|
| City_Name | STRING255 NA |
Name of the city containing the item | No |
VARCHAR2(255) |
| Country_Code | R_Country |
The unique identifier of the country in which the position resides. The codes are assigned by the International Standards Organization (ISO) as documented in standard 3166 and uniquely identify a national government, i.e., a country. Examples are US for the United States and UK for the United Kingdom. | No |
VARCHAR2(64) |
| Country_Name | STRING255 NA |
Name of a country | No |
VARCHAR2(255) |
| County_Name | STRING255 NA |
Name of a county or other first political subdivision below state/province containing the item | No |
VARCHAR2(255) |
| District_Name | STRING255 NA |
Name of the regulatory district in which the item is located | No |
VARCHAR2(255) |
| Insert_Date | DATE NA |
Date the entity was created in the repository | No |
DATE |
| Insert_User | STRING64 NA |
The name of the user responsible for the creation of this entity in the repository. | No |
VARCHAR2(64) |
| Position_Id | Position |
Identifiers of any of several types of Regions used to divide the surface of the earth geographically or politically, such as Country, State, etc. | Yes |
NUMBER(38) |
| Produced_By | STRING64 NA |
ID of the activity that was executing when the entity was created, for data created programmatically. | No |
VARCHAR2(64) |
| Regulatory_Agency | STRING255 NA |
Name of the regulatory agency defining the District_Name | No |
VARCHAR2(255) |
| SDAT_Label | int No_Unit |
Label used by the security system for entitlements. SDAT is Secure Data Access Technology. | No |
NUMBER(10) |
| State_Name | STRING255 NA |
Name of a state, province or other first political subdivision below country containing the item | No |
VARCHAR2(255) |
| Timezone | R_Timezone |
The Universal Coordinated Time (UTC) Code for the time zone of this position. | No |
VARCHAR2(64) |
| Update_Date | DATE NA |
Date of the most-recent modification to the entity. | No |
DATE |
| Update_User | STRING64 NA |
The name of the user responsible for the last modification to this entity. | No |
VARCHAR2(64) |
| From Entity | Link | Description | Implementation Technique | Required |
|---|---|---|---|---|
| Well_Summary_DOV | Geopolitical_Position | READ ONLY: Unique identifier for the geopolitical position. | Cascade | No |
| Link | To Entity | Description | Implementation Technique | Required |
|---|---|---|---|---|
| Position | Position | Identifiers of any of several types of Regions used to divide the surface of the earth geographically or politically, such as Country, State, etc. | Cascade | Yes |
| Timezone | R_Timezone | The Universal Coordinated Time (UTC) Code for the time zone of this position. | Restrict | No |
| Country_Code | R_Country | The unique identifier of the country in which the position resides. The codes are assigned by the International Standards Organization (ISO) as documented in standard 3166 and uniquely identify a national government, i.e., a country. Examples are US for the United States and UK for the United Kingdom. | Restrict | No |