osdu-python-models 0.5.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (968) hide show
  1. osdu_models/__init__.py +0 -0
  2. osdu_models/abstract/__init__.py +2 -0
  3. osdu_models/abstract/abstract_access_control_list/__init__.py +2 -0
  4. osdu_models/abstract/abstract_access_control_list/v1_0_0.py +31 -0
  5. osdu_models/abstract/abstract_activity_parameter/__init__.py +2 -0
  6. osdu_models/abstract/abstract_activity_parameter/v1_0_0.py +113 -0
  7. osdu_models/abstract/abstract_activity_parameter/v1_1_0.py +117 -0
  8. osdu_models/abstract/abstract_activity_state/__init__.py +2 -0
  9. osdu_models/abstract/abstract_activity_state/v1_0_0.py +36 -0
  10. osdu_models/abstract/abstract_alias_names/__init__.py +2 -0
  11. osdu_models/abstract/abstract_alias_names/v1_0_0.py +45 -0
  12. osdu_models/abstract/abstract_any_crs_feature_collection/__init__.py +2 -0
  13. osdu_models/abstract/abstract_any_crs_feature_collection/v1_0_0.py +282 -0
  14. osdu_models/abstract/abstract_any_crs_feature_collection/v1_1_0.py +300 -0
  15. osdu_models/abstract/abstract_bin_grid/__init__.py +2 -0
  16. osdu_models/abstract/abstract_bin_grid/v1_0_0.py +103 -0
  17. osdu_models/abstract/abstract_bin_grid/v1_1_0.py +103 -0
  18. osdu_models/abstract/abstract_business_rule/__init__.py +2 -0
  19. osdu_models/abstract/abstract_business_rule/v1_0_0.py +69 -0
  20. osdu_models/abstract/abstract_collaboration_lifecycle_event/__init__.py +2 -0
  21. osdu_models/abstract/abstract_collaboration_lifecycle_event/v1_0_0.py +49 -0
  22. osdu_models/abstract/abstract_column_based_table/__init__.py +2 -0
  23. osdu_models/abstract/abstract_column_based_table/v1_0_0.py +94 -0
  24. osdu_models/abstract/abstract_column_based_table/v1_1_0.py +94 -0
  25. osdu_models/abstract/abstract_column_based_table/v1_2_0.py +103 -0
  26. osdu_models/abstract/abstract_column_based_table/v1_2_1.py +103 -0
  27. osdu_models/abstract/abstract_column_layer_grid_patch/__init__.py +2 -0
  28. osdu_models/abstract/abstract_column_layer_grid_patch/v1_0_0.py +94 -0
  29. osdu_models/abstract/abstract_common_resources/__init__.py +2 -0
  30. osdu_models/abstract/abstract_common_resources/v1_0_0.py +82 -0
  31. osdu_models/abstract/abstract_common_resources/v1_0_1.py +82 -0
  32. osdu_models/abstract/abstract_compression_info/__init__.py +2 -0
  33. osdu_models/abstract/abstract_compression_info/v1_0_0.py +32 -0
  34. osdu_models/abstract/abstract_compression_info/v1_1_0.py +44 -0
  35. osdu_models/abstract/abstract_contact/__init__.py +2 -0
  36. osdu_models/abstract/abstract_contact/v1_0_0.py +51 -0
  37. osdu_models/abstract/abstract_contact/v1_1_0.py +69 -0
  38. osdu_models/abstract/abstract_contact_user_profile/__init__.py +2 -0
  39. osdu_models/abstract/abstract_contact_user_profile/v1_0_0.py +27 -0
  40. osdu_models/abstract/abstract_coordinates/__init__.py +2 -0
  41. osdu_models/abstract/abstract_coordinates/v1_0_0.py +23 -0
  42. osdu_models/abstract/abstract_dataset/__init__.py +2 -0
  43. osdu_models/abstract/abstract_dataset/v1_0_0.py +78 -0
  44. osdu_models/abstract/abstract_dataset/v1_0_1.py +78 -0
  45. osdu_models/abstract/abstract_decision_quality_element/__init__.py +2 -0
  46. osdu_models/abstract/abstract_decision_quality_element/v1_0_0.py +51 -0
  47. osdu_models/abstract/abstract_downtime_context/__init__.py +2 -0
  48. osdu_models/abstract/abstract_downtime_context/v1_0_0.py +34 -0
  49. osdu_models/abstract/abstract_facet/__init__.py +2 -0
  50. osdu_models/abstract/abstract_facet/v1_0_0.py +31 -0
  51. osdu_models/abstract/abstract_facility/__init__.py +2 -0
  52. osdu_models/abstract/abstract_facility/v1_0_0.py +87 -0
  53. osdu_models/abstract/abstract_facility/v1_1_0.py +91 -0
  54. osdu_models/abstract/abstract_facility_event/__init__.py +2 -0
  55. osdu_models/abstract/abstract_facility_event/v1_0_0.py +32 -0
  56. osdu_models/abstract/abstract_facility_event/v1_1_0.py +36 -0
  57. osdu_models/abstract/abstract_facility_operator/__init__.py +2 -0
  58. osdu_models/abstract/abstract_facility_operator/v1_0_0.py +34 -0
  59. osdu_models/abstract/abstract_facility_operator/v1_1_0.py +38 -0
  60. osdu_models/abstract/abstract_facility_specification/__init__.py +2 -0
  61. osdu_models/abstract/abstract_facility_specification/v1_0_0.py +57 -0
  62. osdu_models/abstract/abstract_facility_state/__init__.py +2 -0
  63. osdu_models/abstract/abstract_facility_state/v1_0_0.py +32 -0
  64. osdu_models/abstract/abstract_facility_state/v1_1_0.py +36 -0
  65. osdu_models/abstract/abstract_facility_vertical_measurement/__init__.py +2 -0
  66. osdu_models/abstract/abstract_facility_vertical_measurement/v1_0_0.py +98 -0
  67. osdu_models/abstract/abstract_feature_collection/__init__.py +2 -0
  68. osdu_models/abstract/abstract_feature_collection/v1_0_0.py +227 -0
  69. osdu_models/abstract/abstract_file/__init__.py +2 -0
  70. osdu_models/abstract/abstract_file/v1_0_0.py +44 -0
  71. osdu_models/abstract/abstract_file/v1_0_1.py +44 -0
  72. osdu_models/abstract/abstract_file_collection/__init__.py +2 -0
  73. osdu_models/abstract/abstract_file_collection/v1_0_0.py +89 -0
  74. osdu_models/abstract/abstract_file_collection/v1_0_1.py +89 -0
  75. osdu_models/abstract/abstract_file_source_info/__init__.py +2 -0
  76. osdu_models/abstract/abstract_file_source_info/v1_0_0.py +92 -0
  77. osdu_models/abstract/abstract_file_source_info/v1_0_1.py +92 -0
  78. osdu_models/abstract/abstract_fluid_additive/__init__.py +2 -0
  79. osdu_models/abstract/abstract_fluid_additive/v1_0_0.py +79 -0
  80. osdu_models/abstract/abstract_generic_reservoir_unit/__init__.py +2 -0
  81. osdu_models/abstract/abstract_generic_reservoir_unit/v1_0_0.py +131 -0
  82. osdu_models/abstract/abstract_generic_reservoir_unit/v1_1_0.py +131 -0
  83. osdu_models/abstract/abstract_generic_reservoir_unit/v2_0_0.py +133 -0
  84. osdu_models/abstract/abstract_geo_basin_context/__init__.py +2 -0
  85. osdu_models/abstract/abstract_geo_basin_context/v1_0_0.py +28 -0
  86. osdu_models/abstract/abstract_geo_context/__init__.py +2 -0
  87. osdu_models/abstract/abstract_geo_context/v1_0_0.py +31 -0
  88. osdu_models/abstract/abstract_geo_field_context/__init__.py +2 -0
  89. osdu_models/abstract/abstract_geo_field_context/v1_0_0.py +26 -0
  90. osdu_models/abstract/abstract_geo_play_context/__init__.py +2 -0
  91. osdu_models/abstract/abstract_geo_play_context/v1_0_0.py +28 -0
  92. osdu_models/abstract/abstract_geo_political_context/__init__.py +2 -0
  93. osdu_models/abstract/abstract_geo_political_context/v1_0_0.py +33 -0
  94. osdu_models/abstract/abstract_geo_prospect_context/__init__.py +2 -0
  95. osdu_models/abstract/abstract_geo_prospect_context/v1_0_0.py +31 -0
  96. osdu_models/abstract/abstract_geologic_unit_interpretation/__init__.py +2 -0
  97. osdu_models/abstract/abstract_geologic_unit_interpretation/v1_0_0.py +45 -0
  98. osdu_models/abstract/abstract_geologic_unit_interpretation/v1_1_0.py +94 -0
  99. osdu_models/abstract/abstract_grid_representation/__init__.py +2 -0
  100. osdu_models/abstract/abstract_grid_representation/v1_0_0.py +117 -0
  101. osdu_models/abstract/abstract_ijk_grid_flow_simulation_boundary_connection/__init__.py +2 -0
  102. osdu_models/abstract/abstract_ijk_grid_flow_simulation_boundary_connection/v1_0_0.py +71 -0
  103. osdu_models/abstract/abstract_ijk_grid_patch/__init__.py +2 -0
  104. osdu_models/abstract/abstract_ijk_grid_patch/v1_0_0.py +32 -0
  105. osdu_models/abstract/abstract_interpretation/__init__.py +2 -0
  106. osdu_models/abstract/abstract_interpretation/v1_0_0.py +51 -0
  107. osdu_models/abstract/abstract_interpretation/v1_1_0.py +55 -0
  108. osdu_models/abstract/abstract_label_and_value/__init__.py +2 -0
  109. osdu_models/abstract/abstract_label_and_value/v1_0_0.py +109 -0
  110. osdu_models/abstract/abstract_legal_tags/__init__.py +2 -0
  111. osdu_models/abstract/abstract_legal_tags/v1_0_0.py +31 -0
  112. osdu_models/abstract/abstract_location_uncertainty/__init__.py +2 -0
  113. osdu_models/abstract/abstract_location_uncertainty/v1_0_0.py +23 -0
  114. osdu_models/abstract/abstract_master/__init__.py +2 -0
  115. osdu_models/abstract/abstract_master/v1_0_0.py +47 -0
  116. osdu_models/abstract/abstract_master/v1_1_0.py +47 -0
  117. osdu_models/abstract/abstract_master/v1_2_0.py +54 -0
  118. osdu_models/abstract/abstract_project/__init__.py +2 -0
  119. osdu_models/abstract/abstract_project/v1_0_0.py +244 -0
  120. osdu_models/abstract/abstract_project_activity/__init__.py +2 -0
  121. osdu_models/abstract/abstract_project_activity/v1_0_0.py +40 -0
  122. osdu_models/abstract/abstract_project_activity/v1_1_0.py +51 -0
  123. osdu_models/abstract/abstract_project_activity/v1_2_0.py +51 -0
  124. osdu_models/abstract/abstract_property_type/__init__.py +2 -0
  125. osdu_models/abstract/abstract_property_type/v1_0_0.py +34 -0
  126. osdu_models/abstract/abstract_proppant_agent/__init__.py +2 -0
  127. osdu_models/abstract/abstract_proppant_agent/v1_0_0.py +233 -0
  128. osdu_models/abstract/abstract_ptcondition/__init__.py +2 -0
  129. osdu_models/abstract/abstract_ptcondition/v1_0_0.py +23 -0
  130. osdu_models/abstract/abstract_ptcondition/v1_1_0.py +35 -0
  131. osdu_models/abstract/abstract_quality_metric/__init__.py +2 -0
  132. osdu_models/abstract/abstract_quality_metric/v1_0_0.py +59 -0
  133. osdu_models/abstract/abstract_quality_metric/v1_1_0.py +63 -0
  134. osdu_models/abstract/abstract_reference_level/__init__.py +2 -0
  135. osdu_models/abstract/abstract_reference_level/v1_0_0.py +94 -0
  136. osdu_models/abstract/abstract_reference_property_type/__init__.py +2 -0
  137. osdu_models/abstract/abstract_reference_property_type/v1_1_0.py +72 -0
  138. osdu_models/abstract/abstract_reference_property_type/v1_2_0.py +89 -0
  139. osdu_models/abstract/abstract_reference_property_type/v1_2_1.py +91 -0
  140. osdu_models/abstract/abstract_reference_property_type/v1_2_2.py +91 -0
  141. osdu_models/abstract/abstract_remark/__init__.py +2 -0
  142. osdu_models/abstract/abstract_remark/v1_0_0.py +33 -0
  143. osdu_models/abstract/abstract_representation/__init__.py +2 -0
  144. osdu_models/abstract/abstract_representation/v1_0_0.py +104 -0
  145. osdu_models/abstract/abstract_sample_properties/__init__.py +2 -0
  146. osdu_models/abstract/abstract_sample_properties/v1_0_0.py +15 -0
  147. osdu_models/abstract/abstract_sample_properties/v1_1_0.py +44 -0
  148. osdu_models/abstract/abstract_seismic_precision/__init__.py +2 -0
  149. osdu_models/abstract/abstract_seismic_precision/v1_0_0.py +28 -0
  150. osdu_models/abstract/abstract_spatial_location/__init__.py +2 -0
  151. osdu_models/abstract/abstract_spatial_location/v1_0_0.py +94 -0
  152. osdu_models/abstract/abstract_spatial_location/v1_1_0.py +94 -0
  153. osdu_models/abstract/abstract_spatial_reference/__init__.py +2 -0
  154. osdu_models/abstract/abstract_spatial_reference/v1_0_0.py +75 -0
  155. osdu_models/abstract/abstract_stim_material_quantity/__init__.py +2 -0
  156. osdu_models/abstract/abstract_stim_material_quantity/v1_0_0.py +66 -0
  157. osdu_models/abstract/abstract_storage_location/__init__.py +2 -0
  158. osdu_models/abstract/abstract_storage_location/v1_0_0.py +47 -0
  159. osdu_models/abstract/abstract_technical_assurance/__init__.py +2 -0
  160. osdu_models/abstract/abstract_technical_assurance/v1_0_0.py +158 -0
  161. osdu_models/abstract/abstract_technical_assurance/v1_1_0.py +200 -0
  162. osdu_models/abstract/abstract_technical_assurance/v1_2_0.py +290 -0
  163. osdu_models/abstract/abstract_time_series_link/__init__.py +2 -0
  164. osdu_models/abstract/abstract_time_series_link/v1_0_0.py +31 -0
  165. osdu_models/abstract/abstract_trigger/__init__.py +2 -0
  166. osdu_models/abstract/abstract_trigger/v1_0_0.py +35 -0
  167. osdu_models/abstract/abstract_tubular_component_bend/__init__.py +2 -0
  168. osdu_models/abstract/abstract_tubular_component_bend/v1_0_0.py +23 -0
  169. osdu_models/abstract/abstract_tubular_component_bit_record/__init__.py +2 -0
  170. osdu_models/abstract/abstract_tubular_component_bit_record/v1_1_0.py +307 -0
  171. osdu_models/abstract/abstract_tubular_component_connection/__init__.py +2 -0
  172. osdu_models/abstract/abstract_tubular_component_connection/v1_0_0.py +81 -0
  173. osdu_models/abstract/abstract_tubular_component_hole_opener/__init__.py +2 -0
  174. osdu_models/abstract/abstract_tubular_component_hole_opener/v1_0_0.py +54 -0
  175. osdu_models/abstract/abstract_tubular_component_jar/__init__.py +2 -0
  176. osdu_models/abstract/abstract_tubular_component_jar/v1_0_0.py +55 -0
  177. osdu_models/abstract/abstract_tubular_component_motor/__init__.py +2 -0
  178. osdu_models/abstract/abstract_tubular_component_motor/v1_0_0.py +97 -0
  179. osdu_models/abstract/abstract_tubular_component_pressure_loss/__init__.py +2 -0
  180. osdu_models/abstract/abstract_tubular_component_pressure_loss/v1_0_0.py +23 -0
  181. osdu_models/abstract/abstract_tubular_component_rss/__init__.py +2 -0
  182. osdu_models/abstract/abstract_tubular_component_rss/v1_0_0.py +107 -0
  183. osdu_models/abstract/abstract_tubular_component_stabiliser/__init__.py +2 -0
  184. osdu_models/abstract/abstract_tubular_component_stabiliser/v1_0_0.py +90 -0
  185. osdu_models/abstract/abstract_unstructured_column_layer_grid_patch/__init__.py +2 -0
  186. osdu_models/abstract/abstract_unstructured_column_layer_grid_patch/v1_0_0.py +29 -0
  187. osdu_models/abstract/abstract_unstructured_grid_patch/__init__.py +2 -0
  188. osdu_models/abstract/abstract_unstructured_grid_patch/v1_0_0.py +36 -0
  189. osdu_models/abstract/abstract_vector_header_mapping/__init__.py +2 -0
  190. osdu_models/abstract/abstract_vector_header_mapping/v1_0_0.py +85 -0
  191. osdu_models/abstract/abstract_vector_header_mapping/v1_1_0.py +236 -0
  192. osdu_models/abstract/abstract_well_license_condition/__init__.py +2 -0
  193. osdu_models/abstract/abstract_well_license_condition/v1_0_0.py +165 -0
  194. osdu_models/abstract/abstract_well_license_service/__init__.py +2 -0
  195. osdu_models/abstract/abstract_well_license_service/v1_0_0.py +101 -0
  196. osdu_models/abstract/abstract_well_license_status/__init__.py +2 -0
  197. osdu_models/abstract/abstract_well_license_status/v1_0_0.py +67 -0
  198. osdu_models/abstract/abstract_well_license_violation/__init__.py +2 -0
  199. osdu_models/abstract/abstract_well_license_violation/v1_0_0.py +105 -0
  200. osdu_models/abstract/abstract_wellbore_drilling_reason/__init__.py +2 -0
  201. osdu_models/abstract/abstract_wellbore_drilling_reason/v1_0_0.py +32 -0
  202. osdu_models/abstract/abstract_wellbore_drilling_reason/v1_1_0.py +43 -0
  203. osdu_models/abstract/abstract_wellbore_drilling_reason/v1_1_1.py +43 -0
  204. osdu_models/abstract/abstract_work_product_component/__init__.py +2 -0
  205. osdu_models/abstract/abstract_work_product_component/v1_0_0.py +84 -0
  206. osdu_models/abstract/abstract_work_product_component/v1_1_0.py +84 -0
  207. osdu_models/abstract/abstract_wpcactivity/__init__.py +2 -0
  208. osdu_models/abstract/abstract_wpcactivity/v1_0_0.py +82 -0
  209. osdu_models/abstract/abstract_wpcactivity/v1_1_0.py +93 -0
  210. osdu_models/abstract/abstract_wpcactivity/v1_2_0.py +93 -0
  211. osdu_models/abstract/abstract_wpcactivity/v1_2_1.py +93 -0
  212. osdu_models/abstract/abstract_wpcgroup_type/__init__.py +2 -0
  213. osdu_models/abstract/abstract_wpcgroup_type/v1_0_0.py +72 -0
  214. osdu_models/abstract/abstract_wpcgroup_type/v1_1_0.py +97 -0
  215. osdu_models/abstract/abstract_wpcgroup_type/v1_2_0.py +97 -0
  216. osdu_models/dataset/__init__.py +2 -0
  217. osdu_models/dataset/connected_source_generic/__init__.py +2 -0
  218. osdu_models/dataset/connected_source_generic/v1_0_0.py +176 -0
  219. osdu_models/dataset/connected_source_generic/v1_0_1.py +176 -0
  220. osdu_models/dataset/etpdataspace/__init__.py +2 -0
  221. osdu_models/dataset/etpdataspace/v1_0_0.py +174 -0
  222. osdu_models/dataset/etpdataspace/v1_0_1.py +174 -0
  223. osdu_models/dataset/file_collection_bluware_open_vds/__init__.py +2 -0
  224. osdu_models/dataset/file_collection_bluware_open_vds/v1_0_0.py +220 -0
  225. osdu_models/dataset/file_collection_bluware_open_vds/v1_1_0.py +264 -0
  226. osdu_models/dataset/file_collection_bluware_open_vds/v1_2_0.py +264 -0
  227. osdu_models/dataset/file_collection_epc/__init__.py +2 -0
  228. osdu_models/dataset/file_collection_epc/v1_0_0.py +167 -0
  229. osdu_models/dataset/file_collection_epc/v1_0_1.py +167 -0
  230. osdu_models/dataset/file_collection_epc/v1_0_2.py +167 -0
  231. osdu_models/dataset/file_collection_esri_shape/__init__.py +2 -0
  232. osdu_models/dataset/file_collection_esri_shape/v1_0_0.py +221 -0
  233. osdu_models/dataset/file_collection_esri_shape/v1_1_0.py +221 -0
  234. osdu_models/dataset/file_collection_generic/__init__.py +2 -0
  235. osdu_models/dataset/file_collection_generic/v1_0_0.py +214 -0
  236. osdu_models/dataset/file_collection_generic/v1_1_0.py +214 -0
  237. osdu_models/dataset/file_collection_sega/__init__.py +2 -0
  238. osdu_models/dataset/file_collection_sega/v1_0_0.py +304 -0
  239. osdu_models/dataset/file_collection_sega/v1_1_0.py +455 -0
  240. osdu_models/dataset/file_collection_segb/__init__.py +2 -0
  241. osdu_models/dataset/file_collection_segb/v1_0_0.py +304 -0
  242. osdu_models/dataset/file_collection_segb/v1_1_0.py +455 -0
  243. osdu_models/dataset/file_collection_segd/__init__.py +2 -0
  244. osdu_models/dataset/file_collection_segd/v1_0_0.py +308 -0
  245. osdu_models/dataset/file_collection_segd/v1_1_0.py +313 -0
  246. osdu_models/dataset/file_collection_segd/v1_2_0.py +464 -0
  247. osdu_models/dataset/file_collection_segy/__init__.py +2 -0
  248. osdu_models/dataset/file_collection_segy/v1_0_0.py +287 -0
  249. osdu_models/dataset/file_collection_segy/v1_1_0.py +292 -0
  250. osdu_models/dataset/file_collection_segy/v1_2_0.py +464 -0
  251. osdu_models/dataset/file_collection_segy/v1_3_0.py +464 -0
  252. osdu_models/dataset/file_collection_slb_open_zgy/__init__.py +2 -0
  253. osdu_models/dataset/file_collection_slb_open_zgy/v1_0_0.py +214 -0
  254. osdu_models/dataset/file_collection_slb_open_zgy/v1_1_0.py +224 -0
  255. osdu_models/dataset/file_collection_slb_open_zgy/v1_2_0.py +224 -0
  256. osdu_models/dataset/file_collection_tgs_mdio/__init__.py +2 -0
  257. osdu_models/dataset/file_collection_tgs_mdio/v1_0_0.py +262 -0
  258. osdu_models/dataset/file_compressed_vector_headers/__init__.py +2 -0
  259. osdu_models/dataset/file_compressed_vector_headers/v1_0_0.py +255 -0
  260. osdu_models/dataset/file_compressed_vector_headers/v1_1_0.py +418 -0
  261. osdu_models/dataset/file_eml/__init__.py +2 -0
  262. osdu_models/dataset/file_eml/v1_0_0.py +169 -0
  263. osdu_models/dataset/file_eml/v1_1_0.py +169 -0
  264. osdu_models/dataset/file_generic/__init__.py +2 -0
  265. osdu_models/dataset/file_generic/v1_0_0.py +169 -0
  266. osdu_models/dataset/file_generic/v1_1_0.py +169 -0
  267. osdu_models/dataset/file_geo_json/__init__.py +2 -0
  268. osdu_models/dataset/file_geo_json/v1_0_0.py +169 -0
  269. osdu_models/dataset/file_geo_json/v1_1_0.py +169 -0
  270. osdu_models/dataset/file_hdf5/__init__.py +2 -0
  271. osdu_models/dataset/file_hdf5/v1_0_0.py +169 -0
  272. osdu_models/dataset/file_hdf5/v1_1_0.py +169 -0
  273. osdu_models/dataset/file_image_jpeg/__init__.py +2 -0
  274. osdu_models/dataset/file_image_jpeg/v1_0_0.py +169 -0
  275. osdu_models/dataset/file_image_jpeg/v1_1_0.py +169 -0
  276. osdu_models/dataset/file_image_png/__init__.py +2 -0
  277. osdu_models/dataset/file_image_png/v1_0_0.py +169 -0
  278. osdu_models/dataset/file_image_png/v1_1_0.py +169 -0
  279. osdu_models/dataset/file_image_tiff/__init__.py +2 -0
  280. osdu_models/dataset/file_image_tiff/v1_0_0.py +169 -0
  281. osdu_models/dataset/file_image_tiff/v1_1_0.py +169 -0
  282. osdu_models/dataset/file_image_world_file/__init__.py +2 -0
  283. osdu_models/dataset/file_image_world_file/v1_0_0.py +176 -0
  284. osdu_models/dataset/file_image_world_file/v1_1_0.py +176 -0
  285. osdu_models/dataset/file_ogc_geo_tiff/__init__.py +2 -0
  286. osdu_models/dataset/file_ogc_geo_tiff/v1_0_0.py +219 -0
  287. osdu_models/dataset/file_ogc_geo_tiff/v1_1_0.py +219 -0
  288. osdu_models/dataset/file_prodml/__init__.py +2 -0
  289. osdu_models/dataset/file_prodml/v1_0_0.py +169 -0
  290. osdu_models/dataset/file_prodml/v1_1_0.py +169 -0
  291. osdu_models/dataset/file_seismic_histogram/__init__.py +2 -0
  292. osdu_models/dataset/file_seismic_histogram/v1_0_0.py +179 -0
  293. osdu_models/dataset/file_seismic_histogram/v1_1_0.py +179 -0
  294. osdu_models/dataset/file_seismic_line_geometry/__init__.py +2 -0
  295. osdu_models/dataset/file_seismic_line_geometry/v1_0_0.py +179 -0
  296. osdu_models/dataset/file_seismic_line_geometry/v1_1_0.py +179 -0
  297. osdu_models/dataset/file_tabular_data/__init__.py +2 -0
  298. osdu_models/dataset/file_tabular_data/v1_0_0.py +264 -0
  299. osdu_models/dataset/file_witsml/__init__.py +2 -0
  300. osdu_models/dataset/file_witsml/v1_0_0.py +175 -0
  301. osdu_models/dataset/file_witsml/v1_1_0.py +175 -0
  302. osdu_models/dataset/physical_media/__init__.py +2 -0
  303. osdu_models/dataset/physical_media/v1_0_0.py +194 -0
  304. osdu_models/dataset/physical_media/v1_0_1.py +194 -0
  305. osdu_models/masterdata/__init__.py +2 -0
  306. osdu_models/masterdata/activity_plan/__init__.py +2 -0
  307. osdu_models/masterdata/activity_plan/v1_0_0.py +236 -0
  308. osdu_models/masterdata/activity_plan/v1_1_0.py +240 -0
  309. osdu_models/masterdata/activity_plan/v1_2_0.py +240 -0
  310. osdu_models/masterdata/activity_template/__init__.py +2 -0
  311. osdu_models/masterdata/activity_template/v1_0_0.py +111 -0
  312. osdu_models/masterdata/activity_template/v1_1_0.py +111 -0
  313. osdu_models/masterdata/activity_template_arc/__init__.py +2 -0
  314. osdu_models/masterdata/activity_template_arc/v1_0_0.py +89 -0
  315. osdu_models/masterdata/activity_template_arc/v1_1_0.py +89 -0
  316. osdu_models/masterdata/agreement/__init__.py +2 -0
  317. osdu_models/masterdata/agreement/v1_0_0.py +113 -0
  318. osdu_models/masterdata/agreement/v1_1_0.py +121 -0
  319. osdu_models/masterdata/basin/__init__.py +2 -0
  320. osdu_models/masterdata/basin/v1_0_0.py +53 -0
  321. osdu_models/masterdata/basin/v1_1_0.py +53 -0
  322. osdu_models/masterdata/basin/v1_2_0.py +61 -0
  323. osdu_models/masterdata/bharun/__init__.py +2 -0
  324. osdu_models/masterdata/bharun/v1_0_0.py +1353 -0
  325. osdu_models/masterdata/bharun/v1_1_0.py +1353 -0
  326. osdu_models/masterdata/bharun/v1_2_0.py +1357 -0
  327. osdu_models/masterdata/bharun/v2_0_0.py +1504 -0
  328. osdu_models/masterdata/bharun/v2_1_0.py +1539 -0
  329. osdu_models/masterdata/blowout_preventer/__init__.py +2 -0
  330. osdu_models/masterdata/blowout_preventer/v1_0_0.py +319 -0
  331. osdu_models/masterdata/blowout_preventer_component/__init__.py +2 -0
  332. osdu_models/masterdata/blowout_preventer_component/v1_0_0.py +162 -0
  333. osdu_models/masterdata/boundary_feature/__init__.py +2 -0
  334. osdu_models/masterdata/boundary_feature/v1_0_0.py +23 -0
  335. osdu_models/masterdata/boundary_feature/v1_1_0.py +23 -0
  336. osdu_models/masterdata/business_associate/__init__.py +2 -0
  337. osdu_models/masterdata/business_associate/v1_0_0.py +348 -0
  338. osdu_models/masterdata/business_decision/__init__.py +2 -0
  339. osdu_models/masterdata/business_decision/v1_0_0.py +188 -0
  340. osdu_models/masterdata/casing_design/__init__.py +2 -0
  341. osdu_models/masterdata/casing_design/v1_0_0.py +59 -0
  342. osdu_models/masterdata/casing_design/v1_1_0.py +59 -0
  343. osdu_models/masterdata/casing_design/v1_2_0.py +63 -0
  344. osdu_models/masterdata/collaboration_project/__init__.py +2 -0
  345. osdu_models/masterdata/collaboration_project/v1_0_0.py +107 -0
  346. osdu_models/masterdata/column_based_table_template/__init__.py +2 -0
  347. osdu_models/masterdata/column_based_table_template/v1_0_0.py +46 -0
  348. osdu_models/masterdata/column_based_table_template/v1_0_1.py +46 -0
  349. osdu_models/masterdata/connected_source_data_job/__init__.py +2 -0
  350. osdu_models/masterdata/connected_source_data_job/v1_0_0.py +182 -0
  351. osdu_models/masterdata/connected_source_data_job/v1_1_0.py +197 -0
  352. osdu_models/masterdata/connected_source_data_job/v1_2_0.py +209 -0
  353. osdu_models/masterdata/connected_source_data_job/v1_3_0.py +183 -0
  354. osdu_models/masterdata/connected_source_data_job/v1_4_0.py +186 -0
  355. osdu_models/masterdata/connected_source_data_job/v1_5_0.py +222 -0
  356. osdu_models/masterdata/connected_source_data_job/v1_6_0.py +228 -0
  357. osdu_models/masterdata/connected_source_data_job/v1_7_0.py +258 -0
  358. osdu_models/masterdata/connected_source_data_job/v1_8_0.py +285 -0
  359. osdu_models/masterdata/connected_source_registry_entry/__init__.py +2 -0
  360. osdu_models/masterdata/connected_source_registry_entry/v1_0_0.py +180 -0
  361. osdu_models/masterdata/connected_source_registry_entry/v1_1_0.py +288 -0
  362. osdu_models/masterdata/connected_source_registry_entry/v1_2_0.py +289 -0
  363. osdu_models/masterdata/connected_source_registry_entry/v1_3_0.py +292 -0
  364. osdu_models/masterdata/connected_source_registry_entry/v1_4_0.py +316 -0
  365. osdu_models/masterdata/connected_source_registry_entry/v1_5_0.py +386 -0
  366. osdu_models/masterdata/coring/__init__.py +2 -0
  367. osdu_models/masterdata/coring/v1_0_0.py +332 -0
  368. osdu_models/masterdata/coring/v1_1_0.py +332 -0
  369. osdu_models/masterdata/coring/v1_1_1.py +332 -0
  370. osdu_models/masterdata/evaluation_plan/__init__.py +2 -0
  371. osdu_models/masterdata/evaluation_plan/v1_0_0.py +232 -0
  372. osdu_models/masterdata/evaluation_plan/v1_1_0.py +232 -0
  373. osdu_models/masterdata/field/__init__.py +2 -0
  374. osdu_models/masterdata/field/v1_0_0.py +44 -0
  375. osdu_models/masterdata/field/v1_1_0.py +44 -0
  376. osdu_models/masterdata/fluids_program/__init__.py +2 -0
  377. osdu_models/masterdata/fluids_program/v1_0_0.py +262 -0
  378. osdu_models/masterdata/fluids_program/v1_1_0.py +262 -0
  379. osdu_models/masterdata/fluids_program/v1_2_0.py +270 -0
  380. osdu_models/masterdata/fluids_program/v1_3_0.py +296 -0
  381. osdu_models/masterdata/fluids_report/__init__.py +2 -0
  382. osdu_models/masterdata/fluids_report/v1_0_0.py +458 -0
  383. osdu_models/masterdata/fluids_report/v1_1_0.py +465 -0
  384. osdu_models/masterdata/fluids_report/v1_2_0.py +465 -0
  385. osdu_models/masterdata/generic_facility/__init__.py +2 -0
  386. osdu_models/masterdata/generic_facility/v1_0_0.py +20 -0
  387. osdu_models/masterdata/generic_facility/v1_0_1.py +20 -0
  388. osdu_models/masterdata/generic_site/__init__.py +2 -0
  389. osdu_models/masterdata/generic_site/v1_0_0.py +35 -0
  390. osdu_models/masterdata/generic_site/v1_1_0.py +42 -0
  391. osdu_models/masterdata/generic_site/v1_1_1.py +42 -0
  392. osdu_models/masterdata/geo_political_entity/__init__.py +2 -0
  393. osdu_models/masterdata/geo_political_entity/v1_0_0.py +72 -0
  394. osdu_models/masterdata/geo_political_entity/v1_1_0.py +72 -0
  395. osdu_models/masterdata/geometric_target_set/__init__.py +2 -0
  396. osdu_models/masterdata/geometric_target_set/v1_0_0.py +190 -0
  397. osdu_models/masterdata/geometric_target_set/v1_1_0.py +190 -0
  398. osdu_models/masterdata/gravity_magnetic_acquisition_survey/__init__.py +2 -0
  399. osdu_models/masterdata/gravity_magnetic_acquisition_survey/v1_0_0.py +271 -0
  400. osdu_models/masterdata/hole_section/__init__.py +2 -0
  401. osdu_models/masterdata/hole_section/v1_0_0.py +45 -0
  402. osdu_models/masterdata/hole_section/v1_1_0.py +52 -0
  403. osdu_models/masterdata/hole_section/v1_2_0.py +105 -0
  404. osdu_models/masterdata/hole_section/v1_3_0.py +105 -0
  405. osdu_models/masterdata/hole_section/v1_4_0.py +122 -0
  406. osdu_models/masterdata/isolated_interval/__init__.py +2 -0
  407. osdu_models/masterdata/isolated_interval/v1_0_0.py +110 -0
  408. osdu_models/masterdata/isolated_interval/v1_1_0.py +110 -0
  409. osdu_models/masterdata/isolated_interval/v1_2_0.py +211 -0
  410. osdu_models/masterdata/model_feature/__init__.py +2 -0
  411. osdu_models/masterdata/model_feature/v1_0_0.py +23 -0
  412. osdu_models/masterdata/model_feature/v1_1_0.py +23 -0
  413. osdu_models/masterdata/operations_report/__init__.py +2 -0
  414. osdu_models/masterdata/operations_report/v1_0_0.py +1784 -0
  415. osdu_models/masterdata/operations_report/v1_1_0.py +2014 -0
  416. osdu_models/masterdata/operations_report/v1_2_0.py +2026 -0
  417. osdu_models/masterdata/operations_report/v1_3_0.py +2030 -0
  418. osdu_models/masterdata/operations_report/v1_4_0.py +2030 -0
  419. osdu_models/masterdata/organisation/__init__.py +2 -0
  420. osdu_models/masterdata/organisation/v1_0_0.py +61 -0
  421. osdu_models/masterdata/organisation/v1_1_0.py +68 -0
  422. osdu_models/masterdata/organisation/v1_2_0.py +68 -0
  423. osdu_models/masterdata/perforation_interval/__init__.py +2 -0
  424. osdu_models/masterdata/perforation_interval/v1_0_0.py +305 -0
  425. osdu_models/masterdata/perforation_interval/v1_1_0.py +305 -0
  426. osdu_models/masterdata/perforation_interval/v1_2_0.py +444 -0
  427. osdu_models/masterdata/perforation_job/__init__.py +2 -0
  428. osdu_models/masterdata/perforation_job/v1_0_0.py +259 -0
  429. osdu_models/masterdata/perforation_job/v1_1_0.py +259 -0
  430. osdu_models/masterdata/perforation_job/v1_2_0.py +263 -0
  431. osdu_models/masterdata/planned_cement_job/__init__.py +2 -0
  432. osdu_models/masterdata/planned_cement_job/v1_0_0.py +559 -0
  433. osdu_models/masterdata/planned_cement_job/v1_1_0.py +568 -0
  434. osdu_models/masterdata/planned_cement_job/v1_2_0.py +568 -0
  435. osdu_models/masterdata/planned_cement_job/v1_3_0.py +580 -0
  436. osdu_models/masterdata/planned_cement_job/v1_4_0.py +615 -0
  437. osdu_models/masterdata/play/__init__.py +2 -0
  438. osdu_models/masterdata/play/v1_0_0.py +51 -0
  439. osdu_models/masterdata/play/v1_1_0.py +51 -0
  440. osdu_models/masterdata/prospect/__init__.py +2 -0
  441. osdu_models/masterdata/prospect/v1_0_0.py +53 -0
  442. osdu_models/masterdata/prospect/v1_1_0.py +53 -0
  443. osdu_models/masterdata/reference_level/__init__.py +2 -0
  444. osdu_models/masterdata/reference_level/v1_0_0.py +32 -0
  445. osdu_models/masterdata/reference_level/v1_1_0.py +32 -0
  446. osdu_models/masterdata/reservoir/__init__.py +2 -0
  447. osdu_models/masterdata/reservoir/v0_0_0.py +23 -0
  448. osdu_models/masterdata/reservoir/v1_0_0.py +38 -0
  449. osdu_models/masterdata/reservoir/v1_1_0.py +38 -0
  450. osdu_models/masterdata/reservoir/v1_2_0.py +43 -0
  451. osdu_models/masterdata/reservoir/v2_0_0.py +38 -0
  452. osdu_models/masterdata/reservoir_segment/__init__.py +2 -0
  453. osdu_models/masterdata/reservoir_segment/v0_0_0.py +30 -0
  454. osdu_models/masterdata/reservoir_segment/v1_0_0.py +60 -0
  455. osdu_models/masterdata/reservoir_segment/v1_1_0.py +292 -0
  456. osdu_models/masterdata/reservoir_segment/v1_2_0.py +298 -0
  457. osdu_models/masterdata/reservoir_segment/v2_0_0.py +83 -0
  458. osdu_models/masterdata/rig/__init__.py +2 -0
  459. osdu_models/masterdata/rig/v1_0_0.py +38 -0
  460. osdu_models/masterdata/rig/v1_1_0.py +38 -0
  461. osdu_models/masterdata/rig/v1_2_0.py +38 -0
  462. osdu_models/masterdata/rig_utilization/__init__.py +2 -0
  463. osdu_models/masterdata/rig_utilization/v1_0_0.py +119 -0
  464. osdu_models/masterdata/rig_utilization/v1_1_0.py +119 -0
  465. osdu_models/masterdata/risk/__init__.py +2 -0
  466. osdu_models/masterdata/risk/v1_0_0.py +284 -0
  467. osdu_models/masterdata/risk/v1_1_0.py +284 -0
  468. osdu_models/masterdata/risk/v1_2_0.py +317 -0
  469. osdu_models/masterdata/rock_sample/__init__.py +2 -0
  470. osdu_models/masterdata/rock_sample/v1_0_0.py +187 -0
  471. osdu_models/masterdata/rock_sample/v1_1_0.py +187 -0
  472. osdu_models/masterdata/rock_sample/v1_1_1.py +187 -0
  473. osdu_models/masterdata/rock_volume_feature/__init__.py +2 -0
  474. osdu_models/masterdata/rock_volume_feature/v1_0_0.py +23 -0
  475. osdu_models/masterdata/rock_volume_feature/v1_1_0.py +23 -0
  476. osdu_models/masterdata/sample/__init__.py +2 -0
  477. osdu_models/masterdata/sample/v1_0_0.py +19 -0
  478. osdu_models/masterdata/sample/v2_0_0.py +740 -0
  479. osdu_models/masterdata/sample/v2_1_0.py +740 -0
  480. osdu_models/masterdata/sample/v3_0_0.py +775 -0
  481. osdu_models/masterdata/sample_acquisition_job/__init__.py +2 -0
  482. osdu_models/masterdata/sample_acquisition_job/v1_0_0.py +31 -0
  483. osdu_models/masterdata/sample_chain_of_custody_event/__init__.py +2 -0
  484. osdu_models/masterdata/sample_chain_of_custody_event/v1_0_0.py +189 -0
  485. osdu_models/masterdata/sample_chain_of_custody_event/v1_1_0.py +189 -0
  486. osdu_models/masterdata/sample_container/__init__.py +2 -0
  487. osdu_models/masterdata/sample_container/v1_0_0.py +188 -0
  488. osdu_models/masterdata/seismic2_dinterpretation_set/__init__.py +2 -0
  489. osdu_models/masterdata/seismic2_dinterpretation_set/v1_0_0.py +43 -0
  490. osdu_models/masterdata/seismic2_dinterpretation_set/v1_1_0.py +50 -0
  491. osdu_models/masterdata/seismic2_dinterpretation_set/v1_2_0.py +50 -0
  492. osdu_models/masterdata/seismic3_dinterpretation_set/__init__.py +2 -0
  493. osdu_models/masterdata/seismic3_dinterpretation_set/v1_0_0.py +29 -0
  494. osdu_models/masterdata/seismic3_dinterpretation_set/v1_1_0.py +32 -0
  495. osdu_models/masterdata/seismic3_dinterpretation_set/v1_2_0.py +32 -0
  496. osdu_models/masterdata/seismic_acquisition_survey/__init__.py +2 -0
  497. osdu_models/masterdata/seismic_acquisition_survey/v1_0_0.py +107 -0
  498. osdu_models/masterdata/seismic_acquisition_survey/v1_1_0.py +247 -0
  499. osdu_models/masterdata/seismic_acquisition_survey/v1_2_0.py +286 -0
  500. osdu_models/masterdata/seismic_acquisition_survey/v1_3_0.py +295 -0
  501. osdu_models/masterdata/seismic_acquisition_survey/v1_4_0.py +295 -0
  502. osdu_models/masterdata/seismic_processing_project/__init__.py +2 -0
  503. osdu_models/masterdata/seismic_processing_project/v1_0_0.py +31 -0
  504. osdu_models/masterdata/seismic_processing_project/v1_1_0.py +34 -0
  505. osdu_models/masterdata/seismic_processing_project/v1_2_0.py +43 -0
  506. osdu_models/masterdata/seismic_processing_project/v1_3_0.py +43 -0
  507. osdu_models/masterdata/seismic_processing_project/v1_4_0.py +64 -0
  508. osdu_models/masterdata/storage_facility/__init__.py +2 -0
  509. osdu_models/masterdata/storage_facility/v1_0_0.py +24 -0
  510. osdu_models/masterdata/storage_facility/v1_1_0.py +24 -0
  511. osdu_models/masterdata/storage_facility/v1_2_0.py +24 -0
  512. osdu_models/masterdata/survey_program/__init__.py +2 -0
  513. osdu_models/masterdata/survey_program/v1_0_0.py +104 -0
  514. osdu_models/masterdata/survey_program/v1_1_0.py +130 -0
  515. osdu_models/masterdata/survey_program/v1_2_0.py +137 -0
  516. osdu_models/masterdata/tubular_assembly/__init__.py +2 -0
  517. osdu_models/masterdata/tubular_assembly/v2_0_0.py +286 -0
  518. osdu_models/masterdata/tubular_assembly/v2_1_0.py +398 -0
  519. osdu_models/masterdata/tubular_component/__init__.py +2 -0
  520. osdu_models/masterdata/tubular_component/v2_0_0.py +188 -0
  521. osdu_models/masterdata/tubular_component/v2_1_0.py +382 -0
  522. osdu_models/masterdata/tubular_component/v2_2_0.py +482 -0
  523. osdu_models/masterdata/tubular_component/v2_3_0.py +533 -0
  524. osdu_models/masterdata/tubular_component/v2_4_0.py +587 -0
  525. osdu_models/masterdata/tubular_external_component/__init__.py +2 -0
  526. osdu_models/masterdata/tubular_external_component/v2_0_0.py +132 -0
  527. osdu_models/masterdata/tubular_umbilical/__init__.py +2 -0
  528. osdu_models/masterdata/tubular_umbilical/v2_0_0.py +130 -0
  529. osdu_models/masterdata/user_profile/__init__.py +2 -0
  530. osdu_models/masterdata/user_profile/v1_0_0.py +133 -0
  531. osdu_models/masterdata/well/__init__.py +2 -0
  532. osdu_models/masterdata/well/v1_0_0.py +59 -0
  533. osdu_models/masterdata/well/v1_1_0.py +165 -0
  534. osdu_models/masterdata/well/v1_2_0.py +165 -0
  535. osdu_models/masterdata/well/v1_3_0.py +165 -0
  536. osdu_models/masterdata/well/v1_4_0.py +189 -0
  537. osdu_models/masterdata/well_activity/__init__.py +2 -0
  538. osdu_models/masterdata/well_activity/v1_0_0.py +131 -0
  539. osdu_models/masterdata/well_activity/v1_1_0.py +163 -0
  540. osdu_models/masterdata/well_activity/v1_2_0.py +167 -0
  541. osdu_models/masterdata/well_activity_program/__init__.py +2 -0
  542. osdu_models/masterdata/well_activity_program/v1_0_0.py +157 -0
  543. osdu_models/masterdata/well_activity_program/v1_1_0.py +157 -0
  544. osdu_models/masterdata/well_barrier_element_test/__init__.py +2 -0
  545. osdu_models/masterdata/well_barrier_element_test/v1_0_0.py +383 -0
  546. osdu_models/masterdata/well_barrier_element_test/v1_1_0.py +383 -0
  547. osdu_models/masterdata/well_barrier_element_test/v1_2_0.py +385 -0
  548. osdu_models/masterdata/well_barrier_element_test/v1_3_0.py +592 -0
  549. osdu_models/masterdata/well_license/__init__.py +2 -0
  550. osdu_models/masterdata/well_license/v1_0_0.py +256 -0
  551. osdu_models/masterdata/well_log_acquisition/__init__.py +2 -0
  552. osdu_models/masterdata/well_log_acquisition/v1_0_0.py +239 -0
  553. osdu_models/masterdata/well_planning_well/__init__.py +2 -0
  554. osdu_models/masterdata/well_planning_well/v1_0_0.py +63 -0
  555. osdu_models/masterdata/well_planning_well/v1_1_0.py +64 -0
  556. osdu_models/masterdata/well_planning_wellbore/__init__.py +2 -0
  557. osdu_models/masterdata/well_planning_wellbore/v1_0_0.py +99 -0
  558. osdu_models/masterdata/well_planning_wellbore/v1_1_0.py +100 -0
  559. osdu_models/masterdata/well_planning_wellbore/v1_2_0.py +111 -0
  560. osdu_models/masterdata/well_planning_wellbore/v1_3_0.py +131 -0
  561. osdu_models/masterdata/well_planning_wellbore/v1_4_0.py +138 -0
  562. osdu_models/masterdata/well_pressure_test_acquisition_job/__init__.py +2 -0
  563. osdu_models/masterdata/well_pressure_test_acquisition_job/v1_0_0.py +202 -0
  564. osdu_models/masterdata/well_pressure_test_acquisition_job/v1_1_0.py +218 -0
  565. osdu_models/masterdata/well_pressure_test_acquisition_job/v1_2_0.py +250 -0
  566. osdu_models/masterdata/well_site_structure/__init__.py +2 -0
  567. osdu_models/masterdata/well_site_structure/v1_0_0.py +164 -0
  568. osdu_models/masterdata/wellbore/__init__.py +2 -0
  569. osdu_models/masterdata/wellbore/v1_0_0.py +105 -0
  570. osdu_models/masterdata/wellbore/v1_1_0.py +264 -0
  571. osdu_models/masterdata/wellbore/v1_1_1.py +264 -0
  572. osdu_models/masterdata/wellbore/v1_2_0.py +264 -0
  573. osdu_models/masterdata/wellbore/v1_3_0.py +304 -0
  574. osdu_models/masterdata/wellbore/v1_4_0.py +304 -0
  575. osdu_models/masterdata/wellbore/v1_5_0.py +304 -0
  576. osdu_models/masterdata/wellbore/v1_5_1.py +304 -0
  577. osdu_models/masterdata/wellbore_architecture/__init__.py +2 -0
  578. osdu_models/masterdata/wellbore_architecture/v1_0_0.py +75 -0
  579. osdu_models/masterdata/wellbore_architecture/v1_1_0.py +75 -0
  580. osdu_models/masterdata/wellbore_architecture/v1_2_0.py +79 -0
  581. osdu_models/masterdata/wellbore_hold_up_depth/__init__.py +2 -0
  582. osdu_models/masterdata/wellbore_hold_up_depth/v1_0_0.py +218 -0
  583. osdu_models/masterdata/wellbore_opening/__init__.py +2 -0
  584. osdu_models/masterdata/wellbore_opening/v1_0_0.py +129 -0
  585. osdu_models/masterdata/wellbore_opening/v1_1_0.py +138 -0
  586. osdu_models/masterdata/wellbore_opening/v1_2_0.py +138 -0
  587. osdu_models/workproductcomponent/__init__.py +2 -0
  588. osdu_models/workproductcomponent/activity/__init__.py +2 -0
  589. osdu_models/workproductcomponent/activity/v1_0_0.py +28 -0
  590. osdu_models/workproductcomponent/activity/v1_1_0.py +28 -0
  591. osdu_models/workproductcomponent/activity/v1_2_0.py +28 -0
  592. osdu_models/workproductcomponent/activity/v1_3_0.py +28 -0
  593. osdu_models/workproductcomponent/activity/v1_4_0.py +28 -0
  594. osdu_models/workproductcomponent/aquifer_interpretation/__init__.py +2 -0
  595. osdu_models/workproductcomponent/aquifer_interpretation/v1_0_0.py +246 -0
  596. osdu_models/workproductcomponent/aquifer_interpretation/v1_1_0.py +271 -0
  597. osdu_models/workproductcomponent/aquifer_interpretation/v1_2_0.py +275 -0
  598. osdu_models/workproductcomponent/biostratigraphic_study/__init__.py +2 -0
  599. osdu_models/workproductcomponent/biostratigraphic_study/v1_0_0.py +96 -0
  600. osdu_models/workproductcomponent/cement_job/__init__.py +2 -0
  601. osdu_models/workproductcomponent/cement_job/v1_0_0.py +2855 -0
  602. osdu_models/workproductcomponent/cement_job/v1_1_0.py +2875 -0
  603. osdu_models/workproductcomponent/cement_job/v1_2_0.py +2875 -0
  604. osdu_models/workproductcomponent/cement_job/v1_3_0.py +2934 -0
  605. osdu_models/workproductcomponent/collaboration_project_collection/__init__.py +2 -0
  606. osdu_models/workproductcomponent/collaboration_project_collection/v1_0_0.py +43 -0
  607. osdu_models/workproductcomponent/column_based_table/__init__.py +2 -0
  608. osdu_models/workproductcomponent/column_based_table/v1_0_0.py +101 -0
  609. osdu_models/workproductcomponent/column_based_table/v1_1_0.py +101 -0
  610. osdu_models/workproductcomponent/column_based_table/v1_2_0.py +101 -0
  611. osdu_models/workproductcomponent/column_based_table/v1_3_0.py +110 -0
  612. osdu_models/workproductcomponent/column_based_table/v1_4_0.py +126 -0
  613. osdu_models/workproductcomponent/data_quality/__init__.py +2 -0
  614. osdu_models/workproductcomponent/data_quality/v1_0_0.py +41 -0
  615. osdu_models/workproductcomponent/data_quality/v1_1_0.py +41 -0
  616. osdu_models/workproductcomponent/data_quality/v1_2_0.py +41 -0
  617. osdu_models/workproductcomponent/data_quality/v1_3_0.py +41 -0
  618. osdu_models/workproductcomponent/data_quality/v2_0_0.py +209 -0
  619. osdu_models/workproductcomponent/data_quality_summary/__init__.py +2 -0
  620. osdu_models/workproductcomponent/data_quality_summary/v1_0_0.py +151 -0
  621. osdu_models/workproductcomponent/document/__init__.py +2 -0
  622. osdu_models/workproductcomponent/document/v1_0_0.py +55 -0
  623. osdu_models/workproductcomponent/document/v1_1_0.py +55 -0
  624. osdu_models/workproductcomponent/document/v1_2_0.py +55 -0
  625. osdu_models/workproductcomponent/document/v1_3_0.py +88 -0
  626. osdu_models/workproductcomponent/document/v2_0_0.py +95 -0
  627. osdu_models/workproductcomponent/downtime_event/__init__.py +2 -0
  628. osdu_models/workproductcomponent/downtime_event/v1_0_0.py +323 -0
  629. osdu_models/workproductcomponent/earth_model_interpretation/__init__.py +2 -0
  630. osdu_models/workproductcomponent/earth_model_interpretation/v1_0_0.py +338 -0
  631. osdu_models/workproductcomponent/earth_model_interpretation/v1_1_0.py +363 -0
  632. osdu_models/workproductcomponent/earth_model_interpretation/v1_2_0.py +367 -0
  633. osdu_models/workproductcomponent/fault_interpretation/__init__.py +2 -0
  634. osdu_models/workproductcomponent/fault_interpretation/v1_0_0.py +118 -0
  635. osdu_models/workproductcomponent/fault_interpretation/v1_1_0.py +118 -0
  636. osdu_models/workproductcomponent/fault_interpretation/v1_2_0.py +118 -0
  637. osdu_models/workproductcomponent/fault_interpretation/v1_3_0.py +132 -0
  638. osdu_models/workproductcomponent/fault_system/__init__.py +2 -0
  639. osdu_models/workproductcomponent/fault_system/v1_0_0.py +217 -0
  640. osdu_models/workproductcomponent/fault_system/v1_1_0.py +256 -0
  641. osdu_models/workproductcomponent/fault_system/v1_2_0.py +267 -0
  642. osdu_models/workproductcomponent/fault_system/v1_3_0.py +267 -0
  643. osdu_models/workproductcomponent/fault_system/v1_4_0.py +267 -0
  644. osdu_models/workproductcomponent/fault_system/v1_4_1.py +267 -0
  645. osdu_models/workproductcomponent/flow_test/__init__.py +2 -0
  646. osdu_models/workproductcomponent/flow_test/v1_0_0.py +170 -0
  647. osdu_models/workproductcomponent/fluid_boundary_interpretation/__init__.py +2 -0
  648. osdu_models/workproductcomponent/fluid_boundary_interpretation/v1_0_0.py +261 -0
  649. osdu_models/workproductcomponent/fluid_boundary_interpretation/v1_1_0.py +286 -0
  650. osdu_models/workproductcomponent/fluid_boundary_interpretation/v1_2_0.py +290 -0
  651. osdu_models/workproductcomponent/fluid_model/__init__.py +2 -0
  652. osdu_models/workproductcomponent/fluid_model/v1_0_0.py +203 -0
  653. osdu_models/workproductcomponent/formation_integrity_test/__init__.py +2 -0
  654. osdu_models/workproductcomponent/formation_integrity_test/v1_0_0.py +745 -0
  655. osdu_models/workproductcomponent/formation_integrity_test/v1_1_0.py +745 -0
  656. osdu_models/workproductcomponent/formation_integrity_test/v1_2_0.py +757 -0
  657. osdu_models/workproductcomponent/generic_image/__init__.py +2 -0
  658. osdu_models/workproductcomponent/generic_image/v1_0_0.py +31 -0
  659. osdu_models/workproductcomponent/generic_image/v1_1_0.py +31 -0
  660. osdu_models/workproductcomponent/generic_image/v1_2_0.py +31 -0
  661. osdu_models/workproductcomponent/generic_property/__init__.py +2 -0
  662. osdu_models/workproductcomponent/generic_property/v1_0_0.py +111 -0
  663. osdu_models/workproductcomponent/generic_property/v1_1_0.py +111 -0
  664. osdu_models/workproductcomponent/generic_property/v1_2_0.py +111 -0
  665. osdu_models/workproductcomponent/generic_property/v1_3_0.py +111 -0
  666. osdu_models/workproductcomponent/generic_representation/__init__.py +2 -0
  667. osdu_models/workproductcomponent/generic_representation/v1_0_0.py +54 -0
  668. osdu_models/workproductcomponent/generic_representation/v1_1_0.py +54 -0
  669. osdu_models/workproductcomponent/generic_representation/v1_2_0.py +54 -0
  670. osdu_models/workproductcomponent/geo_label_set/__init__.py +2 -0
  671. osdu_models/workproductcomponent/geo_label_set/v1_0_0.py +38 -0
  672. osdu_models/workproductcomponent/geo_label_set/v1_1_0.py +46 -0
  673. osdu_models/workproductcomponent/geo_referenced_image/__init__.py +2 -0
  674. osdu_models/workproductcomponent/geo_referenced_image/v1_0_0.py +86 -0
  675. osdu_models/workproductcomponent/geo_referenced_image/v1_1_0.py +83 -0
  676. osdu_models/workproductcomponent/geo_referenced_image/v1_2_0.py +83 -0
  677. osdu_models/workproductcomponent/geo_referenced_image/v1_3_0.py +83 -0
  678. osdu_models/workproductcomponent/geobody_boundary_interpretation/__init__.py +2 -0
  679. osdu_models/workproductcomponent/geobody_boundary_interpretation/v1_0_0.py +37 -0
  680. osdu_models/workproductcomponent/geobody_boundary_interpretation/v1_1_0.py +37 -0
  681. osdu_models/workproductcomponent/geobody_boundary_interpretation/v1_2_0.py +37 -0
  682. osdu_models/workproductcomponent/geobody_interpretation/__init__.py +2 -0
  683. osdu_models/workproductcomponent/geobody_interpretation/v1_0_0.py +276 -0
  684. osdu_models/workproductcomponent/geobody_interpretation/v1_1_0.py +301 -0
  685. osdu_models/workproductcomponent/geobody_interpretation/v1_2_0.py +305 -0
  686. osdu_models/workproductcomponent/geobody_interpretation/v1_3_0.py +354 -0
  687. osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/__init__.py +2 -0
  688. osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/v1_0_0.py +76 -0
  689. osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/v1_1_0.py +76 -0
  690. osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/v1_2_0.py +76 -0
  691. osdu_models/workproductcomponent/gp_grid_representation/__init__.py +2 -0
  692. osdu_models/workproductcomponent/gp_grid_representation/v1_0_0.py +49 -0
  693. osdu_models/workproductcomponent/gp_grid_representation/v1_1_0.py +49 -0
  694. osdu_models/workproductcomponent/gp_grid_representation/v1_2_0.py +49 -0
  695. osdu_models/workproductcomponent/grid_connection_set_representation/__init__.py +2 -0
  696. osdu_models/workproductcomponent/grid_connection_set_representation/v1_0_0.py +72 -0
  697. osdu_models/workproductcomponent/grid_connection_set_representation/v1_1_0.py +72 -0
  698. osdu_models/workproductcomponent/grid_connection_set_representation/v1_2_0.py +72 -0
  699. osdu_models/workproductcomponent/horizon_interpretation/__init__.py +2 -0
  700. osdu_models/workproductcomponent/horizon_interpretation/v1_0_0.py +66 -0
  701. osdu_models/workproductcomponent/horizon_interpretation/v1_1_0.py +66 -0
  702. osdu_models/workproductcomponent/horizon_interpretation/v1_2_0.py +66 -0
  703. osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/__init__.py +2 -0
  704. osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/v1_0_0.py +375 -0
  705. osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/v1_1_0.py +400 -0
  706. osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/v1_2_0.py +400 -0
  707. osdu_models/workproductcomponent/ijk_grid_representation/__init__.py +2 -0
  708. osdu_models/workproductcomponent/ijk_grid_representation/v1_0_0.py +30 -0
  709. osdu_models/workproductcomponent/ijk_grid_representation/v1_1_0.py +30 -0
  710. osdu_models/workproductcomponent/ijk_grid_representation/v1_2_0.py +30 -0
  711. osdu_models/workproductcomponent/local_boundary_feature/__init__.py +2 -0
  712. osdu_models/workproductcomponent/local_boundary_feature/v1_0_0.py +31 -0
  713. osdu_models/workproductcomponent/local_boundary_feature/v1_1_0.py +31 -0
  714. osdu_models/workproductcomponent/local_boundary_feature/v1_2_0.py +31 -0
  715. osdu_models/workproductcomponent/local_model_compound_crs/__init__.py +2 -0
  716. osdu_models/workproductcomponent/local_model_compound_crs/v1_0_0.py +22 -0
  717. osdu_models/workproductcomponent/local_model_compound_crs/v1_1_0.py +22 -0
  718. osdu_models/workproductcomponent/local_model_compound_crs/v1_2_0.py +22 -0
  719. osdu_models/workproductcomponent/local_model_feature/__init__.py +2 -0
  720. osdu_models/workproductcomponent/local_model_feature/v1_0_0.py +29 -0
  721. osdu_models/workproductcomponent/local_model_feature/v1_1_0.py +29 -0
  722. osdu_models/workproductcomponent/local_model_feature/v1_2_0.py +29 -0
  723. osdu_models/workproductcomponent/local_rock_volume_feature/__init__.py +2 -0
  724. osdu_models/workproductcomponent/local_rock_volume_feature/v1_0_0.py +31 -0
  725. osdu_models/workproductcomponent/local_rock_volume_feature/v1_1_0.py +31 -0
  726. osdu_models/workproductcomponent/local_rock_volume_feature/v1_2_0.py +31 -0
  727. osdu_models/workproductcomponent/notional_seismic_line/__init__.py +2 -0
  728. osdu_models/workproductcomponent/notional_seismic_line/v1_0_0.py +26 -0
  729. osdu_models/workproductcomponent/notional_seismic_line/v1_1_0.py +26 -0
  730. osdu_models/workproductcomponent/notional_seismic_line/v1_2_0.py +26 -0
  731. osdu_models/workproductcomponent/notional_seismic_processing_product/__init__.py +2 -0
  732. osdu_models/workproductcomponent/notional_seismic_processing_product/v1_0_0.py +33 -0
  733. osdu_models/workproductcomponent/persisted_collection/__init__.py +2 -0
  734. osdu_models/workproductcomponent/persisted_collection/v1_0_0.py +260 -0
  735. osdu_models/workproductcomponent/persisted_collection/v1_1_0.py +285 -0
  736. osdu_models/workproductcomponent/persisted_collection/v1_2_0.py +285 -0
  737. osdu_models/workproductcomponent/planned_lithology/__init__.py +2 -0
  738. osdu_models/workproductcomponent/planned_lithology/v1_0_0.py +141 -0
  739. osdu_models/workproductcomponent/planned_lithology/v1_1_0.py +141 -0
  740. osdu_models/workproductcomponent/planned_lithology/v1_2_0.py +141 -0
  741. osdu_models/workproductcomponent/ppfgdataset/__init__.py +2 -0
  742. osdu_models/workproductcomponent/ppfgdataset/v1_0_0.py +199 -0
  743. osdu_models/workproductcomponent/ppfgdataset/v1_1_0.py +203 -0
  744. osdu_models/workproductcomponent/ppfgdataset/v1_2_0.py +203 -0
  745. osdu_models/workproductcomponent/processed_in_sar/__init__.py +2 -0
  746. osdu_models/workproductcomponent/processed_in_sar/v1_0_0.py +223 -0
  747. osdu_models/workproductcomponent/processed_in_sar/v1_1_0.py +223 -0
  748. osdu_models/workproductcomponent/processed_in_sar/v1_2_0.py +223 -0
  749. osdu_models/workproductcomponent/production_values/__init__.py +2 -0
  750. osdu_models/workproductcomponent/production_values/v1_0_0.py +212 -0
  751. osdu_models/workproductcomponent/production_values/v1_1_0.py +212 -0
  752. osdu_models/workproductcomponent/production_values/v1_1_1.py +212 -0
  753. osdu_models/workproductcomponent/reservoir_compartment_interpretation/__init__.py +2 -0
  754. osdu_models/workproductcomponent/reservoir_compartment_interpretation/v1_0_0.py +314 -0
  755. osdu_models/workproductcomponent/reservoir_compartment_interpretation/v1_1_0.py +339 -0
  756. osdu_models/workproductcomponent/reservoir_compartment_interpretation/v1_2_0.py +343 -0
  757. osdu_models/workproductcomponent/reservoir_estimated_volumes/__init__.py +2 -0
  758. osdu_models/workproductcomponent/reservoir_estimated_volumes/v1_0_0.py +67 -0
  759. osdu_models/workproductcomponent/reservoir_estimated_volumes/v1_1_0.py +67 -0
  760. osdu_models/workproductcomponent/reservoir_estimated_volumes/v1_1_1.py +67 -0
  761. osdu_models/workproductcomponent/reservoir_model_scenario/__init__.py +2 -0
  762. osdu_models/workproductcomponent/reservoir_model_scenario/v1_0_0.py +58 -0
  763. osdu_models/workproductcomponent/reservoir_simulation_equilibrium_model/__init__.py +2 -0
  764. osdu_models/workproductcomponent/reservoir_simulation_equilibrium_model/v1_0_0.py +397 -0
  765. osdu_models/workproductcomponent/reservoir_simulation_model/__init__.py +2 -0
  766. osdu_models/workproductcomponent/reservoir_simulation_model/v1_0_0.py +230 -0
  767. osdu_models/workproductcomponent/reservoir_simulation_rock_physics_model/__init__.py +2 -0
  768. osdu_models/workproductcomponent/reservoir_simulation_rock_physics_model/v1_0_0.py +131 -0
  769. osdu_models/workproductcomponent/reservoir_simulation_run_configuration/__init__.py +2 -0
  770. osdu_models/workproductcomponent/reservoir_simulation_run_configuration/v1_0_0.py +90 -0
  771. osdu_models/workproductcomponent/rock_fluid_organization_interpretation/__init__.py +2 -0
  772. osdu_models/workproductcomponent/rock_fluid_organization_interpretation/v1_0_0.py +263 -0
  773. osdu_models/workproductcomponent/rock_fluid_organization_interpretation/v1_1_0.py +288 -0
  774. osdu_models/workproductcomponent/rock_fluid_organization_interpretation/v1_2_0.py +292 -0
  775. osdu_models/workproductcomponent/rock_fluid_unit_interpretation/__init__.py +2 -0
  776. osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_0_0.py +285 -0
  777. osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_1_0.py +310 -0
  778. osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_2_0.py +314 -0
  779. osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_3_0.py +363 -0
  780. osdu_models/workproductcomponent/rock_image/__init__.py +2 -0
  781. osdu_models/workproductcomponent/rock_image/v1_0_0.py +130 -0
  782. osdu_models/workproductcomponent/rock_image/v1_1_0.py +130 -0
  783. osdu_models/workproductcomponent/rock_image/v1_2_0.py +130 -0
  784. osdu_models/workproductcomponent/rock_image/v1_3_0.py +137 -0
  785. osdu_models/workproductcomponent/rock_image/v1_3_1.py +137 -0
  786. osdu_models/workproductcomponent/rock_sample_analysis/__init__.py +2 -0
  787. osdu_models/workproductcomponent/rock_sample_analysis/v1_0_0.py +327 -0
  788. osdu_models/workproductcomponent/rock_sample_analysis/v1_1_0.py +391 -0
  789. osdu_models/workproductcomponent/rock_sample_analysis/v1_2_0.py +391 -0
  790. osdu_models/workproductcomponent/rock_sample_analysis/v1_3_0.py +391 -0
  791. osdu_models/workproductcomponent/rock_sample_analysis/v1_3_1.py +391 -0
  792. osdu_models/workproductcomponent/sample_image/__init__.py +2 -0
  793. osdu_models/workproductcomponent/sample_image/v1_0_0.py +129 -0
  794. osdu_models/workproductcomponent/sample_image/v1_1_0.py +269 -0
  795. osdu_models/workproductcomponent/samples_analyses_report/__init__.py +2 -0
  796. osdu_models/workproductcomponent/samples_analyses_report/v1_0_0.py +129 -0
  797. osdu_models/workproductcomponent/samples_analysis/__init__.py +2 -0
  798. osdu_models/workproductcomponent/samples_analysis/v1_0_0.py +143 -0
  799. osdu_models/workproductcomponent/samples_analysis/v2_0_0.py +137 -0
  800. osdu_models/workproductcomponent/saturation_function_set/__init__.py +2 -0
  801. osdu_models/workproductcomponent/saturation_function_set/v1_0_0.py +174 -0
  802. osdu_models/workproductcomponent/sealed_surface_framework/__init__.py +2 -0
  803. osdu_models/workproductcomponent/sealed_surface_framework/v1_0_0.py +310 -0
  804. osdu_models/workproductcomponent/sealed_surface_framework/v1_1_0.py +335 -0
  805. osdu_models/workproductcomponent/sealed_surface_framework/v1_2_0.py +335 -0
  806. osdu_models/workproductcomponent/sealed_volume_framework/__init__.py +2 -0
  807. osdu_models/workproductcomponent/sealed_volume_framework/v1_0_0.py +308 -0
  808. osdu_models/workproductcomponent/sealed_volume_framework/v1_1_0.py +333 -0
  809. osdu_models/workproductcomponent/sealed_volume_framework/v1_2_0.py +333 -0
  810. osdu_models/workproductcomponent/seismic_acquisition_documents/__init__.py +2 -0
  811. osdu_models/workproductcomponent/seismic_acquisition_documents/v1_0_0.py +116 -0
  812. osdu_models/workproductcomponent/seismic_acquisition_documents/v1_1_0.py +116 -0
  813. osdu_models/workproductcomponent/seismic_acquisition_documents/v2_0_0.py +139 -0
  814. osdu_models/workproductcomponent/seismic_bin_grid/__init__.py +2 -0
  815. osdu_models/workproductcomponent/seismic_bin_grid/v1_0_0.py +28 -0
  816. osdu_models/workproductcomponent/seismic_bin_grid/v1_1_0.py +28 -0
  817. osdu_models/workproductcomponent/seismic_bin_grid/v1_2_0.py +28 -0
  818. osdu_models/workproductcomponent/seismic_bin_grid/v1_3_0.py +28 -0
  819. osdu_models/workproductcomponent/seismic_fault/__init__.py +2 -0
  820. osdu_models/workproductcomponent/seismic_fault/v1_0_0.py +160 -0
  821. osdu_models/workproductcomponent/seismic_fault/v1_1_0.py +160 -0
  822. osdu_models/workproductcomponent/seismic_fault/v1_2_0.py +160 -0
  823. osdu_models/workproductcomponent/seismic_fault/v1_3_0.py +179 -0
  824. osdu_models/workproductcomponent/seismic_fault/v2_0_0.py +433 -0
  825. osdu_models/workproductcomponent/seismic_field_trace_data/__init__.py +2 -0
  826. osdu_models/workproductcomponent/seismic_field_trace_data/v1_0_0.py +272 -0
  827. osdu_models/workproductcomponent/seismic_field_trace_data/v1_1_0.py +272 -0
  828. osdu_models/workproductcomponent/seismic_horizon/__init__.py +2 -0
  829. osdu_models/workproductcomponent/seismic_horizon/v1_0_0.py +226 -0
  830. osdu_models/workproductcomponent/seismic_horizon/v1_1_0.py +258 -0
  831. osdu_models/workproductcomponent/seismic_horizon/v1_2_0.py +258 -0
  832. osdu_models/workproductcomponent/seismic_horizon/v1_3_0.py +258 -0
  833. osdu_models/workproductcomponent/seismic_horizon/v2_0_0.py +475 -0
  834. osdu_models/workproductcomponent/seismic_line_geometry/__init__.py +2 -0
  835. osdu_models/workproductcomponent/seismic_line_geometry/v1_0_0.py +82 -0
  836. osdu_models/workproductcomponent/seismic_line_geometry/v1_1_0.py +82 -0
  837. osdu_models/workproductcomponent/seismic_line_geometry/v1_2_0.py +82 -0
  838. osdu_models/workproductcomponent/seismic_trace_data/__init__.py +2 -0
  839. osdu_models/workproductcomponent/seismic_trace_data/v1_0_0.py +376 -0
  840. osdu_models/workproductcomponent/seismic_trace_data/v1_1_0.py +470 -0
  841. osdu_models/workproductcomponent/seismic_trace_data/v1_2_0.py +497 -0
  842. osdu_models/workproductcomponent/seismic_trace_data/v1_3_0.py +515 -0
  843. osdu_models/workproductcomponent/seismic_trace_data/v1_4_0.py +515 -0
  844. osdu_models/workproductcomponent/seismic_trace_data/v1_5_0.py +515 -0
  845. osdu_models/workproductcomponent/seismic_trace_data/v1_5_1.py +515 -0
  846. osdu_models/workproductcomponent/seismic_trace_data/v1_6_0.py +535 -0
  847. osdu_models/workproductcomponent/soil_gas_monitoring/__init__.py +2 -0
  848. osdu_models/workproductcomponent/soil_gas_monitoring/v1_0_0.py +119 -0
  849. osdu_models/workproductcomponent/soil_gas_monitoring/v1_1_0.py +119 -0
  850. osdu_models/workproductcomponent/stimulation_job/__init__.py +2 -0
  851. osdu_models/workproductcomponent/stimulation_job/v1_0_0.py +285 -0
  852. osdu_models/workproductcomponent/stimulation_job/v1_1_0.py +333 -0
  853. osdu_models/workproductcomponent/stimulation_stage/__init__.py +2 -0
  854. osdu_models/workproductcomponent/stimulation_stage/v1_0_0.py +1768 -0
  855. osdu_models/workproductcomponent/stratigraphic_column/__init__.py +2 -0
  856. osdu_models/workproductcomponent/stratigraphic_column/v1_0_0.py +57 -0
  857. osdu_models/workproductcomponent/stratigraphic_column/v1_1_0.py +57 -0
  858. osdu_models/workproductcomponent/stratigraphic_column/v1_2_0.py +57 -0
  859. osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/__init__.py +2 -0
  860. osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_0_0.py +89 -0
  861. osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_1_0.py +110 -0
  862. osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_2_0.py +110 -0
  863. osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_3_0.py +110 -0
  864. osdu_models/workproductcomponent/stratigraphic_unit_interpretation/__init__.py +2 -0
  865. osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_0_0.py +340 -0
  866. osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_1_0.py +365 -0
  867. osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_2_0.py +369 -0
  868. osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_3_0.py +418 -0
  869. osdu_models/workproductcomponent/structural_organization_interpretation/__init__.py +2 -0
  870. osdu_models/workproductcomponent/structural_organization_interpretation/v1_0_0.py +280 -0
  871. osdu_models/workproductcomponent/structural_organization_interpretation/v1_1_0.py +305 -0
  872. osdu_models/workproductcomponent/structural_organization_interpretation/v1_2_0.py +309 -0
  873. osdu_models/workproductcomponent/sub_representation/__init__.py +2 -0
  874. osdu_models/workproductcomponent/sub_representation/v1_0_0.py +77 -0
  875. osdu_models/workproductcomponent/sub_representation/v1_1_0.py +77 -0
  876. osdu_models/workproductcomponent/sub_representation/v1_2_0.py +77 -0
  877. osdu_models/workproductcomponent/time_series/__init__.py +2 -0
  878. osdu_models/workproductcomponent/time_series/v1_0_0.py +31 -0
  879. osdu_models/workproductcomponent/time_series/v1_1_0.py +31 -0
  880. osdu_models/workproductcomponent/time_series/v1_2_0.py +31 -0
  881. osdu_models/workproductcomponent/tubular_assembly/__init__.py +2 -0
  882. osdu_models/workproductcomponent/tubular_assembly/v1_0_0.py +178 -0
  883. osdu_models/workproductcomponent/tubular_assembly/v1_1_0.py +183 -0
  884. osdu_models/workproductcomponent/tubular_assembly/v1_2_0.py +216 -0
  885. osdu_models/workproductcomponent/tubular_assembly/v1_3_0.py +216 -0
  886. osdu_models/workproductcomponent/tubular_component/__init__.py +2 -0
  887. osdu_models/workproductcomponent/tubular_component/v1_0_0.py +187 -0
  888. osdu_models/workproductcomponent/tubular_component/v1_1_0.py +187 -0
  889. osdu_models/workproductcomponent/tubular_component/v1_2_0.py +187 -0
  890. osdu_models/workproductcomponent/tubular_component/v1_3_0.py +187 -0
  891. osdu_models/workproductcomponent/tubular_external_component/__init__.py +2 -0
  892. osdu_models/workproductcomponent/tubular_external_component/v1_0_0.py +317 -0
  893. osdu_models/workproductcomponent/tubular_external_component/v1_1_0.py +342 -0
  894. osdu_models/workproductcomponent/tubular_umbilical/__init__.py +2 -0
  895. osdu_models/workproductcomponent/tubular_umbilical/v1_0_0.py +74 -0
  896. osdu_models/workproductcomponent/tubular_umbilical/v1_1_0.py +74 -0
  897. osdu_models/workproductcomponent/tubular_umbilical/v1_2_0.py +74 -0
  898. osdu_models/workproductcomponent/unsealed_surface_framework/__init__.py +2 -0
  899. osdu_models/workproductcomponent/unsealed_surface_framework/v1_0_0.py +330 -0
  900. osdu_models/workproductcomponent/unsealed_surface_framework/v1_1_0.py +350 -0
  901. osdu_models/workproductcomponent/unsealed_surface_framework/v1_2_0.py +375 -0
  902. osdu_models/workproductcomponent/unsealed_surface_framework/v1_3_0.py +375 -0
  903. osdu_models/workproductcomponent/unsealed_surface_framework/v1_3_1.py +375 -0
  904. osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/__init__.py +2 -0
  905. osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/v1_0_0.py +32 -0
  906. osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/v1_1_0.py +32 -0
  907. osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/v1_2_0.py +32 -0
  908. osdu_models/workproductcomponent/unstructured_grid_representation/__init__.py +2 -0
  909. osdu_models/workproductcomponent/unstructured_grid_representation/v1_0_0.py +32 -0
  910. osdu_models/workproductcomponent/unstructured_grid_representation/v1_1_0.py +32 -0
  911. osdu_models/workproductcomponent/unstructured_grid_representation/v1_2_0.py +32 -0
  912. osdu_models/workproductcomponent/velocity_modeling/__init__.py +2 -0
  913. osdu_models/workproductcomponent/velocity_modeling/v1_0_0.py +218 -0
  914. osdu_models/workproductcomponent/velocity_modeling/v1_1_0.py +229 -0
  915. osdu_models/workproductcomponent/velocity_modeling/v1_2_0.py +229 -0
  916. osdu_models/workproductcomponent/velocity_modeling/v1_3_0.py +229 -0
  917. osdu_models/workproductcomponent/velocity_modeling/v1_4_0.py +265 -0
  918. osdu_models/workproductcomponent/voidage_group_interpretation/__init__.py +2 -0
  919. osdu_models/workproductcomponent/voidage_group_interpretation/v1_0_0.py +302 -0
  920. osdu_models/workproductcomponent/voidage_group_interpretation/v1_1_0.py +327 -0
  921. osdu_models/workproductcomponent/voidage_group_interpretation/v1_2_0.py +331 -0
  922. osdu_models/workproductcomponent/well_fluids_report/__init__.py +2 -0
  923. osdu_models/workproductcomponent/well_fluids_report/v2_0_0.py +679 -0
  924. osdu_models/workproductcomponent/well_log/__init__.py +2 -0
  925. osdu_models/workproductcomponent/well_log/v1_0_0.py +231 -0
  926. osdu_models/workproductcomponent/well_log/v1_1_0.py +295 -0
  927. osdu_models/workproductcomponent/well_log/v1_2_0.py +324 -0
  928. osdu_models/workproductcomponent/well_log/v1_3_0.py +342 -0
  929. osdu_models/workproductcomponent/well_log/v1_4_0.py +342 -0
  930. osdu_models/workproductcomponent/well_log/v1_5_0.py +424 -0
  931. osdu_models/workproductcomponent/well_maasp/__init__.py +2 -0
  932. osdu_models/workproductcomponent/well_maasp/v1_0_0.py +70 -0
  933. osdu_models/workproductcomponent/well_operations_report/__init__.py +2 -0
  934. osdu_models/workproductcomponent/well_operations_report/v2_0_0.py +1994 -0
  935. osdu_models/workproductcomponent/well_operations_report/v2_1_0.py +2063 -0
  936. osdu_models/workproductcomponent/well_ops_non_productive_time/__init__.py +2 -0
  937. osdu_models/workproductcomponent/well_ops_non_productive_time/v1_0_0.py +856 -0
  938. osdu_models/workproductcomponent/well_pressure_test_interpretation/__init__.py +2 -0
  939. osdu_models/workproductcomponent/well_pressure_test_interpretation/v1_0_0.py +354 -0
  940. osdu_models/workproductcomponent/well_pressure_test_raw_measurement/__init__.py +2 -0
  941. osdu_models/workproductcomponent/well_pressure_test_raw_measurement/v1_0_0.py +231 -0
  942. osdu_models/workproductcomponent/well_pressure_test_raw_measurement/v1_1_0.py +279 -0
  943. osdu_models/workproductcomponent/wellbore_interval_set/__init__.py +2 -0
  944. osdu_models/workproductcomponent/wellbore_interval_set/v1_0_0.py +222 -0
  945. osdu_models/workproductcomponent/wellbore_interval_set/v1_1_0.py +222 -0
  946. osdu_models/workproductcomponent/wellbore_interval_set/v1_2_0.py +222 -0
  947. osdu_models/workproductcomponent/wellbore_interval_set/v1_3_0.py +229 -0
  948. osdu_models/workproductcomponent/wellbore_interval_set/v1_3_1.py +229 -0
  949. osdu_models/workproductcomponent/wellbore_marker_set/__init__.py +2 -0
  950. osdu_models/workproductcomponent/wellbore_marker_set/v1_0_0.py +102 -0
  951. osdu_models/workproductcomponent/wellbore_marker_set/v1_1_0.py +157 -0
  952. osdu_models/workproductcomponent/wellbore_marker_set/v1_2_0.py +192 -0
  953. osdu_models/workproductcomponent/wellbore_marker_set/v1_2_1.py +195 -0
  954. osdu_models/workproductcomponent/wellbore_marker_set/v1_3_0.py +195 -0
  955. osdu_models/workproductcomponent/wellbore_marker_set/v1_4_0.py +195 -0
  956. osdu_models/workproductcomponent/wellbore_marker_set/v1_5_0.py +209 -0
  957. osdu_models/workproductcomponent/wellbore_marker_set/v1_5_1.py +209 -0
  958. osdu_models/workproductcomponent/wellbore_trajectory/__init__.py +2 -0
  959. osdu_models/workproductcomponent/wellbore_trajectory/v1_0_0.py +136 -0
  960. osdu_models/workproductcomponent/wellbore_trajectory/v1_1_0.py +200 -0
  961. osdu_models/workproductcomponent/wellbore_trajectory/v1_2_0.py +276 -0
  962. osdu_models/workproductcomponent/wellbore_trajectory/v1_3_0.py +282 -0
  963. osdu_models/workproductcomponent/wellbore_trajectory/v1_4_0.py +427 -0
  964. osdu_python_models-0.5.0.dist-info/METADATA +182 -0
  965. osdu_python_models-0.5.0.dist-info/RECORD +968 -0
  966. osdu_python_models-0.5.0.dist-info/WHEEL +5 -0
  967. osdu_python_models-0.5.0.dist-info/licenses/LICENSE +201 -0
  968. osdu_python_models-0.5.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,2030 @@
1
+ # generated by datamodel-codegen:
2
+ # filename: masterdata/operations_report/v1_4_0.json
3
+
4
+ from __future__ import annotations
5
+ from pydantic import BaseModel, ConfigDict, Field, constr
6
+ from typing import Any
7
+ from ...abstract.abstract_contact import v1_1_0
8
+ from ...abstract.abstract_common_resources.v1_0_0 import OsduCommonResources
9
+ from ...abstract.abstract_master.v1_2_0 import AbstractMaster
10
+
11
+
12
+ class BitRecordItem(BaseModel):
13
+ """
14
+ Information on the condition of the Drill Bit as recorded during an operations report
15
+ """
16
+
17
+ model_config = ConfigDict(
18
+ extra='allow',
19
+ )
20
+ NumBit: str = Field(..., title='Identifier')
21
+ """
22
+ Bit number and rerun number e.g. "4.1" for the first rerun of bit 4.
23
+ """
24
+ DiameterBit: float | None = Field(None, title='Bit Diameter')
25
+ """
26
+ Diameter of drilled hole.
27
+ """
28
+ DiameterPassThrough: float | None = Field(None, title='Pass Through Diameter')
29
+ """
30
+ Minimum hole or tubing which bit will pass through (for bi-center bits).
31
+ """
32
+ DiameterPilot: float | None = Field(None, title='Pilot Diameter')
33
+ """
34
+ Diameter of pilot bit (for bi-center bits).
35
+ """
36
+ Manufacturer: str | None = Field(None, title='Manufacturer')
37
+ """
38
+ Manufacturer / supplier of the item.
39
+ """
40
+ TypeBit: (
41
+ constr(pattern=r'^[\w\-\.]+:reference-data\-\-BitType:[\w\-\.\:\%]+:[0-9]*$')
42
+ | None
43
+ ) = Field(None, title='Bit Type')
44
+ """
45
+ Type of bit.
46
+ """
47
+ Cost: float | None = Field(None, title='Cost')
48
+ """
49
+ Bit cost in local currency.
50
+ """
51
+ CostCurrency: str | None = Field(None, title='Cost Currency')
52
+ """
53
+ The name of the local currency
54
+ """
55
+ MfgCode: str | None = Field(None, title='Manufacturer Code')
56
+ """
57
+ The manufacturers code for the bit.
58
+ """
59
+ IADCCode: str | None = Field(None, title='IADC code')
60
+ """
61
+ IADC bit code.
62
+ """
63
+ InitialConditionInner: float | None = Field(None, title='Initial Inner Condition')
64
+ """
65
+ Condition of inner tooth rows (inner 2/3 of bit) (0-8).
66
+ """
67
+ InitialConditionOuter: float | None = Field(None, title='Initial Outer Condition')
68
+ """
69
+ Condition of outer tooth rows (outer 1/3 of bit) (0-8).
70
+ """
71
+ InitialConditionDull: (
72
+ constr(
73
+ pattern=r'^[\w\-\.]+:reference-data\-\-BitDullCode:[\w\-\.\:\%]+:[0-9]*$'
74
+ )
75
+ | None
76
+ ) = Field(None, title='Initial Dull Condition')
77
+ """
78
+ Overall dull condition from IADC bit wear 2 character codes.
79
+ """
80
+ InitialConditionLocation: str | None = Field(
81
+ None, title='Initial Condition Location'
82
+ )
83
+ """
84
+ Row and cone numbers for items which need location information (e.g. Cracked Cone, Lost Cone etc).
85
+ """
86
+ InitialConditionBearing: str | None = Field(None, title='Initial Condition Bearing')
87
+ """
88
+ Condition of bit bearings (integer 0-8 or E, F, N or X)).
89
+ """
90
+ InitialConditionGauge: str | None = Field(None, title='Initial Condition Gauge')
91
+ """
92
+ Condition of bit gauge in 1/16 of an inch. I = in gauge, else number of 16ths out of gauge.
93
+ """
94
+ InitialConditionOther: str | None = Field(None, title='Initial Condition Other')
95
+ """
96
+ Other comments on bit condition from IADC list (BitDullCode in standard list).
97
+ """
98
+ InitialConditionReason: (
99
+ constr(
100
+ pattern=r'^[\w\-\.]+:reference-data\-\-BitReasonPulled:[\w\-\.\:\%]+:[0-9]*$'
101
+ )
102
+ | None
103
+ ) = Field(None, title='Initial Condition Reason')
104
+ """
105
+ Reason bit was pulled from IADC codes.
106
+ """
107
+ FinalConditionInner: float | None = Field(None, title='Final Condition Inner')
108
+ """
109
+ Condition of inner tooth rows (inner 2/3 of bit) (0-8).
110
+ """
111
+ FinalConditionOuter: float | None = Field(None, title='Final Condition Outer')
112
+ """
113
+ Condition of outer tooth rows (outer 1/3 of bit) (0-8).
114
+ """
115
+ FinalConditionDull: (
116
+ constr(
117
+ pattern=r'^[\w\-\.]+:reference-data\-\-BitDullCode:[\w\-\.\:\%]+:[0-9]*$'
118
+ )
119
+ | None
120
+ ) = Field(None, title='Final Condition Dull')
121
+ """
122
+ Overall dull condition from IADC bit wear 2 character codes.
123
+ """
124
+ FinalConditionLocation: str | None = Field(None, title='Final Condition Location')
125
+ """
126
+ Row and cone numbers for items which need location information (e.g. Cracked Cone, Lost Cone etc).
127
+ """
128
+ FinalConditionBearing: str | None = Field(None, title='Final Condition Bearing')
129
+ """
130
+ Condition of bit bearings (integer 0-8 or E, F, N or X).
131
+ """
132
+ FinalConditionGauge: str | None = Field(None, title='Final Condition Gauge')
133
+ """
134
+ Condition of bit gauge in 1/16 of a inch. I = in gauge, else number of 16ths out of gauge.
135
+ """
136
+ FinalConditionOther: str | None = Field(None, title='Final Condition Other')
137
+ """
138
+ Other comments on bit condition from IADC list (BitDullCode in Standard LISTS).
139
+ """
140
+ FinalConditionReason: (
141
+ constr(
142
+ pattern=r'^[\w\-\.]+:reference-data\-\-BitReasonPulled:[\w\-\.\:\%]+:[0-9]*$'
143
+ )
144
+ | None
145
+ ) = Field(None, title='Final Condition Reason')
146
+ """
147
+ Reason bit was pulled from IADC codes.
148
+ """
149
+ DriveType: str | None = Field(None, title='Drive Type')
150
+ """
151
+ Bit drive type (Motor, rotary table etc).
152
+ """
153
+ BitClass: str | None = Field(None, title='Bit Class')
154
+ """
155
+ N = new, U = used.
156
+ """
157
+
158
+
159
+ class ProprietaryActivityCodeItem(BaseModel):
160
+ """
161
+ Definition of an alias
162
+ """
163
+
164
+ model_config = ConfigDict(
165
+ extra='allow',
166
+ )
167
+ Identifier: str = Field(..., title='Identifier')
168
+ """
169
+ Identifier property
170
+ """
171
+ Description: str | None = Field(None, title='Description')
172
+ """
173
+ Description Property
174
+ """
175
+ Authority: str = Field(..., title='Authority')
176
+ """
177
+ Authority property
178
+ """
179
+
180
+
181
+ class DrillActivityItem(BaseModel):
182
+ """
183
+ DEPRECATED: Use data.OperationsReport instead. Information regarding an individual activity that is part of the Drilling Report
184
+ """
185
+
186
+ model_config = ConfigDict(
187
+ extra='allow',
188
+ )
189
+ ActivityID: str | None = Field(None, title='Activity ID')
190
+ """
191
+ DEPRECATED: Use data.OperationsActivity.ActivityID instead. Identifier of the activity
192
+ """
193
+ StartDateTime: str | None = Field(None, title='Start Date Time')
194
+ """
195
+ DEPRECATED: Use data.OperationsActivity.StartDateTime instead. Date and time that activities started.
196
+ """
197
+ EndDateTime: str | None = Field(None, title='End Date Time')
198
+ """
199
+ DEPRECATED: Use data.OperationsActivity.EndDateTime instead. Date and time that activities ended.
200
+ """
201
+ Duration: str | None = Field(None, title='Duration')
202
+ """
203
+ DEPRECATED: Transform the string value to a number and assign it to data.OperationsActivity.ActualDuration (and assign the actual unit in meta[]). The activity duration (commonly in hours).
204
+ """
205
+ MeasuredDepth: float | None = Field(None, title='Measured Depth')
206
+ """
207
+ DEPRECATED: Use data.OperationsActivity.MeasuredDepth instead. The measured depth to the drilling activity/operation.
208
+ """
209
+ TVD: float | None = Field(None, title='TVD')
210
+ """
211
+ DEPRECATED: Use data.OperationsActivity.TVD instead. True vertical depth to the drilling activity/operation.
212
+ """
213
+ Phase: str | None = Field(None, title='Phase')
214
+ """
215
+ DEPRECATED: Use data.OperationsActivity.Phase instead. Phase refers to a large activity classification, e.g., drill surface hole.
216
+ """
217
+ ActivityCodeID: (
218
+ constr(
219
+ pattern=r'^[\w\-\.]+:reference-data\-\-ActivityCode:[\w\-\.\:\%]+:[0-9]*$'
220
+ )
221
+ | None
222
+ ) = Field(None, title='Activity Code')
223
+ """
224
+ DEPRECATED: Use data.OperationsActivity.ActivityCodeID instead. The activity code of the activity
225
+ """
226
+ DetailActivity: str | None = Field(None, title='Detail Activity')
227
+ """
228
+ DEPRECATED: Use data.OperationsActivity.DetailActivity instead. Custom string to further define an activity.
229
+ """
230
+ TypeActivityClassID: (
231
+ constr(
232
+ pattern=r'^[\w\-\.]+:reference-data\-\-DrillingActivityClassType:[\w\-\.\:\%]+:[0-9]*$'
233
+ )
234
+ | None
235
+ ) = Field(None, title='Type Activity Class ID')
236
+ """
237
+ DEPRECATED: Use data.OperationsActivity.TypeActivityClassID instead. Classifier (planned, unplanned, downtime).
238
+ """
239
+ ActivityMDTop: float | None = Field(None, title='Activity MD Top')
240
+ """
241
+ DEPRECATED: Use data.OperationsActivity.ActivityMDTop instead. Measured depth at the top of interval over which the activity was conducted.
242
+ """
243
+ ActivityMDBase: float | None = Field(None, title='Activity MD Base')
244
+ """
245
+ DEPRECATED: Use data.OperationsActivity.ActivityMDBase instead. Measured depth at the base of interval over which the activity was conducted.
246
+ """
247
+ ActivityTVDTop: float | None = Field(None, title='Activity TVD Top')
248
+ """
249
+ DEPRECATED: Use data.OperationsActivity.ActivityTVDTop instead. TVD at the top of interval over which the activity was conducted.
250
+ """
251
+ ActivityTVDBase: float | None = Field(None, title='Activity TVD Base')
252
+ """
253
+ DEPRECATED: Use data.OperationsActivity.ActivityTVDBase instead. TVD at the base of interval over which the activity was conducted.
254
+ """
255
+ BitMDTop: float | None = Field(None, title='Bit MD Top')
256
+ """
257
+ DEPRECATED: Use data.OperationsActivity.BitMDTop instead. Measured depth of the bit at the top of interval over which the activity was conducted.
258
+ """
259
+ BitMDBase: float | None = Field(None, title='Bit MD Base')
260
+ """
261
+ DEPRECATED: Use data.OperationsActivity.BitMDBase instead. Measured depth of the bit at the ase of interval over which the activity was conducted.
262
+ """
263
+ ActivityOutcomeID: (
264
+ constr(
265
+ pattern=r'^[\w\-\.]+:reference-data\-\-ActivityOutcome:[\w\-\.\:\%]+:[0-9]*$'
266
+ )
267
+ | None
268
+ ) = Field(None, title='Activity Outcome')
269
+ """
270
+ DEPRECATED: Use data.OperationsActivity.ActivityOutcomeID instead. OK, Finish, interrupted, failed, etc.
271
+ """
272
+ ActivityOutcomeDetailID: (
273
+ constr(
274
+ pattern=r'^[\w\-\.]+:reference-data\-\-ActivityOutcomeDetail:[\w\-\.\:\%]+:[0-9]*$'
275
+ )
276
+ | None
277
+ ) = Field(None, title='Activity Outcome Detail')
278
+ """
279
+ DEPRECATED: Use data.OperationsActivity.ActivityOutcomeDetailID instead. More detail on the outcome of the activity. For Example Injury, Operation Failed, Kick, Circulation Loss, Mud Loss
280
+ """
281
+ OperatorID: (
282
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
283
+ | None
284
+ ) = Field(None, title='Operator ID')
285
+ """
286
+ DEPRECATED: Use data.OperationsActivity.OperatorID instead. Reference to the Organisation that represents the Operator
287
+ """
288
+ ServiceProviderID: (
289
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
290
+ | None
291
+ ) = Field(None, title='Service Provider ID')
292
+ """
293
+ DEPRECATED: Use data.OperationsActivity.ServiceProviderID instead. Reference to the Organisation that represents the Service Provider
294
+ """
295
+ TubularID: (
296
+ constr(
297
+ pattern=r'^[\w\-\.]+:work-product-component\-\-TubularAssembly:[\w\-\.\:\%]+:[0-9]*$'
298
+ )
299
+ | None
300
+ ) = Field(None, title='Tubular ID')
301
+ """
302
+ DEPRECATED: Use data.OperationsActivity.TubularID instead. A pointer to the tubular object related to this activity. Not the Hole Section that you are operating within.
303
+ """
304
+ IsOptimum: bool | None = Field(None, title='Is Optimum')
305
+ """
306
+ DEPRECATED: Use data.OperationsActivity.IsOptimum instead. Is the activity optimum? Values are "true" (or "1") and "false" (or "0").
307
+ """
308
+ IsProductive: bool | None = Field(None, title='Is Productive')
309
+ """
310
+ DEPRECATED: Use data.OperationsActivity.IsProductive instead. Does activity bring closer to objective? Values are "true" (or "1") and "false" (or "0").
311
+ """
312
+ IsOffline: bool | None = Field(None, title='Is Offline')
313
+ """
314
+ DEPRECATED: Use data.OperationsActivity.IsOffline instead. Is the activity an Offline activity, Values are "true" (or "1") and "false" (or "0").
315
+ """
316
+ ItemState: str | None = Field(None, title='Item State')
317
+ """
318
+ DEPRECATED: Use data.OperationsActivity.ItemState instead. The item state for the data object. (Actual, Planned, Unknown and Modeled)
319
+ """
320
+ Comments: str | None = Field(None, title='Comments')
321
+ """
322
+ DEPRECATED: Use data.OperationsActivity.Comments instead. Comments and remarks.
323
+ """
324
+ ProprietaryActivityCode: list[ProprietaryActivityCodeItem] | None = Field(
325
+ None, title='Proprietary Activity Code'
326
+ )
327
+ """
328
+ DEPRECATED: Use data.OperationsActivity.ProprietaryActivityCode instead. Alternate proprietary activity code. For example contractor specific activity code
329
+ """
330
+ ParentID: str | None = Field(None, title='Parent ID')
331
+ """
332
+ DEPRECATED: Use data.OperationsActivity.ParentID instead. The UID of the parent activity
333
+ """
334
+ PredecessorID: str | None = Field(None, title='Predecessor ID')
335
+ """
336
+ DEPRECATED: Use data.OperationsActivity.PredecessorID instead. The UID of the preceding activity
337
+ """
338
+ PlannedHoleDepthIn: float | None = Field(None, title='Planned Hole Depth In')
339
+ """
340
+ DEPRECATED: Use data.OperationsActivity.PlannedHoleDepthIn instead. The planned hole depth at the start of the activity
341
+ """
342
+ PlannedHoleDepthOut: float | None = Field(None, title='Planned Hole Depth Out')
343
+ """
344
+ DEPRECATED: Use data.OperationsActivity.PlannedHoleDepthOut instead. The planned hole depth at the end of the activity
345
+ """
346
+ PlannedDuration: float | None = Field(None, title='Planned Duration')
347
+ """
348
+ DEPRECATED: Use data.OperationsActivity.PlannedDuration instead. The planned duration for the activity.
349
+ """
350
+ TargetDepth: float | None = Field(None, title='Target Depth')
351
+ """
352
+ DEPRECATED: Use data.OperationsActivity.TargetDepth instead. The target depth of the activity
353
+ """
354
+ OperationalNotes: str | None = Field(None, title='Operational Notes')
355
+ """
356
+ DEPRECATED: Use data.OperationsActivity.OperationalNotes instead. Notes associated with the operation
357
+ """
358
+ AttachmentIDs: (
359
+ list[
360
+ constr(
361
+ pattern=r'^[\w\-\.]+:work-product-component\-\-Document:[\w\-\.\:\%]+:[0-9]*$'
362
+ )
363
+ ]
364
+ | None
365
+ ) = Field(None, title='Attachment IDs')
366
+ """
367
+ DEPRECATED: Use data.OperationsActivity.AttachmentIDs instead. Attachments associated with the activity
368
+ """
369
+ SectionDiameter: float | None = Field(None, title='Section Diameter')
370
+ """
371
+ DEPRECATED: Use data.OperationsActivity.SectionDiameter instead. The Diameter of the section in which the activity took place
372
+ """
373
+ ObjectReference: str | None = Field(None, title='Object Reference')
374
+ """
375
+ DEPRECATED: Use data.OperationsActivity.ObjectReference instead. link to an external object or document. For example Regulatory submission, Tour sheet.
376
+ """
377
+
378
+
379
+ class OperationsActivityItem(BaseModel):
380
+ """
381
+ Information regarding an individual activity that is part of the Operations Report
382
+ """
383
+
384
+ model_config = ConfigDict(
385
+ extra='allow',
386
+ )
387
+ ActivityID: str | None = Field(None, title='Activity ID')
388
+ """
389
+ Identifier of the activity.
390
+ """
391
+ StartDateTime: str | None = Field(None, title='Start Date Time')
392
+ """
393
+ Date and time that activities started.
394
+ """
395
+ EndDateTime: str | None = Field(None, title='End Date Time')
396
+ """
397
+ Date and time that activities ended.
398
+ """
399
+ ActualDuration: float | None = Field(None, title='Actual Duration')
400
+ """
401
+ Actual duration of the activity.
402
+ """
403
+ MeasuredDepth: float | None = Field(None, title='Measured Depth')
404
+ """
405
+ DEPRECATED: The measured depth to the activity/operation. Use ActivityMDBase instead.
406
+ """
407
+ TVD: float | None = Field(None, title='TVD')
408
+ """
409
+ DEPRECATED: True vertical depth to the activity/operation. Use ActivityTVDBase instead.
410
+ """
411
+ Phase: str | None = Field(None, title='Phase')
412
+ """
413
+ Phase refers to a large activity classification, e.g., drill surface hole.
414
+ """
415
+ ActivityCodeID: (
416
+ constr(
417
+ pattern=r'^[\w\-\.]+:reference-data\-\-ActivityCode:[\w\-\.\:\%]+:[0-9]*$'
418
+ )
419
+ | None
420
+ ) = Field(None, title='Activity Code')
421
+ """
422
+ The activity code of the activity
423
+ """
424
+ DetailActivity: str | None = Field(None, title='Detail Activity')
425
+ """
426
+ Custom string to further define an activity.
427
+ """
428
+ TypeActivityClassID: (
429
+ constr(
430
+ pattern=r'^[\w\-\.]+:reference-data\-\-DrillingActivityClassType:[\w\-\.\:\%]+:[0-9]*$'
431
+ )
432
+ | None
433
+ ) = Field(None, title='Type Activity Class ID')
434
+ """
435
+ Classifier (planned, unplanned, downtime).
436
+ """
437
+ ActivityMDTop: float | None = Field(None, title='Activity MD Top')
438
+ """
439
+ Measured depth at the top of interval over which the activity was conducted.
440
+ """
441
+ ActivityMDBase: float | None = Field(None, title='Activity MD Base')
442
+ """
443
+ Measured depth at the base of interval over which the activity was conducted.
444
+ """
445
+ ActivityTVDTop: float | None = Field(None, title='Activity TVD Top')
446
+ """
447
+ TVD at the top of interval over which the activity was conducted.
448
+ """
449
+ ActivityTVDBase: float | None = Field(None, title='Activity TVD Base')
450
+ """
451
+ TVD at the base of interval over which the activity was conducted.
452
+ """
453
+ BitMDTop: float | None = Field(None, title='Bit MD Top')
454
+ """
455
+ Measured depth of the bit at the top of interval over which the activity was conducted.
456
+ """
457
+ BitMDBase: float | None = Field(None, title='Bit MD Base')
458
+ """
459
+ Measured depth of the bit at the ase of interval over which the activity was conducted.
460
+ """
461
+ ActivityOutcomeID: (
462
+ constr(
463
+ pattern=r'^[\w\-\.]+:reference-data\-\-ActivityOutcome:[\w\-\.\:\%]+:[0-9]*$'
464
+ )
465
+ | None
466
+ ) = Field(None, title='Activity Outcome')
467
+ """
468
+ OK, Finish, interrupted, failed, etc.
469
+ """
470
+ ActivityOutcomeDetailID: (
471
+ constr(
472
+ pattern=r'^[\w\-\.]+:reference-data\-\-ActivityOutcomeDetail:[\w\-\.\:\%]+:[0-9]*$'
473
+ )
474
+ | None
475
+ ) = Field(None, title='Activity Outcome Detail')
476
+ """
477
+ More detail on the outcome of the activity. For Example Injury, Operation Failed, Kick, Circulation Loss, Mud Loss
478
+ """
479
+ OperatorID: (
480
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
481
+ | None
482
+ ) = Field(None, title='Operator ID')
483
+ """
484
+ Reference to the Organisation that represents the Operator
485
+ """
486
+ ServiceProviderID: (
487
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
488
+ | None
489
+ ) = Field(None, title='Service Provider ID')
490
+ """
491
+ Reference to the Organisation that represents the Service Provider
492
+ """
493
+ TubularID: (
494
+ constr(
495
+ pattern=r'^[\w\-\.]+:work-product-component\-\-TubularAssembly:[\w\-\.\:\%]+:[0-9]*$'
496
+ )
497
+ | None
498
+ ) = Field(None, title='Tubular ID')
499
+ """
500
+ A pointer to the tubular object related to this activity. Not the Hole Section that you are operating within.
501
+ """
502
+ IsOptimum: bool | None = Field(None, title='Is Optimum')
503
+ """
504
+ Is the activity optimum? Values are "true" (or "1") and "false" (or "0").
505
+ """
506
+ IsProductive: bool | None = Field(None, title='Is Productive')
507
+ """
508
+ Does activity bring closer to objective? Values are "true" (or "1") and "false" (or "0").
509
+ """
510
+ IsOffline: bool | None = Field(None, title='Is Offline')
511
+ """
512
+ Is the activity an Offline activity, Values are "true" (or "1") and "false" (or "0").
513
+ """
514
+ ItemState: str | None = Field(None, title='Item State')
515
+ """
516
+ The item state for the data object. (Actual, Planned, Unknown and Modeled)
517
+ """
518
+ Comments: str | None = Field(None, title='Comments')
519
+ """
520
+ Comments and remarks.
521
+ """
522
+ ProprietaryActivityCode: list[ProprietaryActivityCodeItem] | None = Field(
523
+ None, title='Proprietary Activity Code'
524
+ )
525
+ """
526
+ Alternate proprietary activity code. For example contractor specific activity code
527
+ """
528
+ ParentID: str | None = Field(None, title='Parent ID')
529
+ """
530
+ The UID of the parent activity
531
+ """
532
+ PredecessorID: str | None = Field(None, title='Predecessor ID')
533
+ """
534
+ The UID of the preceding activity
535
+ """
536
+ PlannedHoleDepthIn: float | None = Field(None, title='Planned Hole Depth In')
537
+ """
538
+ The planned hole depth at the start of the activity
539
+ """
540
+ PlannedHoleDepthOut: float | None = Field(None, title='Planned Hole Depth Out')
541
+ """
542
+ The planned hole depth at the end of the activity
543
+ """
544
+ PlannedDuration: float | None = Field(None, title='Planned Duration')
545
+ """
546
+ The planned duration for the activity.
547
+ """
548
+ TargetDepth: float | None = Field(None, title='Target Depth')
549
+ """
550
+ The target depth of the activity
551
+ """
552
+ OperationalNotes: str | None = Field(None, title='Operational Notes')
553
+ """
554
+ Notes associated with the operation
555
+ """
556
+ AttachmentIDs: (
557
+ list[
558
+ constr(
559
+ pattern=r'^[\w\-\.]+:work-product-component\-\-Document:[\w\-\.\:\%]+:[0-9]*$'
560
+ )
561
+ ]
562
+ | None
563
+ ) = Field(None, title='Attachment IDs')
564
+ """
565
+ Attachments associated with the activity
566
+ """
567
+ SectionDiameter: float | None = Field(None, title='Section Diameter')
568
+ """
569
+ The Diameter of the section in which the activity took place
570
+ """
571
+ ObjectReference: str | None = Field(None, title='Object Reference')
572
+ """
573
+ link to an external object or document. For example Regulatory submission, Tour sheet.
574
+ """
575
+ WellboreID: (
576
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-Wellbore:[\w\-\.\:\%]+:[0-9]*$')
577
+ | None
578
+ ) = Field(None, title='Wellbore ID')
579
+ """
580
+ A Reference to the wellbore in which the activities take place.
581
+ """
582
+
583
+
584
+ class WellAlias(BaseModel):
585
+ """
586
+ Local name defined for the Well
587
+ """
588
+
589
+ model_config = ConfigDict(
590
+ extra='allow',
591
+ )
592
+ Identifier: str = Field(..., title='Identifier')
593
+ """
594
+ Identifier property
595
+ """
596
+ Description: str | None = Field(None, title='Description')
597
+ """
598
+ Description Property
599
+ """
600
+ Authority: str = Field(..., title='Authority')
601
+ """
602
+ Authority property
603
+ """
604
+
605
+
606
+ class WellboreAlia(BaseModel):
607
+ """
608
+ Definition of an alias
609
+ """
610
+
611
+ model_config = ConfigDict(
612
+ extra='allow',
613
+ )
614
+ Identifier: str = Field(..., title='Identifier')
615
+ """
616
+ Identifier property
617
+ """
618
+ Description: str | None = Field(None, title='Description')
619
+ """
620
+ Description Property
621
+ """
622
+ Authority: str = Field(..., title='Authority')
623
+ """
624
+ Authority property
625
+ """
626
+
627
+
628
+ class StatusInfoItem(BaseModel):
629
+ """
630
+ Status information related to an Operations Report
631
+ """
632
+
633
+ model_config = ConfigDict(
634
+ extra='allow',
635
+ )
636
+ StatusDateTime: str = Field(..., title='Status Date Time')
637
+ """
638
+ The date and time for which the well status is reported.
639
+ """
640
+ ReportEndMD: float | None = Field(None, title='Report End MD')
641
+ """
642
+ Wellbore measured depth at the end of the report period.
643
+ """
644
+ ReportEndTVD: float | None = Field(None, title='Report End TVD')
645
+ """
646
+ Wellbore true vertical depth at the end of the report.
647
+ """
648
+ PlugTopMD: float | None = Field(None, title='Plug Top MD')
649
+ """
650
+ The measured plug back depth.
651
+ """
652
+ DiameterHole: float | None = Field(None, title='Hole Diameter')
653
+ """
654
+ Hole nominal inside diameter.
655
+ """
656
+ DiameterHoleStartMD: float | None = Field(None, title='Diameter Hole Start MD')
657
+ """
658
+ Measured depth to the start of the current hole diameter.
659
+ """
660
+ DiameterPilot: float | None = Field(None, title='Pilot Diameter')
661
+ """
662
+ Pilot hole nominal inside diameter.
663
+ """
664
+ DiameterPilotPlanMD: float | None = Field(None, title='Pilot Diameter Plan MD')
665
+ """
666
+ The planned measured depth of the pilot hole.
667
+ """
668
+ DiameterPilotPlanTVD: float | None = Field(None, title='Pilot Diameter Plan TVD')
669
+ """
670
+ The planned true vertical depth of the pilot hole.
671
+ """
672
+ TypeWellbore: str | None = Field(None, title='Wellbore Type')
673
+ """
674
+ Type of wellbore.
675
+ """
676
+ KickoffMD: float | None = Field(None, title='Kickoff MD')
677
+ """
678
+ Measured depth to the kickoff point of the wellbore.
679
+ """
680
+ KickoffTVD: float | None = Field(None, title='Kickoff TVD')
681
+ """
682
+ True vertical depth to the kickoff point of the wellbore.
683
+ """
684
+ FormationStrength: float | None = Field(None, title='Formation Strength')
685
+ """
686
+ The measured formation strength. This should be the final measurement before the end of the report period.
687
+ """
688
+ FormationStrengthMD: float | None = Field(None, title='Formation Strength MD')
689
+ """
690
+ The measured depth of the formation strength measurement.
691
+ """
692
+ FormationStrengthTVD: float | None = Field(None, title='Formation Strength TVD')
693
+ """
694
+ The true vertical depth of the formation strength measurement.
695
+ """
696
+ CasingDiameterLast: float | None = Field(None, title='Last Casing Diameter')
697
+ """
698
+ Diameter of the last casing joint.
699
+ """
700
+ CasingMDLast: float | None = Field(None, title='Last Casing MD')
701
+ """
702
+ Measured depth of the last casing joint.
703
+ """
704
+ CasingTVDLast: float | None = Field(None, title='Last Casing TVD')
705
+ """
706
+ True vertical depth of last casing joint.
707
+ """
708
+ PresTestType: str | None = Field(None, title='Pressure Test Type')
709
+ """
710
+ The type of pressure test that was run.
711
+ """
712
+ MdPlanned: float | None = Field(None, title='Planned MD')
713
+ """
714
+ The measured depth planned to be reached.
715
+ """
716
+ DrilledDistance: float | None = Field(None, title='Drilled Distance')
717
+ """
718
+ Distance drilled. This should be measured along the centerline of the wellbore.
719
+ """
720
+ Summary24Hr: str | None = Field(None, title='24Hr Summary')
721
+ """
722
+ A summary of the activities performed and the status of the ongoing activities.
723
+ """
724
+ Forecast24Hr: str | None = Field(None, title='24Hr Forecast')
725
+ """
726
+ A summary of planned activities for the next reporting period.
727
+ """
728
+ RopCurrent: float | None = Field(None, title='Current ROP')
729
+ """
730
+ Rate of penetration at the end of the reporting period.
731
+ """
732
+ Rig: str | None = Field(None, title='Rig')
733
+ """
734
+ A pointer to the rig used.
735
+ """
736
+ ElapsedTimeStart: float | None = Field(None, title='Elapsed Start Time')
737
+ """
738
+ Time from the start of operations (commonly in days).
739
+ """
740
+ ElapsedTimeSpud: float | None = Field(None, title='Elapsed Spud Time')
741
+ """
742
+ Time since the bit broke ground (commonly in days).
743
+ """
744
+ ElapsedTimeLoc: float | None = Field(None, title='Elapsed Time Location')
745
+ """
746
+ Time the rig has been on location (commonly in days).
747
+ """
748
+ ElapsedTimeDrill: float | None = Field(None, title='Elapsed Drilling Time')
749
+ """
750
+ Drilling time.
751
+ """
752
+ RopAverage: float | None = Field(None, title='Average ROP')
753
+ """
754
+ Average rate of penetration.
755
+ """
756
+ Supervisor: str | None = Field(None, title='Supervisor')
757
+ """
758
+ Name of the rig supervisor
759
+ """
760
+ Engineer: str | None = Field(None, title='Engineer')
761
+ """
762
+ Name of the operator's drilling engineer.
763
+ """
764
+ Geologist: str | None = Field(None, title='Geologist')
765
+ """
766
+ Name of operator's wellsite geologist.
767
+ """
768
+ ElapsedTimeDrillRot: float | None = Field(
769
+ None, title='Elapsed Time Rotary Drilling'
770
+ )
771
+ """
772
+ Time spent rotary drilling.
773
+ """
774
+ ElapsedTimeDrillSlid: float | None = Field(
775
+ None, title='Elapsed Time Sliding Drilling'
776
+ )
777
+ """
778
+ Time spent slide drilling from the start of the bit run.
779
+ """
780
+ ElapsedTimeCirc: float | None = Field(None, title='Elapsed Time Circulating')
781
+ """
782
+ Time spent circulating from the start of the bit run.
783
+ """
784
+ ElapsedTimeReam: float | None = Field(None, title='Elapsed Time Reaming')
785
+ """
786
+ Time spent reaming from the start of the bit run.
787
+ """
788
+ ElapsedTimeHold: float | None = Field(None, title='Relapsed Time Holding')
789
+ """
790
+ Time spent with no directional drilling work (commonly in hours).
791
+ """
792
+ ElapsedTimeSteering: float | None = Field(None, title='Elapsed Time Steering')
793
+ """
794
+ Time spent steering the bottomhole assembly (commonly in hours).
795
+ """
796
+ DistDrillRot: float | None = Field(None, title='Drilled Distance Rotating')
797
+ """
798
+ Distance drilled: rotating.
799
+ """
800
+ DistDrillSlid: float | None = Field(None, title='Drilled Distance Sliding')
801
+ """
802
+ Distance drilled: sliding.
803
+ """
804
+ DistReam: float | None = Field(None, title='Drilled Distance Reaming')
805
+ """
806
+ Distance reamed.
807
+ """
808
+ DistHold: float | None = Field(None, title='Drilled Distance Holding Angle')
809
+ """
810
+ Distance covered while holding angle with a steerable drilling assembly.
811
+ """
812
+ DistSteering: float | None = Field(None, title='Drilled Distance Steering')
813
+ """
814
+ Distance covered while actively steering with a steerable drilling assembly.
815
+ """
816
+ NumPOB: int | None = Field(None, title='Number POB')
817
+ """
818
+ Total number of personnel on board the rig.
819
+ """
820
+ NumContract: int | None = Field(None, title='Number of contractors')
821
+ """
822
+ Number of contractor personnel on the rig.
823
+ """
824
+ NumOperator: int | None = Field(None, title='Number of operator personnel')
825
+ """
826
+ Number of operator personnel on the rig.
827
+ """
828
+ NumService: int | None = Field(None, title='Number of Service Personnel')
829
+ """
830
+ Number of service company personnel on the rig.
831
+ """
832
+ NumAFE: str | None = Field(None, title='AFE number')
833
+ """
834
+ Authorization for expenditure (AFE) number that this cost item applies to.
835
+ """
836
+ ConditionHole: str | None = Field(None, title='Hole Condition')
837
+ """
838
+ Description of the hole condition.
839
+ """
840
+ TvdLot: float | None = Field(None, title='LOT TVD')
841
+ """
842
+ True vertical depth of a leak off test point.
843
+ """
844
+ PresLotEmw: float | None = Field(None, title='Pressure LOT EMW')
845
+ """
846
+ Leak off test equivalent mud weight.
847
+ """
848
+ PresKickTol: float | None = Field(None, title='Kick Tolerance Pressure')
849
+ """
850
+ Kick tolerance pressure.
851
+ """
852
+ VolKickTol: float | None = Field(None, title='Kick Tolerance Volume')
853
+ """
854
+ Kick tolerance volume.
855
+ """
856
+ MAASP: float | None = Field(None, title='MAASP')
857
+ """
858
+ Maximum allowable shut-in casing pressure.
859
+ """
860
+ Tubular: str | None = Field(None, title='Tubular')
861
+ """
862
+ A pointer to the tubular (assembly) used in this report period.
863
+ """
864
+ CostDayMud: float | None = Field(None, title='Daily Mud Cost')
865
+ """
866
+ The cost per day of the mud used
867
+ """
868
+
869
+
870
+ class TimedComment(BaseModel):
871
+ """
872
+ Information about a series of drilling activities.
873
+ """
874
+
875
+ model_config = ConfigDict(
876
+ extra='allow',
877
+ )
878
+ Comment: str | None = Field(None, title='Comment')
879
+ """
880
+ A comment that has been recorded at a particular time
881
+ """
882
+ CommentTime: str | None = Field(None, title='Comment Time')
883
+ """
884
+ The time that the comment was made
885
+ """
886
+
887
+
888
+ class WeatherItem(BaseModel):
889
+ """
890
+ Meteorological readings for the defined time period on an operations report
891
+ """
892
+
893
+ model_config = ConfigDict(
894
+ extra='allow',
895
+ )
896
+ Agency: str | None = Field(None, title='Agency')
897
+ """
898
+ Name of company that supplied the weather data.
899
+ """
900
+ PrecipitationAmount: float | None = Field(None, title='Precipitation Amount')
901
+ """
902
+ Amount of precipitation.
903
+ """
904
+ SeaCurrentDirection: float | None = Field(None, title='Sea Current Direction')
905
+ """
906
+ Azimuth of current.
907
+ """
908
+ WaveDirection: float | None = Field(None, title='Wave Direction')
909
+ """
910
+ The direction from which the waves are coming, measured from true north.
911
+ """
912
+ WindDirection: float | None = Field(None, title='Wind Direction')
913
+ """
914
+ The direction from which the wind is blowing, measured from true north.
915
+ """
916
+ BarometricPressure: float | None = Field(None, title='Barometric Pressure')
917
+ """
918
+ Atmospheric pressure.
919
+ """
920
+ BeaufortScaleNumber: float | None = Field(None, title='Beaufort Scale Number')
921
+ """
922
+ The Beaufort wind force scale is a system used to estimate and report wind speeds when no measuring apparatus is available. It was invented in the early 19th century by Admiral Sir Francis Beaufort of the British Navy as a way to interpret winds from conditions. Values range from 0 (calm) to 12 (hurricane force).
923
+ """
924
+ CloudCeiling: float | None = Field(None, title='Cloud Ceiling')
925
+ """
926
+ Height of cloud cover.
927
+ """
928
+ Comments: str | None = Field(None, title='Comments')
929
+ """
930
+ Comments and remarks
931
+ """
932
+ CloudCover: str | None = Field(None, title='Cloud Cover')
933
+ """
934
+ Description of cloud cover.
935
+ """
936
+ CurrentSeaSpeed: float | None = Field(None, title='Current Sea Speed')
937
+ """
938
+ The speed of the ocean current.
939
+ """
940
+ DateTime: str = Field(..., title='Date Time')
941
+ """
942
+ Date and time that weather was observed
943
+ """
944
+ WaveHeightAverage: float | None = Field(None, title='Wave Height Average')
945
+ """
946
+ Average height of the sea waves.
947
+ """
948
+ WaveHeightMax: float | None = Field(None, title='Wave Height Maximum')
949
+ """
950
+ The maximum wave height.
951
+ """
952
+ WavePeriod: str | None = Field(None, title='Wave Period')
953
+ """
954
+ DEPRECATED: The elapsed time between the passing of two wave tops.
955
+ """
956
+ WavePeriodDuration: float | None = Field(None, title='Wave Period')
957
+ """
958
+ The elapsed time between the passing of two wave tops.
959
+ """
960
+ WaveSignificant: float | None = Field(None, title='Wave Significant')
961
+ """
962
+ An average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes).
963
+ """
964
+ SeaTemp: float | None = Field(None, title='Sea Temperature')
965
+ """
966
+ Sea temperature.
967
+ """
968
+ SurfaceTempMin: float | None = Field(None, title='Surface Temperature Minimum')
969
+ """
970
+ Minimum temperature above ground. Temperature of the atmosphere.
971
+ """
972
+ SurfaceTempMax: float | None = Field(None, title='Surface Temperature Maximum')
973
+ """
974
+ Maximum temperature above ground.
975
+ """
976
+ WindChillTemp: float | None = Field(None, title='Wind Chill Temperature')
977
+ """
978
+ A measure of the combined chilling effect of wind and low temperature on living things, also named chill factor, e.g., according to the US weather service table, an air temperature of 30 degF with a 10 mph corresponds to a windchill of 22 degF.
979
+ """
980
+ WeatherType: (
981
+ constr(
982
+ pattern=r'^[\w\-\.]+:reference-data\-\-WeatherType:[\w\-\.\:\%]+:[0-9]*$'
983
+ )
984
+ | None
985
+ ) = Field(None, title='Weather Type')
986
+ """
987
+ Type of weather.
988
+ """
989
+ WindSpeed: float | None = Field(None, title='Wind Speed')
990
+ """
991
+ Wind speed.
992
+ """
993
+ Visibility: float | None = Field(None, title='Horizontal Visibility')
994
+ """
995
+ Horizontal visibility.
996
+ """
997
+
998
+
999
+ class PersonnelItem(BaseModel):
1000
+ """
1001
+ Snapshot of operations personnel broken down by each company on the rig at the time of the report.
1002
+ """
1003
+
1004
+ model_config = ConfigDict(
1005
+ extra='allow',
1006
+ )
1007
+ OrganizationID: constr(
1008
+ pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$'
1009
+ ) = Field(..., title='Organization ID')
1010
+ """
1011
+ A Reference to the organization for which have their headcount measured during this report
1012
+ """
1013
+ HeadCount: float = Field(..., examples=[3], title='Head Count')
1014
+ """
1015
+ Number of persons on board or on location for the selected company/organization. HeadCount should be reported as a non-negative integer.
1016
+ """
1017
+ TotalTime: float | None = Field(None, title='Total Time')
1018
+ """
1019
+ Total time worked by the company (commonly in hours).
1020
+ """
1021
+ OrganizationRole: (
1022
+ constr(
1023
+ pattern=r'^[\w\-\.]+:reference-data\-\-PersonnelOrganisationRole:[\w\-\.\:\%]+:[0-9]*$'
1024
+ )
1025
+ | None
1026
+ ) = Field(
1027
+ None,
1028
+ examples=[
1029
+ 'namespace:reference-data--PersonnelOrganisationRole:rig_contractor:'
1030
+ ],
1031
+ title='Organization Role',
1032
+ )
1033
+ """
1034
+ Role the organization is playing for the service being provided
1035
+ """
1036
+ ServiceType: (
1037
+ constr(
1038
+ pattern=r'^[\w\-\.]+:reference-data\-\-PersonnelServiceType:[\w\-\.\:\%]+:[0-9]*$'
1039
+ )
1040
+ | None
1041
+ ) = Field(
1042
+ None,
1043
+ examples=['namespace:reference-data--PersonnelServiceType:cementing:'],
1044
+ title='Service Type',
1045
+ )
1046
+ """
1047
+ Service provided by the company.
1048
+ """
1049
+ Comments: str | None = Field(None, title='Comments')
1050
+ """
1051
+ Comments and remarks
1052
+ """
1053
+
1054
+
1055
+ class PumpOpItem(BaseModel):
1056
+ """
1057
+ Information related to pump operations on a drilling/operations report
1058
+ """
1059
+
1060
+ model_config = ConfigDict(
1061
+ extra='allow',
1062
+ )
1063
+ DateTime: str = Field(..., title='Date Time')
1064
+ """
1065
+ Date and time when the pump operation occurred
1066
+ """
1067
+ LinerInnerDiameter: float | None = Field(None, title='Liner Inner Diameter')
1068
+ """
1069
+ Liner inside diameter.
1070
+ """
1071
+ StrokeLength: float | None = Field(None, title='Stroke Length')
1072
+ """
1073
+ Pump stroke length.
1074
+ """
1075
+ MeasuredDepthBit: float | None = Field(None, title='Bit Measure Depth')
1076
+ """
1077
+ Along-hole measured depth of the measurement from the drill datum.
1078
+ """
1079
+ PumpEfficiency: float | None = Field(None, title='Pump Efficiency')
1080
+ """
1081
+ Pump efficiency.
1082
+ """
1083
+ PumpPressure: float | None = Field(None, title='Pump Pressure')
1084
+ """
1085
+ Pump pressure recorded.
1086
+ """
1087
+ PumpNumber: str | None = Field(None, title='Pump Number')
1088
+ """
1089
+ The sequence number of the pump (e.g., pump 1)
1090
+ """
1091
+ PumpOutput: float | None = Field(None, title='Pump Output')
1092
+ """
1093
+ Pump output (included for efficiency).
1094
+ """
1095
+ StrokeRate: float | None = Field(None, title='Pump Stroke Rate')
1096
+ """
1097
+ Pump rate (strokes per minute).
1098
+ """
1099
+ OperationType: (
1100
+ constr(pattern=r'^[\w\-\.]+:reference-data\-\-PumpOpType:[\w\-\.\:\%]+:[0-9]*$')
1101
+ | None
1102
+ ) = Field(None, title='Pump Operation Type')
1103
+ """
1104
+ Type of pump operation.
1105
+ """
1106
+ Comments: str | None = Field(None, title='Comments')
1107
+ """
1108
+ Comments and remarks
1109
+ """
1110
+ PumpDisplacement: float | None = Field(None, title='Pump Displacement')
1111
+ """
1112
+ how much fluid is moved by the pump in one cycle
1113
+ """
1114
+ PumpModelName: str | None = Field(None, title='Pump Model Name')
1115
+ """
1116
+ The model name for the pump
1117
+ """
1118
+
1119
+
1120
+ class MudVolumeItem(BaseModel):
1121
+ """
1122
+ Information related to mud volumes for drilling/operations report
1123
+ """
1124
+
1125
+ model_config = ConfigDict(
1126
+ extra='allow',
1127
+ )
1128
+ MudVolumeStart: float | None = Field(None, title='Mud Volume Start')
1129
+ """
1130
+ Volume of mud at start of report interval (including pits and hole).
1131
+ """
1132
+ MudVolumeEnd: float | None = Field(None, title='Mud Volume End')
1133
+ """
1134
+ Volume of mud at the end of the report interval (including pits and hole).
1135
+ """
1136
+ DateTime: str = Field(..., title='Date Time')
1137
+ """
1138
+ Date and time of the mud volume
1139
+ """
1140
+ MudVolumeMeasureDepthTop: float | None = Field(
1141
+ None, title='Mud Volume Measure Depth Top'
1142
+ )
1143
+ """
1144
+ Top measured depth for which the mud volume reading was conducted
1145
+ """
1146
+ MudVolumeMeasureDepthBase: float | None = Field(
1147
+ None, title='Mud Volume Measure Depth Base'
1148
+ )
1149
+ """
1150
+ Bottom measured depth for which the mud volume reading was conducted
1151
+ """
1152
+ MudVolumeTvdTop: float | None = Field(None, title='Mud Volume TVD Top')
1153
+ """
1154
+ Top true vertical depth interval over which the mud volume reading was conducted.
1155
+ """
1156
+ MudVolumeTvdBase: float | None = Field(None, title='Mud Volume TVD Base')
1157
+ """
1158
+ Bottom true vertical depth interval over which the mud volume reading was conducted.
1159
+ """
1160
+ MudVolumeBuilt: str | None = Field(None, title='Mud Volume Built')
1161
+ """
1162
+ DEPRECATED - CHANGED OBJECT TYPE. Volume of mud built.
1163
+ """
1164
+ MudVolumeBuild: float | None = Field(None, title='Mud Volume Built')
1165
+ """
1166
+ Volume of mud built.
1167
+ """
1168
+ MudVolumeCasing: float | None = Field(None, title='Mud Volume Casing')
1169
+ """
1170
+ Volume of mud contained in casing annulus.
1171
+ """
1172
+ MudVolumeDumped: float | None = Field(None, title='Mud Volume Dumped')
1173
+ """
1174
+ Volume of mud dumped.
1175
+ """
1176
+ MudVolumeHole: float | None = Field(None, title='Mud Volume Hole')
1177
+ """
1178
+ Volume of mud contained in the openhole annulus.
1179
+ """
1180
+ MudVolumeReceived: float | None = Field(None, title='Mud Volume Received')
1181
+ """
1182
+ Volume of mud received from mud warehouse.
1183
+ """
1184
+ MudVolumeReturned: float | None = Field(None, title='Mud Volume Returned')
1185
+ """
1186
+ Volume of mud returned to mud warehouse.
1187
+ """
1188
+ MudVolumeRiser: float | None = Field(None, title='Mud Volume Riser')
1189
+ """
1190
+ Volume of mud contained in riser section annulus.
1191
+ """
1192
+ MudVolumeString: float | None = Field(None, title='Mud Volume String')
1193
+ """
1194
+ Volume of mud contained within active string.
1195
+ """
1196
+ TotalMudVolume: float | None = Field(None, title='Total Mud Volume')
1197
+ """
1198
+ Actual total mud volume that was measured
1199
+ """
1200
+ ExpectedMudVolume: float | None = Field(None, title='Expected Mud Volume')
1201
+ """
1202
+ Total mud volume that was expected
1203
+ """
1204
+ Comments: str | None = Field(None, title='Comments')
1205
+ """
1206
+ Comments and remarks
1207
+ """
1208
+
1209
+
1210
+ class InventoryItem(BaseModel):
1211
+ """
1212
+ Quantity of items inventoried during drilling and/or operations
1213
+ """
1214
+
1215
+ model_config = ConfigDict(
1216
+ extra='allow',
1217
+ )
1218
+ CostItem: str | None = Field(None, title='Item Cost')
1219
+ """
1220
+ DEPRECATED: Cost for the product for the report interval.
1221
+ """
1222
+ CostOfItem: float | None = Field(None, title='Item Cost')
1223
+ """
1224
+ Cost for the product for the report interval.
1225
+ """
1226
+ VolumeItem: float | None = Field(None, title='Volume Item')
1227
+ """
1228
+ Item volume per unit.
1229
+ """
1230
+ WeightItem: float | None = Field(None, title='Weight Item')
1231
+ """
1232
+ Item weight per unit.
1233
+ """
1234
+ Name: str | None = Field(None, title='Name')
1235
+ """
1236
+ Name or type of inventory item.
1237
+ """
1238
+ ItemName: float | None = Field(None, title='Item Name')
1239
+ """
1240
+ DEPRECATED: This property is incorrectly defined as a number, please use the Name property instead. Name or type of inventory item.
1241
+ """
1242
+ PricePerUnit: float | None = Field(None, title='Item Price Per Unit')
1243
+ """
1244
+ Price per item unit, assume same currency for all items.
1245
+ """
1246
+ TotalQuantityAdjustment: float | None = Field(
1247
+ None, title='Total Quantity Adjustment'
1248
+ )
1249
+ """
1250
+ Daily quantity adjustment/correction.
1251
+ """
1252
+ TotalQuantityOnLocation: float | None = Field(
1253
+ None, title='Total Quantity on Location'
1254
+ )
1255
+ """
1256
+ Amount of the item remaining on location after all adjustments for the report interval.
1257
+ """
1258
+ TotalQuantityReceived: float | None = Field(None, title='Total Quantity Received')
1259
+ """
1260
+ Quantity received at the site.
1261
+ """
1262
+ TotalQuantityReturned: float | None = Field(None, title='Total Quantity Returned')
1263
+ """
1264
+ Quantity returned to base from site.
1265
+ """
1266
+ TotalQuantityStart: float | None = Field(None, title='Total Quantity Start')
1267
+ """
1268
+ Start quantity for report interval.
1269
+ """
1270
+ TotalQuantityUsed: float | None = Field(None, title='Total Quantity Used')
1271
+ """
1272
+ Quantity used for the report interval.
1273
+ """
1274
+ Comments: str | None = Field(None, title='Comments')
1275
+ """
1276
+ Comments and remarks
1277
+ """
1278
+ ItemDescription: str | None = Field(None, title='Item Description')
1279
+ """
1280
+ Description of the inventory item
1281
+ """
1282
+
1283
+
1284
+ class CostItem(BaseModel):
1285
+ """
1286
+ Cost information captured for a defined time period during operations and/or drilling
1287
+ """
1288
+
1289
+ model_config = ConfigDict(
1290
+ extra='allow',
1291
+ )
1292
+ Comments: str | None = Field(None, title='Comments')
1293
+ """
1294
+ Comments and remarks
1295
+ """
1296
+ TotalCostAmount: float = Field(..., title='Total Cost Amount')
1297
+ """
1298
+ Total cost for the item for this period
1299
+ """
1300
+ CostCurrency: str = Field(..., title='Cost Currency')
1301
+ """
1302
+ Currency used for Cost Amount
1303
+ """
1304
+ CostClass: str | None = Field(None, title='Cost Class Code')
1305
+ """
1306
+ Cost class code.
1307
+ """
1308
+ CostCode: str | None = Field(None, title='Cost Code')
1309
+ """
1310
+ Cost code.
1311
+ """
1312
+ CostGroup: str | None = Field(None, title='Cost Group')
1313
+ """
1314
+ Cost group code.
1315
+ """
1316
+ ItemDescription: str | None = Field(None, title='Item Description')
1317
+ """
1318
+ Description of the cost item.
1319
+ """
1320
+ UnitCost: float | None = Field(None, title='Unit Cost')
1321
+ """
1322
+ Cost per item, assume same currency.
1323
+ """
1324
+ CostSubCode: str | None = Field(None, title='Cost Subcode')
1325
+ """
1326
+ Cost subcode.
1327
+ """
1328
+ IsEstimated: bool | None = Field(None, title='Estimated Flag')
1329
+ """
1330
+ Is this an estimated cost?
1331
+ """
1332
+ IsCarryOver: bool | None = Field(None, title='Carry Over Flag')
1333
+ """
1334
+ Is this item carried from day to day?
1335
+ """
1336
+ IsRental: bool | None = Field(None, title='Rental Flag')
1337
+ """
1338
+ Is this item a rental?
1339
+ """
1340
+ UnitKind: str | None = Field(None, title='Unit Kind')
1341
+ """
1342
+ The kind of cost item specified (e.g., barrel, sack, gallon)
1343
+ """
1344
+ UnitSize: float | None = Field(None, title='Unit Size')
1345
+ """
1346
+ Quantity of the unit kind (e.g., 50)
1347
+ """
1348
+ TagName: str | None = Field(None, title='Item Identification Tag')
1349
+ """
1350
+ An identification tag for the item. A serial number is a type of identification tag; however, some tags contain many pieces of information. This element only identifies the tag and does not describe the contents.
1351
+ """
1352
+ VendorName: str | None = Field(None, title='Item Vendor Name')
1353
+ """
1354
+ Name of the vendor.
1355
+ """
1356
+ AFENumber: str | None = Field(None, title='AFE Number')
1357
+ """
1358
+ AFE number that this cost item applies to.
1359
+ """
1360
+ InvoiceNumber: str | None = Field(None, title='Invoice Number')
1361
+ """
1362
+ Invoice number for cost item; the bill is sent to the operator.
1363
+ """
1364
+ PONumber: str | None = Field(None, title='Purchase Order Number')
1365
+ """
1366
+ Purchase order number provided by the operator.
1367
+ """
1368
+ ItemSerialNumber: str | None = Field(None, title='Item Serial Number')
1369
+ """
1370
+ Serial number.
1371
+ """
1372
+ TicketNumber: str | None = Field(None, title='Ticket Number')
1373
+ """
1374
+ The field ticket number issued by the service company on location.
1375
+ """
1376
+ VendorNumber: str | None = Field(None, title='Vendor Number')
1377
+ """
1378
+ Vendor number.
1379
+ """
1380
+ CostPoolName: str | None = Field(None, title='Cost Pool Name')
1381
+ """
1382
+ Name of pool/reservoir that this cost item can be accounted to.
1383
+ """
1384
+ TotalQuantityItemsUsed: int | None = Field(None, title='Total Quantity Items Used')
1385
+ """
1386
+ Number of cost items used that day, e.g., 1 rig dayrate, 30 joints of casing.
1387
+ """
1388
+ ActivityPhaseID: (
1389
+ constr(
1390
+ pattern=r'^[\w\-\.]+:reference-data\-\-WellActivityPhaseType:[\w\-\.\:\%]+:[0-9]*$'
1391
+ )
1392
+ | None
1393
+ ) = Field(
1394
+ None,
1395
+ examples=['namespace:reference-data--WellActivityPhaseType:LCOMP:'],
1396
+ title='Activity Phase',
1397
+ )
1398
+ """
1399
+ Activity code classification describing higher level steps in the Well Activity
1400
+ """
1401
+ InUse: bool | None = Field(None, title='In Use Flag')
1402
+ """
1403
+ Used to indicate if Equipment or Service in scope for the Cost Item is being used. Can drive different Standby/In Use Rental Rates where applicable.
1404
+ """
1405
+ ProductType: (
1406
+ constr(
1407
+ pattern=r'^[\w\-\.]+:reference-data\-\-WellSiteProductType:[\w\-\.\:\%]+:[0-9]*$'
1408
+ )
1409
+ | None
1410
+ ) = Field(
1411
+ None,
1412
+ examples=['namespace:reference-data--WellSiteProductType:cement:'],
1413
+ title='Product Type',
1414
+ )
1415
+ """
1416
+ High Level cost category qualifier
1417
+ """
1418
+
1419
+
1420
+ class HSEItem(BaseModel):
1421
+ """
1422
+ Health Safety or Environment events that occurred since the last drilling/operation report. Captures data related to HSE events (e.g., tests, inspections, meetings, and drills), test values (e.g., pressure tested to), and/or incidents (e.g., discharges, non-compliance notices received, etc.).
1423
+ """
1424
+
1425
+ model_config = ConfigDict(
1426
+ extra='allow',
1427
+ )
1428
+ Comments: str | None = Field(None, title='Comments')
1429
+ """
1430
+ Comments and remarks
1431
+ """
1432
+ DaysIncidentFree: int | None = Field(None, title='Days Incident Free')
1433
+ """
1434
+ Incident free duration (commonly in days).
1435
+ """
1436
+ VolumeFluidDischarged: float | None = Field(None, title='Volume Fluid Discharged')
1437
+ """
1438
+ Daily whole mud discarded.
1439
+ """
1440
+ LastAbandonDrillDate: str | None = Field(None, title='Last Abandon Drill Date')
1441
+ """
1442
+ Last abandonment drill.
1443
+ """
1444
+ LastBopDrillDate: str | None = Field(None, title='Last BOP Drill Date')
1445
+ """
1446
+ Last blow out preventer drill.
1447
+ """
1448
+ LastBopPressureTestDate: str | None = Field(
1449
+ None, title='Last BOP Pressure Test Date'
1450
+ )
1451
+ """
1452
+ Last blow out preventer pressure test.
1453
+ """
1454
+ LastCasingPressureTestDate: str | None = Field(
1455
+ None, title='Last Casing Pressure Test Date'
1456
+ )
1457
+ """
1458
+ Last casing pressure test date and time.
1459
+ """
1460
+ LastDiverterDrillDate: str | None = Field(None, title='Last Diverter Drill Date')
1461
+ """
1462
+ Last diverter drill.
1463
+ """
1464
+ LastFireBoatDrillDate: str | None = Field(None, title='Last Fire Boat Drill Date')
1465
+ """
1466
+ Last fire or life boat drill.
1467
+ """
1468
+ LastRigInspectionDate: str | None = Field(None, title='Last Rig Inspection Date')
1469
+ """
1470
+ Last rig inspection/check.
1471
+ """
1472
+ LastSafetyInspectionDate: str | None = Field(
1473
+ None, title='Last Safety Inspection Date'
1474
+ )
1475
+ """
1476
+ Last safety inspection.
1477
+ """
1478
+ LastSafetyMeetingDate: str | None = Field(None, title='Last Safety Meeting Date')
1479
+ """
1480
+ Last safety meeting.
1481
+ """
1482
+ LastTripDrillDate: str | None = Field(None, title='Last Trip Drill Date')
1483
+ """
1484
+ Last trip drill.
1485
+ """
1486
+ NextBopPresTestDate: str | None = Field(None, title='Next BOP Pressure Test Date')
1487
+ """
1488
+ Next blow out preventer pressure test.
1489
+ """
1490
+ NonComplianceIssued: bool | None = Field(None, title='Non-Compliance Issued Flag')
1491
+ """
1492
+ Inspection non-compliance notice served?
1493
+ """
1494
+ TotalStopCards: int | None = Field(None, title='Total Stop Cards')
1495
+ """
1496
+ Number of health, safety and environment incidents reported.
1497
+ """
1498
+ PressureAnnular: float | None = Field(None, title='Pressure Annular')
1499
+ """
1500
+ Blow out preventer annular preventer pressure tested to.
1501
+ """
1502
+ PressureChokeLine: float | None = Field(None, title='Pressure Choke Line')
1503
+ """
1504
+ Choke line pressure tested to.
1505
+ """
1506
+ PressureChokeMan: float | None = Field(None, title='Pressure Choke Man')
1507
+ """
1508
+ Choke line manifold pressure tested to.
1509
+ """
1510
+ PressureDiverter: float | None = Field(None, title='Pressure Diverter')
1511
+ """
1512
+ Blow out preventer diverter pressure tested to.
1513
+ """
1514
+ PressureKellyHose: float | None = Field(None, title='Pressure Kelly Hose')
1515
+ """
1516
+ Kelly hose pressure tested to.
1517
+ """
1518
+ PressureLastCasing: float | None = Field(None, title='Pressure Last Casing')
1519
+ """
1520
+ Last casing pressure test pressure.
1521
+ """
1522
+ PressureBOPRam: float | None = Field(None, title='Pressure BOP Ram')
1523
+ """
1524
+ Blow out preventer ram pressure tested to.
1525
+ """
1526
+ PressureStandPipeManifold: float | None = Field(
1527
+ None, title='Pressure Standpipe Manifold'
1528
+ )
1529
+ """
1530
+ Standpipe manifold pressure tested to.
1531
+ """
1532
+ RegulatoryAgencyInspection: bool | None = Field(
1533
+ None, title='Regulatory Agency Inspection Flag'
1534
+ )
1535
+ """
1536
+ Governmental regulatory inspection agency inspection?
1537
+ """
1538
+ VolumeCuttingDischarged: float | None = Field(
1539
+ None, title='Volume Cuttings Discharge'
1540
+ )
1541
+ """
1542
+ Volume of cuttings discharged.
1543
+ """
1544
+ VolumeOilCuttingDischarge: float | None = Field(
1545
+ None, title='Oil Cuttings Discharge'
1546
+ )
1547
+ """
1548
+ Oil on cuttings daily discharge.
1549
+ """
1550
+ VolumeWasteDischarged: float | None = Field(None, title='Volume Waste Discharged')
1551
+ """
1552
+ Volume of sanitary waste discharged.
1553
+ """
1554
+
1555
+
1556
+ class IncidentItem(BaseModel):
1557
+ """
1558
+ Description of incidents that have occurred during the last drilling/operations report
1559
+ """
1560
+
1561
+ model_config = ConfigDict(
1562
+ extra='allow',
1563
+ )
1564
+ Comments: str | None = Field(None, title='Comments')
1565
+ """
1566
+ Comments and remarks
1567
+ """
1568
+ DateTime: str = Field(..., title='Date Time')
1569
+ """
1570
+ Date and time that incident occurred
1571
+ """
1572
+ CauseDescription: str | None = Field(None, title='Cause Description')
1573
+ """
1574
+ Cause description.
1575
+ """
1576
+ CostLossEstimate: float | None = Field(None, title='Cost Loss Estimate')
1577
+ """
1578
+ Gross estimate of the cost incurred due to the incident.
1579
+ """
1580
+ AccidentDescription: str | None = Field(None, title='Accident Description')
1581
+ """
1582
+ Accident description.
1583
+ """
1584
+ LocationDescription: str | None = Field(None, title='Location Description')
1585
+ """
1586
+ Location description.
1587
+ """
1588
+ EstimateHoursLost: float | None = Field(None, title='Estimate Hours Lost')
1589
+ """
1590
+ Number of hours lost due to the incident.
1591
+ """
1592
+ IsNearMiss: bool | None = Field(None, title='Near Miss Flag')
1593
+ """
1594
+ Near miss incident occurrence?
1595
+ """
1596
+ TotalFatality: int | None = Field(None, title='Total Fatalities')
1597
+ """
1598
+ Number of personnel killed due to the incident.
1599
+ """
1600
+ TotalMajorInjury: int | None = Field(None, title='Total Major Injuries')
1601
+ """
1602
+ Number of personnel with major injuries.
1603
+ """
1604
+ TotalMinorInjury: int | None = Field(None, title='Total Minor Injuries')
1605
+ """
1606
+ Number of personnel with minor injuries.
1607
+ """
1608
+ RemedialActionDescription: str | None = Field(
1609
+ None, title='Remedial Action Description'
1610
+ )
1611
+ """
1612
+ Remedial action description.
1613
+ """
1614
+ IncidentReporterName: str | None = Field(None, title='Incident Reporter Name')
1615
+ """
1616
+ Name of the person who prepared the incident report.
1617
+ """
1618
+ OrganisationID: (
1619
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
1620
+ | None
1621
+ ) = Field(None, title='Organisation ID')
1622
+ """
1623
+ A reference to the organisation for which is the company primarily involved in managing the incident.
1624
+ """
1625
+
1626
+
1627
+ class MudLoss(BaseModel):
1628
+ """
1629
+ Mud that has been lost during drilling / operations
1630
+ """
1631
+
1632
+ model_config = ConfigDict(
1633
+ extra='allow',
1634
+ )
1635
+ Comments: str | None = Field(None, title='Comments')
1636
+ """
1637
+ Comments and remarks
1638
+ """
1639
+ DateTime: str = Field(..., title='Date Time')
1640
+ """
1641
+ Date and time that the mud loss occurred
1642
+ """
1643
+ MudLostVolumeMeasureDepthTop: float | None = Field(
1644
+ None, title='Mud Lost Measure Depth Top'
1645
+ )
1646
+ """
1647
+ Top measured depth for which the mud loss reading was occurred
1648
+ """
1649
+ MudLostVolumeMeasureDepthBase: float | None = Field(
1650
+ None, title='Mud Lost Measure Depth Base'
1651
+ )
1652
+ """
1653
+ Bottom measured depth for which the mud loss reading was occurred
1654
+ """
1655
+ MudLostVolumeTvdTop: float | None = Field(None, title='Mud Lost TVD Top')
1656
+ """
1657
+ Top true vertical depth interval over which the mud loss reading was occurred
1658
+ """
1659
+ MudLostVolumeTvdBase: float | None = Field(None, title='Mud Lost TVD Base')
1660
+ """
1661
+ Bottom true vertical depth interval over which the mud loss reading was occurred
1662
+ """
1663
+ MudLostVolumeAbandonDownhole: float | None = Field(
1664
+ None, title='Mud Lost Volume Abandon Downhole'
1665
+ )
1666
+ """
1667
+ Mud volume lost downhole during abandonment.
1668
+ """
1669
+ MudLostVolumeBehindCasingDownhole: float | None = Field(
1670
+ None, title='Mud Lost Volume Behind Casing Downhole'
1671
+ )
1672
+ """
1673
+ Mud volume lost downhole behind casing.
1674
+ """
1675
+ MudLostVolumeCirculatingDownhole: float | None = Field(
1676
+ None, title='Mud Lost Volume Circulating Downhole'
1677
+ )
1678
+ """
1679
+ Mud volume lost downhole while circulating.
1680
+ """
1681
+ MudLostVolumeCementingDownhole: float | None = Field(
1682
+ None, title='Mud Lost Volume Cementing Downhole'
1683
+ )
1684
+ """
1685
+ Mud volume lost downhole while cementing.
1686
+ """
1687
+ MudLostVolumeCasingHole: float | None = Field(
1688
+ None, title='Mud Lost Volume Casing Hole'
1689
+ )
1690
+ """
1691
+ Mud volume lost downhole running casing
1692
+ """
1693
+ MudLostVolumeMudCleanerSurface: float | None = Field(
1694
+ None, title='Mud Lost Volume Cleaner Surface'
1695
+ )
1696
+ """
1697
+ Volume of mud lost in mud cleaning equipment (at surface).
1698
+ """
1699
+ MudLostVolumeOtherLocationDownhole: float | None = Field(
1700
+ None, title='Mud Lost Volume Other Location Downhole'
1701
+ )
1702
+ """
1703
+ Mud volume lost downhole from other location.
1704
+ """
1705
+ MudLostVolumeOtherLocationSurface: float | None = Field(
1706
+ None, title='Mud Lost Volume Other Location Surface'
1707
+ )
1708
+ """
1709
+ Surface volume lost other location.
1710
+ """
1711
+ MudLostVolumePitsSurface: float | None = Field(
1712
+ None, title='Mud Lost Volume Surface'
1713
+ )
1714
+ """
1715
+ Volume of mud lost in pit room (at surface).
1716
+ """
1717
+ MudLostVolumeShakerSurface: float | None = Field(
1718
+ None, title='Mud Lost Volume Shaker Surface'
1719
+ )
1720
+ """
1721
+ Volume of mud lost at shakers (at surface).
1722
+ """
1723
+ MudLostVolumeTrippingSurface: float | None = Field(
1724
+ None, title='Mud Lost Volume Tripping Surface'
1725
+ )
1726
+ """
1727
+ Volume of mud lost while tripping (at surface).
1728
+ """
1729
+ TotalMudLostVolumeDownhole: float | None = Field(
1730
+ None, title='Total Mud Lost Volume Downhole'
1731
+ )
1732
+ """
1733
+ Total volume of mud lost downhole.
1734
+ """
1735
+ TotalMudLostVolumeSurface: float | None = Field(
1736
+ None, title='Total Mud Lost Volume Surface'
1737
+ )
1738
+ """
1739
+ Total volume of mud lost at surface.
1740
+ """
1741
+
1742
+
1743
+ class GasReadingItem(BaseModel):
1744
+ """
1745
+ General information about a gas reading taken during the drill report period
1746
+ """
1747
+
1748
+ model_config = ConfigDict(
1749
+ extra='allow',
1750
+ )
1751
+ DateTime: str = Field(..., title='Datetime')
1752
+ """
1753
+ Date and time of the gas reading.
1754
+ """
1755
+ TotalGasMax: float | None = Field(None, title='Total Gas Max')
1756
+ """
1757
+ The highest gas reading.
1758
+ """
1759
+ TotalGasMin: float | None = Field(None, title='Total Gas Min')
1760
+ """
1761
+ The lowest gas reading.
1762
+ """
1763
+ TotalGasAverage: float | None = Field(None, title='Total Gas Average')
1764
+ """
1765
+ The average gas reading
1766
+ """
1767
+ GasReadingMeasureDepthTop: float | None = Field(
1768
+ None, title='Gas Reading Measure Depth Top'
1769
+ )
1770
+ """
1771
+ Top measured depth for which the gas reading was conducted
1772
+ """
1773
+ GasReadingTvdBase: float | None = Field(None, title='Gas Reading TVD Base')
1774
+ """
1775
+ Bottom true vertical depth interval over which the gas reading was conducted.
1776
+ """
1777
+ Methane: float | None = Field(None, title='Methane')
1778
+ """
1779
+ Methane (C1) concentration
1780
+ """
1781
+ Ethane: float | None = Field(None, title='Ethane')
1782
+ """
1783
+ Ethane (C2) concentration.
1784
+ """
1785
+ Propane: float | None = Field(None, title='Propane')
1786
+ """
1787
+ Propane (C3) concentration.
1788
+ """
1789
+ Isobutane: float | None = Field(None, title='Isobutane')
1790
+ """
1791
+ Iso-butane (iC4) concentration.
1792
+ """
1793
+ Norbutane: float | None = Field(None, title='Norbutane')
1794
+ """
1795
+ Nor-butane (nC4) concentration.
1796
+ """
1797
+ Isopentane: float | None = Field(None, title='Isopentane')
1798
+ """
1799
+ Iso-pentane (iC5) concentration
1800
+ """
1801
+ ReadingType: (
1802
+ constr(
1803
+ pattern=r'^[\w\-\.]+:reference-data\-\-GasReadingType:[\w\-\.\:\%]+:[0-9]*$'
1804
+ )
1805
+ | None
1806
+ ) = Field(
1807
+ None,
1808
+ examples=['namespace:reference-data--GasReadingType:background_gas:'],
1809
+ title='Reading Type',
1810
+ )
1811
+ """
1812
+ Type of gas reading, e.g.circulating, background gas, connection gas, drilling background, gas, drilling gas peak, flow check gas, no readings, other, shut down gas, trip gas, unknown.
1813
+ """
1814
+
1815
+
1816
+ class Data(OsduCommonResources, AbstractMaster):
1817
+ """
1818
+ `data` payload for OperationsReport 1.4.0.
1819
+ """
1820
+
1821
+ model_config = ConfigDict(
1822
+ extra='allow',
1823
+ )
1824
+ StartDateTime: str = Field(..., title='Start Date Time')
1825
+ """
1826
+ Date and time that the reporting period started. A report period is commonly 24 hours.
1827
+ """
1828
+ EndDateTime: str = Field(..., title='End Date Time')
1829
+ """
1830
+ Date and time that the reporting period ended. A report period is commonly 24 hours.
1831
+ """
1832
+ BitRecord: list[BitRecordItem] | None = Field(None, title='Bit Record')
1833
+ """
1834
+ Information about a bit.
1835
+ """
1836
+ DrillActivity: list[DrillActivityItem] | None = Field(None, title='Drill Activity')
1837
+ """
1838
+ DEPRECATED: An Array of sequential operation activities descriptions performed during this reporting period. Potentially includes critical path and offline activities.
1839
+ """
1840
+ OperationsActivity: list[OperationsActivityItem] | None = Field(
1841
+ None, title='Operations Activity'
1842
+ )
1843
+ """
1844
+ An array of sequential operation activities descriptions performed during this reporting period. Potentially includes critical path and offline activities.
1845
+ """
1846
+ WellboreID: constr(
1847
+ pattern=r'^[\w\-\.]+:master-data\-\-Wellbore:[\w\-\.\:\%]+:[0-9]*$'
1848
+ ) = Field(..., title='Wellbore ID')
1849
+ """
1850
+ A link to the wellbore that was active at the end of this report period.
1851
+ """
1852
+ WellAlias_1: WellAlias | None = Field(None, alias='WellAlias', title='Well Alias')
1853
+ """
1854
+ Local name defined for the Well
1855
+ """
1856
+ WellboreAlias: list[WellboreAlia] | None = Field(None, title='Wellbore Alias')
1857
+ """
1858
+ Local name defined for the wellbore
1859
+ """
1860
+ StatusInfo: list[StatusInfoItem] | None = Field(None, title='Status Info')
1861
+ """
1862
+ Information regarding the status of the wellbore during this reporting period
1863
+ """
1864
+ FluidsIDs: (
1865
+ list[
1866
+ constr(
1867
+ pattern=r'^[\w\-\.]+:master-data\-\-FluidsReport:[\w\-\.\:\%]+:[0-9]*$'
1868
+ )
1869
+ ]
1870
+ | None
1871
+ ) = Field(None, title='Fluid IDs')
1872
+ """
1873
+ References to the Fluids Reports generated during this reporting period.
1874
+ """
1875
+ PorePressure: (
1876
+ list[
1877
+ constr(
1878
+ pattern=r'^[\w\-\.]+:work-product-component\-\-PPFGDataset:[\w\-\.\:\%]+:[0-9]*$'
1879
+ )
1880
+ ]
1881
+ | None
1882
+ ) = Field(None, title='Pore Pressure')
1883
+ """
1884
+ A reference to the PPFG information for this reporting period
1885
+ """
1886
+ TimedComments: list[TimedComment] | None = Field(None, title='TimedComments')
1887
+ """
1888
+ A series of time stamped comments which comprise part of this operations report.
1889
+ """
1890
+ CustomerId: (
1891
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
1892
+ | None
1893
+ ) = Field(None, title='Customer ID')
1894
+ """
1895
+ DEPRECATED: Reference to the Organisation that represents the Customer. With 1.1.0 or higher, please obtain the Organisation's data.Name and set it as data.Customer value in the Well Activity record (via data.WellActivityID).
1896
+ """
1897
+ StewardingCompanyID: (
1898
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
1899
+ | None
1900
+ ) = Field(None, title='Stewarding Company ID')
1901
+ """
1902
+ DEPRECATED: Reference to the Organisation that represents the StewardingCompany. With 1.1.0 or higher, please obtain the Organisation's data.Name and set it as data.StewardingCompany value in the Well Activity record.
1903
+ """
1904
+ StewardingCompanyTeamID: (
1905
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
1906
+ | None
1907
+ ) = Field(None, title='Stewarding Company Team ID')
1908
+ """
1909
+ DEPRECATED: Reference to the Organisation that represents the StewardingCompanyTeam. With 1.1.0 or higher, please obtain the Organisation's data.Name and set it as data.StewardingCompanyTeam value in the Well Activity record.
1910
+ """
1911
+ Weather: list[WeatherItem] | None = Field(None, title='Weather')
1912
+ """
1913
+ Meteorological readings for the defined time period on an operations report
1914
+ """
1915
+ Personnel: list[PersonnelItem] | None = Field(None, title='Personnel')
1916
+ """
1917
+ Snapshot of operations personnel broken down by each company on the rig at the time of the report.
1918
+ """
1919
+ PumpOp: list[PumpOpItem] | None = Field(None, title='Pump Operations')
1920
+ """
1921
+ Information related to pump operations on a drilling/operations report
1922
+ """
1923
+ MudVolume: list[MudVolumeItem] | None = Field(None, title='Mud Volume')
1924
+ """
1925
+ Information related to mud volumes for drilling/operations report
1926
+ """
1927
+ Inventory: list[InventoryItem] | None = Field(None, title='Inventory')
1928
+ """
1929
+ Quantity of items inventoried during drilling and/or operations
1930
+ """
1931
+ Cost: list[CostItem] | None = Field(None, title='Cost')
1932
+ """
1933
+ Cost information captured for a defined time period during operations and/or drilling
1934
+ """
1935
+ HSE: list[HSEItem] | None = Field(None, title='HSE')
1936
+ """
1937
+ Health Safety or Environment events that occurred since the last drilling/operation report. Captures data related to HSE events (e.g., tests, inspections, meetings, and drills), test values (e.g., pressure tested to), and/or incidents (e.g., discharges, non-compliance notices received, etc.).
1938
+ """
1939
+ Incident: list[IncidentItem] | None = Field(None, title='Incident')
1940
+ """
1941
+ Description of incidents that have occurred during the last drilling/operations report
1942
+ """
1943
+ MudLosses: list[MudLoss] | None = Field(None, title='Mud Losses')
1944
+ """
1945
+ Mud that has been lost during drilling / operations
1946
+ """
1947
+ JobContact: list[v1_1_0.AbstractContact] | None = Field(None, title='JobContact')
1948
+ """
1949
+ Operator personnel contact information on an operations report
1950
+ """
1951
+ GasReading: list[GasReadingItem] | None = Field(None, title='GasReading')
1952
+ """
1953
+ General information about a gas reading taken during the drill report period
1954
+ """
1955
+ ConditionHole: str | None = Field(None, title='Hole Condition')
1956
+ """
1957
+ Hole condition description.
1958
+ """
1959
+ CostDay: float | None = Field(None, title='Daily Cost')
1960
+ """
1961
+ Daily cost.
1962
+ """
1963
+ CostDayMud: float | None = Field(None, title='Daily Mud Cost')
1964
+ """
1965
+ Daily mud cost.
1966
+ """
1967
+ Forecast24Hr: str | None = Field(None, title='Next 24hr Activity Forecast')
1968
+ """
1969
+ DEPRECATED: Forecast of activities for the next 24 hrs. This is a redundant property given the data.StatusInfo[].Forecast24Hr. Consolidate in StatusInfo.
1970
+ """
1971
+ Lithology: str | None = Field(None, title='Lithology Description')
1972
+ """
1973
+ Description of the lithology for the interval.
1974
+ """
1975
+ Customer: str | None = Field(None, title='Customer')
1976
+ """
1977
+ DEPRECATED: Individual, company, or corporate division that work is being executed on behalf of. With 1.1.0 or higher, please move this value to the associated Well Activity record (data.WellActivityID), i.e. data.Customer.
1978
+ """
1979
+ StewardingCompany: str | None = Field(None, title='Stewarding Company')
1980
+ """
1981
+ DEPRECATED: Company or corporate division that is responsible for executing the work. With 1.1.0 or higher, please move this value to the associated Well Activity record (data.WellActivityID), i.e. data.StewardingCompany.
1982
+ """
1983
+ StewardingCompanyTeam: str | None = Field(None, title='Stewarding Company Team')
1984
+ """
1985
+ DEPRECATED: Team within a company or corporate division that is responsible for executing the work. With 1.1.0 or higher, please move this value to the associated Well Activity record (data.WellActivityID), i.e. data.StewardingCompanyTeam.
1986
+ """
1987
+ TotalCost: float | None = Field(None, title='Total Cost')
1988
+ """
1989
+ Cumulative cost for the job through the end of current report
1990
+ """
1991
+ TargetCost: float | None = Field(None, title='Target Cost')
1992
+ """
1993
+ Authorized cost for the total job
1994
+ """
1995
+ TargetDays: float | None = Field(None, title='Target Days')
1996
+ """
1997
+ Planned days for the total job
1998
+ """
1999
+ TotalDays: float | None = Field(None, title='Total Days')
2000
+ """
2001
+ Cumulative days for the job through the end of the current report
2002
+ """
2003
+ TotalNPT: float | None = Field(None, title='Total Non-Productive Time')
2004
+ """
2005
+ Total days of non-productive time through the end of the current report
2006
+ """
2007
+ Name: str | None = Field(None, title='Name')
2008
+ """
2009
+ Name of Operations Report
2010
+ """
2011
+ WellActivityID: (
2012
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-WellActivity:[\w\-\.\:\%]+:[0-9]*$')
2013
+ | None
2014
+ ) = Field(None, title='Well Activity')
2015
+ """
2016
+ A link to the well activity to which this report is associated.
2017
+ """
2018
+ ReportNumber: str | None = Field(None, title='Report Number')
2019
+ """
2020
+ Sequential number assigned to report header.
2021
+ """
2022
+ ReportDescription: str | None = Field(None, title='Report Description')
2023
+ """
2024
+ Report description
2025
+ """
2026
+ ReportRemarks: str | None = Field(None, title='Report Remarks')
2027
+ """
2028
+ Report remarks
2029
+ """
2030
+ ExtensionProperties: dict[str, Any] | None = None