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,1539 @@
1
+ # generated by datamodel-codegen:
2
+ # filename: masterdata/bharun/v2_1_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_facility_vertical_measurement import v1_0_0
8
+ from ...abstract.abstract_common_resources.v1_0_0 import OsduCommonResources
9
+ from ...abstract.abstract_master.v1_2_0 import AbstractMaster
10
+ from ...abstract.abstract_project.v1_0_0 import AbstractProject
11
+
12
+
13
+ class FluidsProgramReference(BaseModel):
14
+ """
15
+ Used to reference the FluidsProgram object containing a list of fluid intervals for the Wellbore.
16
+ """
17
+
18
+ model_config = ConfigDict(
19
+ extra='allow',
20
+ )
21
+ FluidsProgramID: (
22
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-FluidsProgram:[\w\-\.\:\%]+:[0-9]*$')
23
+ | None
24
+ ) = Field(
25
+ None,
26
+ examples=['namespace:master-data--FluidsProgram:123456:'],
27
+ title='Fluids Program ID',
28
+ )
29
+ """
30
+ An optional relationship to a FluidsProgram object containing the Fluid Intervals. This is required to support the reference to specific FluidIntervals.
31
+ """
32
+ FluidIntervalIdentifiers: list[str] | None = Field(
33
+ None,
34
+ examples=[['surface-section', 'intermediate-section']],
35
+ title='Fluid Interval Identifiers',
36
+ )
37
+ """
38
+ A set of reference to the Fluid intervals used durning this run. This optional relationship requires that the FluidsProgram object is referenced AND that the FluidsIntervals contained within the FluidsProgram have their FluidIntervalIdentifier populated. (See the FluidsProgram schema for more information on FluidIntervalIdentifiers ).
39
+ """
40
+
41
+
42
+ class PointsSource(BaseModel):
43
+ """
44
+ The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run
45
+ """
46
+
47
+ model_config = ConfigDict(
48
+ extra='allow',
49
+ )
50
+ Name: str | None = Field(None, title='Name')
51
+ """
52
+ The name of the Source Indicator Type. For example Manual Input
53
+ """
54
+ Value: float | None = Field(None, title='Value')
55
+ """
56
+ The value at that point.
57
+ """
58
+ ValueUnitID: (
59
+ constr(
60
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
61
+ )
62
+ | None
63
+ ) = Field(None, title='Value Unit I D')
64
+ """
65
+ Unit of measure of the Value value
66
+ """
67
+ Description: str | None = Field(None, title='Description')
68
+ """
69
+ Description associated with the source indicator type.
70
+ """
71
+
72
+
73
+ class MaximumParameterItem(BaseModel):
74
+ """
75
+ The definition of the point
76
+ """
77
+
78
+ model_config = ConfigDict(
79
+ extra='allow',
80
+ )
81
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
82
+ """
83
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
84
+ """
85
+ Value: float | None = Field(None, title='Value')
86
+ """
87
+ The value observed at the measured depth
88
+ """
89
+ ValueUnitID: (
90
+ constr(
91
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
92
+ )
93
+ | None
94
+ ) = Field(None, title='Value Unit ID')
95
+ """
96
+ Unit of measure of the Value value
97
+ """
98
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
99
+ """
100
+ The source indicator associated with this point.
101
+ """
102
+
103
+
104
+ class MinimumParameterItem(BaseModel):
105
+ """
106
+ The definition of the point
107
+ """
108
+
109
+ model_config = ConfigDict(
110
+ extra='allow',
111
+ )
112
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
113
+ """
114
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
115
+ """
116
+ Value: float | None = Field(None, title='Value')
117
+ """
118
+ The value observed at the measured depth
119
+ """
120
+ ValueUnitID: (
121
+ constr(
122
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
123
+ )
124
+ | None
125
+ ) = Field(None, title='Value Unit ID')
126
+ """
127
+ Unit of measure of the Value value
128
+ """
129
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
130
+ """
131
+ The source indicator associated with this point.
132
+ """
133
+
134
+
135
+ class RecommendedParameterItem(BaseModel):
136
+ """
137
+ The definition of the point
138
+ """
139
+
140
+ model_config = ConfigDict(
141
+ extra='allow',
142
+ )
143
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
144
+ """
145
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
146
+ """
147
+ Value: float | None = Field(None, title='Value')
148
+ """
149
+ The value observed at the measured depth
150
+ """
151
+ ValueUnitID: (
152
+ constr(
153
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
154
+ )
155
+ | None
156
+ ) = Field(None, title='Value Unit ID')
157
+ """
158
+ Unit of measure of the Value value
159
+ """
160
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
161
+ """
162
+ The source indicator associated with this point.
163
+ """
164
+
165
+
166
+ class TorqueOnBottomGroup(BaseModel):
167
+ """
168
+ A group of parameters that refer to Torque on Bottom
169
+ """
170
+
171
+ model_config = ConfigDict(
172
+ extra='allow',
173
+ )
174
+ MaximumParameter: list[MaximumParameterItem] | None = Field(
175
+ None, title='Maximum Parameter'
176
+ )
177
+ """
178
+ The planned maximum value for the considered parameter
179
+ """
180
+ MinimumParameter: list[MinimumParameterItem] | None = Field(
181
+ None, title='Minimum Parameter'
182
+ )
183
+ """
184
+ The planned minimum value for the considered parameter
185
+ """
186
+ RecommendedParameter: list[RecommendedParameterItem] | None = Field(
187
+ None, title='Recommended Parameter'
188
+ )
189
+ """
190
+ The planned recommended value for the considered parameter
191
+ """
192
+
193
+
194
+ class MaximumParameterItem8(BaseModel):
195
+ """
196
+ The definition of the point
197
+ """
198
+
199
+ model_config = ConfigDict(
200
+ extra='allow',
201
+ )
202
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
203
+ """
204
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
205
+ """
206
+ Value: float | None = Field(None, title='Value')
207
+ """
208
+ The value observed at the measured depth
209
+ """
210
+ ValueUnitID: (
211
+ constr(
212
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
213
+ )
214
+ | None
215
+ ) = Field(None, title='Value Unit ID')
216
+ """
217
+ Unit of measure of the Value value
218
+ """
219
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
220
+ """
221
+ The source indicator associated with this point.
222
+ """
223
+
224
+
225
+ class MinimumParameterItem8(BaseModel):
226
+ """
227
+ The definition of the point
228
+ """
229
+
230
+ model_config = ConfigDict(
231
+ extra='allow',
232
+ )
233
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
234
+ """
235
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
236
+ """
237
+ Value: float | None = Field(None, title='Value')
238
+ """
239
+ The value observed at the measured depth
240
+ """
241
+ ValueUnitID: (
242
+ constr(
243
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
244
+ )
245
+ | None
246
+ ) = Field(None, title='Value Unit ID')
247
+ """
248
+ Unit of measure of the Value value
249
+ """
250
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
251
+ """
252
+ The source indicator associated with this point.
253
+ """
254
+
255
+
256
+ class RecommendedParameterItem8(BaseModel):
257
+ """
258
+ The definition of the point
259
+ """
260
+
261
+ model_config = ConfigDict(
262
+ extra='allow',
263
+ )
264
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
265
+ """
266
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
267
+ """
268
+ Value: float | None = Field(None, title='Value')
269
+ """
270
+ The value observed at the measured depth
271
+ """
272
+ ValueUnitID: (
273
+ constr(
274
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
275
+ )
276
+ | None
277
+ ) = Field(None, title='Value Unit ID')
278
+ """
279
+ Unit of measure of the Value value
280
+ """
281
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
282
+ """
283
+ The source indicator associated with this point.
284
+ """
285
+
286
+
287
+ class SurfaceRPMGroup(BaseModel):
288
+ """
289
+ The planned surface rotary speed values for the BHA run.
290
+ """
291
+
292
+ model_config = ConfigDict(
293
+ extra='allow',
294
+ )
295
+ MaximumParameter: list[MaximumParameterItem8] | None = Field(
296
+ None, title='Maximum Parameter'
297
+ )
298
+ """
299
+ The planned maximum value for the considered parameter
300
+ """
301
+ MinimumParameter: list[MinimumParameterItem8] | None = Field(
302
+ None, title='Minimum Parameter'
303
+ )
304
+ """
305
+ The planned minimum value for the considered parameter
306
+ """
307
+ RecommendedParameter: list[RecommendedParameterItem8] | None = Field(
308
+ None, title='Recommended Parameter'
309
+ )
310
+ """
311
+ The planned recommended value for the considered parameter
312
+ """
313
+
314
+
315
+ class MaximumParameterItem9(BaseModel):
316
+ """
317
+ The definition of the point
318
+ """
319
+
320
+ model_config = ConfigDict(
321
+ extra='allow',
322
+ )
323
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
324
+ """
325
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
326
+ """
327
+ Value: float | None = Field(None, title='Value')
328
+ """
329
+ The value observed at the measured depth
330
+ """
331
+ ValueUnitID: (
332
+ constr(
333
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
334
+ )
335
+ | None
336
+ ) = Field(None, title='Value Unit ID')
337
+ """
338
+ Unit of measure of the Value value
339
+ """
340
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
341
+ """
342
+ The source indicator associated with this point.
343
+ """
344
+
345
+
346
+ class MinimumParameterItem9(BaseModel):
347
+ """
348
+ The definition of the point
349
+ """
350
+
351
+ model_config = ConfigDict(
352
+ extra='allow',
353
+ )
354
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
355
+ """
356
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
357
+ """
358
+ Value: float | None = Field(None, title='Value')
359
+ """
360
+ The value observed at the measured depth
361
+ """
362
+ ValueUnitID: (
363
+ constr(
364
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
365
+ )
366
+ | None
367
+ ) = Field(None, title='Value Unit ID')
368
+ """
369
+ Unit of measure of the Value value
370
+ """
371
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
372
+ """
373
+ The source indicator associated with this point.
374
+ """
375
+
376
+
377
+ class RecommendedParameterItem9(BaseModel):
378
+ """
379
+ The definition of the point
380
+ """
381
+
382
+ model_config = ConfigDict(
383
+ extra='allow',
384
+ )
385
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
386
+ """
387
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
388
+ """
389
+ Value: float | None = Field(None, title='Value')
390
+ """
391
+ The value observed at the measured depth
392
+ """
393
+ ValueUnitID: (
394
+ constr(
395
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
396
+ )
397
+ | None
398
+ ) = Field(None, title='Value Unit ID')
399
+ """
400
+ Unit of measure of the Value value
401
+ """
402
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
403
+ """
404
+ The source indicator associated with this point.
405
+ """
406
+
407
+
408
+ class DownHoleRPMGroup(BaseModel):
409
+ """
410
+ The planned downhole rotary speed values for the BHA run.
411
+ """
412
+
413
+ model_config = ConfigDict(
414
+ extra='allow',
415
+ )
416
+ MaximumParameter: list[MaximumParameterItem9] | None = Field(
417
+ None, title='Maximum Parameter'
418
+ )
419
+ """
420
+ The planned maximum value for the considered parameter
421
+ """
422
+ MinimumParameter: list[MinimumParameterItem9] | None = Field(
423
+ None, title='Minimum Parameter'
424
+ )
425
+ """
426
+ The planned minimum value for the considered parameter
427
+ """
428
+ RecommendedParameter: list[RecommendedParameterItem9] | None = Field(
429
+ None, title='Recommended Parameter'
430
+ )
431
+ """
432
+ The planned recommended value for the considered parameter
433
+ """
434
+
435
+
436
+ class RPMGroup(BaseModel):
437
+ """
438
+ A group of parameters that refer to RPM (rotations per minute)
439
+ """
440
+
441
+ model_config = ConfigDict(
442
+ extra='allow',
443
+ )
444
+ SurfaceRPMGroup_1: SurfaceRPMGroup | None = Field(
445
+ None, alias='SurfaceRPMGroup', title='Surface RPM Group'
446
+ )
447
+ """
448
+ The planned surface rotary speed values for the BHA run.
449
+ """
450
+ DownHoleRPMGroup_1: DownHoleRPMGroup | None = Field(
451
+ None, alias='DownHoleRPMGroup', title='DownHole RPM Group'
452
+ )
453
+ """
454
+ The planned downhole rotary speed values for the BHA run.
455
+ """
456
+
457
+
458
+ class MaximumParameterItem10(BaseModel):
459
+ """
460
+ The definition of the point
461
+ """
462
+
463
+ model_config = ConfigDict(
464
+ extra='allow',
465
+ )
466
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
467
+ """
468
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
469
+ """
470
+ Value: float | None = Field(None, title='Value')
471
+ """
472
+ The value observed at the measured depth
473
+ """
474
+ ValueUnitID: (
475
+ constr(
476
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
477
+ )
478
+ | None
479
+ ) = Field(None, title='Value Unit ID')
480
+ """
481
+ Unit of measure of the Value value
482
+ """
483
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
484
+ """
485
+ The source indicator associated with this point.
486
+ """
487
+
488
+
489
+ class MinimumParameterItem10(BaseModel):
490
+ """
491
+ The definition of the point
492
+ """
493
+
494
+ model_config = ConfigDict(
495
+ extra='allow',
496
+ )
497
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
498
+ """
499
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
500
+ """
501
+ Value: float | None = Field(None, title='Value')
502
+ """
503
+ The value observed at the measured depth
504
+ """
505
+ ValueUnitID: (
506
+ constr(
507
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
508
+ )
509
+ | None
510
+ ) = Field(None, title='Value Unit ID')
511
+ """
512
+ Unit of measure of the Value value
513
+ """
514
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
515
+ """
516
+ The source indicator associated with this point.
517
+ """
518
+
519
+
520
+ class RecommendedParameterItem10(BaseModel):
521
+ """
522
+ The definition of the point
523
+ """
524
+
525
+ model_config = ConfigDict(
526
+ extra='allow',
527
+ )
528
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
529
+ """
530
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
531
+ """
532
+ Value: float | None = Field(None, title='Value')
533
+ """
534
+ The value observed at the measured depth
535
+ """
536
+ ValueUnitID: (
537
+ constr(
538
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
539
+ )
540
+ | None
541
+ ) = Field(None, title='Value Unit ID')
542
+ """
543
+ Unit of measure of the Value value
544
+ """
545
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
546
+ """
547
+ The source indicator associated with this point.
548
+ """
549
+
550
+
551
+ class ROPGroup(BaseModel):
552
+ """
553
+ A group of parameters that refer to ROP (rate of penetration)
554
+ """
555
+
556
+ model_config = ConfigDict(
557
+ extra='allow',
558
+ )
559
+ MaximumParameter: list[MaximumParameterItem10] | None = Field(
560
+ None, title='Maximum Parameter'
561
+ )
562
+ """
563
+ The planned maximum value for the considered parameter
564
+ """
565
+ MinimumParameter: list[MinimumParameterItem10] | None = Field(
566
+ None, title='Minimum Parameter'
567
+ )
568
+ """
569
+ The planned minimum value for the considered parameter
570
+ """
571
+ RecommendedParameter: list[RecommendedParameterItem10] | None = Field(
572
+ None, title='Recommended Parameter'
573
+ )
574
+ """
575
+ The planned recommended value for the considered parameter
576
+ """
577
+
578
+
579
+ class MaximumParameterItem11(BaseModel):
580
+ """
581
+ The definition of the point
582
+ """
583
+
584
+ model_config = ConfigDict(
585
+ extra='allow',
586
+ )
587
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
588
+ """
589
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
590
+ """
591
+ Value: float | None = Field(None, title='Value')
592
+ """
593
+ The value observed at the measured depth
594
+ """
595
+ ValueUnitID: (
596
+ constr(
597
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
598
+ )
599
+ | None
600
+ ) = Field(None, title='Value Unit ID')
601
+ """
602
+ Unit of measure of the Value value
603
+ """
604
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
605
+ """
606
+ The source indicator associated with this point.
607
+ """
608
+
609
+
610
+ class MinimumParameterItem11(BaseModel):
611
+ """
612
+ The definition of the point
613
+ """
614
+
615
+ model_config = ConfigDict(
616
+ extra='allow',
617
+ )
618
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
619
+ """
620
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
621
+ """
622
+ Value: float | None = Field(None, title='Value')
623
+ """
624
+ The value observed at the measured depth
625
+ """
626
+ ValueUnitID: (
627
+ constr(
628
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
629
+ )
630
+ | None
631
+ ) = Field(None, title='Value Unit ID')
632
+ """
633
+ Unit of measure of the Value value
634
+ """
635
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
636
+ """
637
+ The source indicator associated with this point.
638
+ """
639
+
640
+
641
+ class RecommendedParameterItem11(BaseModel):
642
+ """
643
+ The definition of the point
644
+ """
645
+
646
+ model_config = ConfigDict(
647
+ extra='allow',
648
+ )
649
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
650
+ """
651
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
652
+ """
653
+ Value: float | None = Field(None, title='Value')
654
+ """
655
+ The value observed at the measured depth
656
+ """
657
+ ValueUnitID: (
658
+ constr(
659
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
660
+ )
661
+ | None
662
+ ) = Field(None, title='Value Unit ID')
663
+ """
664
+ Unit of measure of the Value value
665
+ """
666
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
667
+ """
668
+ The source indicator associated with this point.
669
+ """
670
+
671
+
672
+ class WOBGroup(BaseModel):
673
+ """
674
+ A group of parameters that refer to WOB (weight on bit)
675
+ """
676
+
677
+ model_config = ConfigDict(
678
+ extra='allow',
679
+ )
680
+ MaximumParameter: list[MaximumParameterItem11] | None = Field(
681
+ None, title='Maximum Parameter'
682
+ )
683
+ """
684
+ The planned maximum value for the considered parameter
685
+ """
686
+ MinimumParameter: list[MinimumParameterItem11] | None = Field(
687
+ None, title='Minimum Parameter'
688
+ )
689
+ """
690
+ The planned minimum value for the considered parameter
691
+ """
692
+ RecommendedParameter: list[RecommendedParameterItem11] | None = Field(
693
+ None, title='Recommended Parameter'
694
+ )
695
+ """
696
+ The planned recommended value for the considered parameter
697
+ """
698
+
699
+
700
+ class MaximumParameterItem12(BaseModel):
701
+ """
702
+ The definition of the point
703
+ """
704
+
705
+ model_config = ConfigDict(
706
+ extra='allow',
707
+ )
708
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
709
+ """
710
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
711
+ """
712
+ Value: float | None = Field(None, title='Value')
713
+ """
714
+ The value observed at the measured depth
715
+ """
716
+ ValueUnitID: (
717
+ constr(
718
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
719
+ )
720
+ | None
721
+ ) = Field(None, title='Value Unit ID')
722
+ """
723
+ Unit of measure of the Value value
724
+ """
725
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
726
+ """
727
+ The source indicator associated with this point.
728
+ """
729
+
730
+
731
+ class MinimumParameterItem12(BaseModel):
732
+ """
733
+ The definition of the point
734
+ """
735
+
736
+ model_config = ConfigDict(
737
+ extra='allow',
738
+ )
739
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
740
+ """
741
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
742
+ """
743
+ Value: float | None = Field(None, title='Value')
744
+ """
745
+ The value observed at the measured depth
746
+ """
747
+ ValueUnitID: (
748
+ constr(
749
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
750
+ )
751
+ | None
752
+ ) = Field(None, title='Value Unit ID')
753
+ """
754
+ Unit of measure of the Value value
755
+ """
756
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
757
+ """
758
+ The source indicator associated with this point.
759
+ """
760
+
761
+
762
+ class RecommendedParameterItem12(BaseModel):
763
+ """
764
+ The definition of the point
765
+ """
766
+
767
+ model_config = ConfigDict(
768
+ extra='allow',
769
+ )
770
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
771
+ """
772
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
773
+ """
774
+ Value: float | None = Field(None, title='Value')
775
+ """
776
+ The value observed at the measured depth
777
+ """
778
+ ValueUnitID: (
779
+ constr(
780
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
781
+ )
782
+ | None
783
+ ) = Field(None, title='Value Unit ID')
784
+ """
785
+ Unit of measure of the Value value
786
+ """
787
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
788
+ """
789
+ The source indicator associated with this point.
790
+ """
791
+
792
+
793
+ class FlowratePumpGroup(BaseModel):
794
+ """
795
+ A group of parameters that refer to flowrate
796
+ """
797
+
798
+ model_config = ConfigDict(
799
+ extra='allow',
800
+ )
801
+ MaximumParameter: list[MaximumParameterItem12] | None = Field(
802
+ None, title='Maximum Parameter'
803
+ )
804
+ """
805
+ The planned maximum value for the considered parameter
806
+ """
807
+ MinimumParameter: list[MinimumParameterItem12] | None = Field(
808
+ None, title='Minimum Parameter'
809
+ )
810
+ """
811
+ The planned minimum value for the considered parameter
812
+ """
813
+ RecommendedParameter: list[RecommendedParameterItem12] | None = Field(
814
+ None, title='Recommended Parameter'
815
+ )
816
+ """
817
+ The planned recommended value for the considered parameter
818
+ """
819
+
820
+
821
+ class MaximumParameterItem13(BaseModel):
822
+ """
823
+ The definition of the point
824
+ """
825
+
826
+ model_config = ConfigDict(
827
+ extra='allow',
828
+ )
829
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
830
+ """
831
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
832
+ """
833
+ Value: float | None = Field(None, title='Value')
834
+ """
835
+ The value observed at the measured depth
836
+ """
837
+ ValueUnitID: (
838
+ constr(
839
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
840
+ )
841
+ | None
842
+ ) = Field(None, title='Value Unit ID')
843
+ """
844
+ Unit of measure of the Value value
845
+ """
846
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
847
+ """
848
+ The source indicator associated with this point.
849
+ """
850
+
851
+
852
+ class MinimumParameterItem13(BaseModel):
853
+ """
854
+ The definition of the point
855
+ """
856
+
857
+ model_config = ConfigDict(
858
+ extra='allow',
859
+ )
860
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
861
+ """
862
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
863
+ """
864
+ Value: float | None = Field(None, title='Value')
865
+ """
866
+ The value observed at the measured depth
867
+ """
868
+ ValueUnitID: (
869
+ constr(
870
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
871
+ )
872
+ | None
873
+ ) = Field(None, title='Value Unit ID')
874
+ """
875
+ Unit of measure of the Value value
876
+ """
877
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
878
+ """
879
+ The source indicator associated with this point.
880
+ """
881
+
882
+
883
+ class RecommendedParameterItem13(BaseModel):
884
+ """
885
+ The definition of the point
886
+ """
887
+
888
+ model_config = ConfigDict(
889
+ extra='allow',
890
+ )
891
+ ObservationMeasuredDepth: float | None = Field(None, title='M D')
892
+ """
893
+ The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
894
+ """
895
+ Value: float | None = Field(None, title='Value')
896
+ """
897
+ The value observed at the measured depth
898
+ """
899
+ ValueUnitID: (
900
+ constr(
901
+ pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
902
+ )
903
+ | None
904
+ ) = Field(None, title='Value Unit ID')
905
+ """
906
+ Unit of measure of the Value value
907
+ """
908
+ PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
909
+ """
910
+ The source indicator associated with this point.
911
+ """
912
+
913
+
914
+ class TorqueAtSurfaceGroup(BaseModel):
915
+ """
916
+ A group of parameters that refer to anticipated Torque at Surface
917
+ """
918
+
919
+ model_config = ConfigDict(
920
+ extra='allow',
921
+ )
922
+ MaximumParameter: list[MaximumParameterItem13] | None = Field(
923
+ None, title='Maximum Parameter'
924
+ )
925
+ """
926
+ The planned maximum value for the considered parameter
927
+ """
928
+ MinimumParameter: list[MinimumParameterItem13] | None = Field(
929
+ None, title='Minimum Parameter'
930
+ )
931
+ """
932
+ The planned minimum value for the considered parameter
933
+ """
934
+ RecommendedParameter: list[RecommendedParameterItem13] | None = Field(
935
+ None, title='Recommended Parameter'
936
+ )
937
+ """
938
+ The planned recommended value for the considered parameter
939
+ """
940
+
941
+
942
+ class OperationParameterPlan(BaseModel):
943
+ """
944
+ A series of operating parameters observed during the run
945
+ """
946
+
947
+ model_config = ConfigDict(
948
+ extra='allow',
949
+ )
950
+ RealizationStrategy: str | None = Field(
951
+ None, examples=['linearInterpolation'], title='Realization Strategy'
952
+ )
953
+ """
954
+ The realization strategy utilized in this series of operation parameters
955
+ """
956
+ TorqueOnBottomGroup_1: TorqueOnBottomGroup | None = Field(
957
+ None, alias='TorqueOnBottomGroup', title='Torque On Bottom Group'
958
+ )
959
+ """
960
+ A group of parameters that refer to Torque on Bottom
961
+ """
962
+ RPMGroup_1: RPMGroup | None = Field(None, alias='RPMGroup', title='R.P.M. Group')
963
+ """
964
+ A group of parameters that refer to RPM (rotations per minute)
965
+ """
966
+ ROPGroup_1: ROPGroup | None = Field(None, alias='ROPGroup', title='R.O.P. Group')
967
+ """
968
+ A group of parameters that refer to ROP (rate of penetration)
969
+ """
970
+ WOBGroup_1: WOBGroup | None = Field(None, alias='WOBGroup', title='W.O.B. Group')
971
+ """
972
+ A group of parameters that refer to WOB (weight on bit)
973
+ """
974
+ FlowratePumpGroup_1: FlowratePumpGroup | None = Field(
975
+ None, alias='FlowratePumpGroup', title='Flowrate Pump Group'
976
+ )
977
+ """
978
+ A group of parameters that refer to flowrate
979
+ """
980
+ TorqueAtSurfaceGroup_1: TorqueAtSurfaceGroup | None = Field(
981
+ None, alias='TorqueAtSurfaceGroup', title='Torque at Surface Group'
982
+ )
983
+ """
984
+ A group of parameters that refer to anticipated Torque at Surface
985
+ """
986
+
987
+
988
+ class RunParameterPlan(BaseModel):
989
+ """
990
+ Operating parameters of a drill string run
991
+ """
992
+
993
+ model_config = ConfigDict(
994
+ extra='allow',
995
+ )
996
+ RunStartHoleMeasuredDepth: float | None = Field(
997
+ None, title='Run-Start Hole Measured Depth'
998
+ )
999
+ """
1000
+ The start measured depth of the hole section at the start of the run. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
1001
+ """
1002
+ RunEndHoleMeasuredDepth: float | None = Field(
1003
+ None, title='Run-End Hole Measured Depth'
1004
+ )
1005
+ """
1006
+ The end measured depth of the hole section at the end of the run. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
1007
+ """
1008
+ OperationParameterPlan_1: OperationParameterPlan | None = Field(
1009
+ None, alias='OperationParameterPlan', title='Operation Parameter Plan'
1010
+ )
1011
+ """
1012
+ A series of operating parameters observed during the run
1013
+ """
1014
+
1015
+
1016
+ class DrillingParam(BaseModel):
1017
+ """
1018
+ The bottomhole assembly drilling parameters schema, which contains statistical and calculated operations data for the run, related to depths, activities, temperature, pressure, flow rates, torque, etc.
1019
+ """
1020
+
1021
+ model_config = ConfigDict(
1022
+ extra='allow',
1023
+ )
1024
+ BitRunTIme: str | None = Field(
1025
+ None, examples=['26.4 hrs'], title='Operating Time Bit'
1026
+ )
1027
+ """
1028
+ Operating time spent by bit for run.
1029
+
1030
+ BUSINESS RULE: When reporting an actual as opposed to design, this is required.
1031
+ """
1032
+ RunStartHoleMeasuredDepth: float | None = Field(
1033
+ None, examples=['18866 ft'], title='Measured Depth Hole Start'
1034
+ )
1035
+ """
1036
+ Measured depth at start of the run.
1037
+ """
1038
+ RunEndHoleMeasuredDepth: float | None = Field(
1039
+ None, examples=['18935 ft'], title='Measured Depth Hole Stop'
1040
+ )
1041
+ """
1042
+ Measured depth at the end of the run.
1043
+ """
1044
+ RotatingHookload: float | None = Field(
1045
+ None, examples=['175 1000lbf'], title='Rotating Hookload'
1046
+ )
1047
+ """
1048
+ Hookload rotating.
1049
+ """
1050
+ OverPull: float | None = Field(None, title='Over Pull')
1051
+ """
1052
+ Overpull = HookloadUp - HookloadRotating
1053
+ """
1054
+ SlackOff: float | None = Field(None, examples=['140 1000lbf'], title='Slack Off')
1055
+ """
1056
+ Slackoff = HookloadRotating - HookloadDown.
1057
+ """
1058
+ HookloadUp: float | None = Field(
1059
+ None, examples=['230 1000lbf'], title='Hookload Up'
1060
+ )
1061
+ """
1062
+ Hookload when the string is moving up.
1063
+ """
1064
+ HookloadDown: float | None = Field(None, title='Hookload Down')
1065
+ """
1066
+ Hookload when the string is moving down.
1067
+ """
1068
+ AverageTorqueOnBottom: float | None = Field(
1069
+ None, examples=['15000 ftlbs'], title='Average Torque On Bottom'
1070
+ )
1071
+ """
1072
+ Average Torque: on bottom.
1073
+ """
1074
+ MaximumTorqueOnBottom: float | None = Field(None, title='Maximum Torque On Bottom')
1075
+ """
1076
+ Maximum torque: on bottom.
1077
+ """
1078
+ MinimumTorqueOnBottom: float | None = Field(None, title='Minimum Torque On Bottom')
1079
+ """
1080
+ Minimum torque: on bottom.
1081
+ """
1082
+ AverageTorqueOffBottom: float | None = Field(
1083
+ None, examples=['10000 ftlbs'], title='Average Torque Off Bottom'
1084
+ )
1085
+ """
1086
+ Average torque: off bottom.
1087
+ """
1088
+ AverageTorqueDownhole: float | None = Field(None, title='Average Torque Downhole')
1089
+ """
1090
+ Average torque: downhole.
1091
+ """
1092
+ WeightAboveJar: float | None = Field(None, title='Weight Above Jar')
1093
+ """
1094
+ Weight of the string above the jars.
1095
+ """
1096
+ WeightBelowJar: float | None = Field(None, title='Weight Below Jar')
1097
+ """
1098
+ Weight of the string below the jars.
1099
+ """
1100
+ WeightMud: float | None = Field(None, examples=['11.3 lb/gal'], title='Weight Mud')
1101
+ """
1102
+ Drilling fluid density.
1103
+ """
1104
+ AverageFlowratePump: float | None = Field(None, title='Average Flowrate Pump')
1105
+ """
1106
+ Average mud pump flow rate.
1107
+ """
1108
+ MaximumFlowratePump: float | None = Field(
1109
+ None, examples=['289 gpm'], title='Maximum Flowrate Pump'
1110
+ )
1111
+ """
1112
+ Maximum mud pump flow rate.
1113
+ """
1114
+ MinimumFlowratePump: float | None = Field(None, title='Minimum Flowrate Pump')
1115
+ """
1116
+ Minimum mud pump flow rate.
1117
+ """
1118
+ AverageVelocityBitNozzle: float | None = Field(
1119
+ None, title='Average Velocity Nozzle'
1120
+ )
1121
+ """
1122
+ Bit nozzle average velocity.
1123
+ """
1124
+ PowerBit: float | None = Field(None, title='Power Bit')
1125
+ """
1126
+ Bit hydraulic.
1127
+ """
1128
+ PressureDropBit: float | None = Field(None, title='Pressure Drop Bit')
1129
+ """
1130
+ Pressure drop in bit.
1131
+ """
1132
+ TimeHolding: float | None = Field(
1133
+ None, examples=['0 hrs'], title='Cumulative Time Hold'
1134
+ )
1135
+ """
1136
+ Time spent on hold from start of bit run.
1137
+ """
1138
+ TimeSteering: float | None = Field(
1139
+ None, examples=['0 hrs'], title='Cumulative Time Steering'
1140
+ )
1141
+ """
1142
+ Time spent steering from start of bit run.
1143
+ """
1144
+ TimeDrillingRotating: float | None = Field(
1145
+ None, examples=['1.34 hrs'], title='Cumulative Time Drill Rotating'
1146
+ )
1147
+ """
1148
+ Time spent rotary drilling from start of bit run.
1149
+ """
1150
+ TimeDrillingSliding: float | None = Field(
1151
+ None, examples=['1.34 hrs'], title='Cumulative Time Drill Sliding'
1152
+ )
1153
+ """
1154
+ Time spent slide drilling from start of bit run.
1155
+ """
1156
+ TimeCirculating: float | None = Field(
1157
+ None, examples=['0 hrs'], title='Cumulative Time Circulating'
1158
+ )
1159
+ """
1160
+ Time spent circulating from start of bit run.
1161
+ """
1162
+ TimeReaming: float | None = Field(
1163
+ None, examples=['0 hrs'], title='Cumulative Time Reaming'
1164
+ )
1165
+ """
1166
+ Time spent reaming from start of bit run.
1167
+ """
1168
+ DistanceDrilledRotating: float | None = Field(
1169
+ None, examples=['69 ft'], title='Distance Drill Rotating'
1170
+ )
1171
+ """
1172
+ Distance drilled - rotating.
1173
+ """
1174
+ DistanceDrilledSliding: float | None = Field(
1175
+ None, examples=['0 ft'], title='Distance Drill Sliding'
1176
+ )
1177
+ """
1178
+ Distance drilled - sliding
1179
+ """
1180
+ DistanceReamed: float | None = Field(
1181
+ None, examples=['0 ft'], title='Distance Reaming'
1182
+ )
1183
+ """
1184
+ Distance reamed.
1185
+ """
1186
+ DistanceHolding: float | None = Field(
1187
+ None, examples=['0 ft'], title='Distance Holding'
1188
+ )
1189
+ """
1190
+ Distance covered while holding angle with a steerable drilling assembly.
1191
+ """
1192
+ DistanceSteering: float | None = Field(
1193
+ None, examples=['0 ft'], title='Distance Steering'
1194
+ )
1195
+ """
1196
+ Distance covered while actively steering with a steerable drilling assembly.
1197
+ """
1198
+ AverageRpm: float | None = Field(None, examples=['100 RPM'], title='Rpm Average')
1199
+ """
1200
+ Average surface turn rate (commonly in rpm) through Interval.
1201
+ """
1202
+ MaximumRpm: float | None = Field(None, title='Rpm Max')
1203
+ """
1204
+ Maximum turn rate (commonly in rpm).
1205
+ """
1206
+ MinimumRpm: float | None = Field(None, title='Rpm Min')
1207
+ """
1208
+ Minimum turn rate (commonly in rpm).
1209
+ """
1210
+ AverageRpmDownhole: float | None = Field(
1211
+ None, examples=['255 RPM'], title='Rpm Average Downhole'
1212
+ )
1213
+ """
1214
+ Average turn rate (commonly in rpm) downhole.
1215
+ """
1216
+ AverageROP: float | None = Field(None, examples=['52.3 ft/hr'], title='Rop Average')
1217
+ """
1218
+ Average rate of penetration through Interval.
1219
+ """
1220
+ MaximumROP: float | None = Field(None, title='Rop Max')
1221
+ """
1222
+ Maximum rate of penetration through Interval.
1223
+ """
1224
+ MinimumROP: float | None = Field(None, title='Rop Min')
1225
+ """
1226
+ Minimum rate of penetration through Interval.
1227
+ """
1228
+ AverageWOB: float | None = Field(None, examples=['20 1000lbf'], title='Wob Average')
1229
+ """
1230
+ Surface weight on bit - average through interval.
1231
+ """
1232
+ MaximumWOB: float | None = Field(None, title='Wob Max')
1233
+ """
1234
+ Weight on bit - maximum.
1235
+ """
1236
+ MinimumWOB: float | None = Field(None, title='Wob Min')
1237
+ """
1238
+ Weight on bit - minimum.
1239
+ """
1240
+ AverageWOBDownhole: float | None = Field(None, title='Average Downhole WOB')
1241
+ """
1242
+ Weight on bit - average downhole.
1243
+ """
1244
+ AzimuthTop: float | None = Field(None, title='Azimuth Top')
1245
+ """
1246
+ Azimuth at start measured depth.
1247
+ """
1248
+ AzimuthBottom: float | None = Field(None, title='Azimuth Bottom')
1249
+ """
1250
+ Azimuth at stop measured depth.
1251
+ """
1252
+ InclinationStart: float | None = Field(None, title='Inclination Start')
1253
+ """
1254
+ Inclination at start measured depth.
1255
+ """
1256
+ MaximumInclination: float | None = Field(
1257
+ None, examples=[89.5], title='Inclination Max'
1258
+ )
1259
+ """
1260
+ Maximum inclination.
1261
+ """
1262
+ MinimumInclination: float | None = Field(
1263
+ None, examples=[89.3], title='Inclination Min'
1264
+ )
1265
+ """
1266
+ Minimum inclination.
1267
+ """
1268
+ InclinationStop: float | None = Field(
1269
+ None, examples=[89.3], title='Inclination Stop'
1270
+ )
1271
+ """
1272
+ Inclination at stop measured depth.
1273
+ """
1274
+ MaximumMudTemperatureDownhole: float | None = Field(
1275
+ None, examples=['350 f'], title='Maximum Mud Temperature Downhole'
1276
+ )
1277
+ """
1278
+ Maximum mud temperature downhole during run.
1279
+ """
1280
+ MinimumPumpPressure: float | None = Field(None, title='Minimum Pump Pressure')
1281
+ """
1282
+ The minimum pump pressure used during the run
1283
+ """
1284
+ MaximumPumpPressure: float | None = Field(None, title='Maximum Pump Pressure')
1285
+ """
1286
+ The maximum pump pressure used during the run
1287
+ """
1288
+ AveragePumpPressure: float | None = Field(
1289
+ None, examples=['6100 psi'], title='Average Pump Pressure'
1290
+ )
1291
+ """
1292
+ The average pump pressure used during the run
1293
+ """
1294
+ MinimumBitFlowrate: float | None = Field(None, title='Minimum Bit Flowrate')
1295
+ """
1296
+ The minimum flowrate at the bit during the run
1297
+ """
1298
+ MaximumBitFlowrate: float | None = Field(None, title='Maximum Bit Flowrate')
1299
+ """
1300
+ The maximum flowrate at the bit during the run
1301
+ """
1302
+ AverageBitFlowrate: float | None = Field(None, title='Average Bit Flowrate')
1303
+ """
1304
+ The average flowrate at the bit during the run
1305
+ """
1306
+ MudClass: (
1307
+ constr(pattern=r'^[\w\-\.]+:reference-data\-\-MudClass:[\w\-\.\:\%]+:[0-9]*$')
1308
+ | None
1309
+ ) = Field(None, title='Mud Class')
1310
+ """
1311
+ The class of the drilling fluid.
1312
+ """
1313
+ Comments: str | None = Field(None, title='Comments')
1314
+ """
1315
+ Comments and remarks.
1316
+ """
1317
+
1318
+
1319
+ class Data(OsduCommonResources, AbstractMaster, AbstractProject):
1320
+ """
1321
+ `data` payload for BHARun 2.1.0.
1322
+ """
1323
+
1324
+ model_config = ConfigDict(
1325
+ extra='allow',
1326
+ )
1327
+ WellboreID: (
1328
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-Wellbore:[\w\-\.\:\%]+:[0-9]*$')
1329
+ | None
1330
+ ) = Field(
1331
+ None,
1332
+ examples=['namespace:master-data--Wellbore:11000091175501:'],
1333
+ title='Wellbore ID',
1334
+ )
1335
+ """
1336
+ Unique identifier for the wellbore. This uniquely represents
1337
+ the wellbore referenced by the (possibly non-unique) nameWellbore.
1338
+ """
1339
+ Name: str = Field(..., examples=['BHA #1 - 36" Surface'], title='Name')
1340
+ """
1341
+ Human recognizable context for the BHA run.
1342
+ """
1343
+ TubularID: constr(
1344
+ pattern=r'^[\w\-\.]+:(master-data\-\-TubularAssembly|work-product-component\-\-TubularAssembly):[\w\-\.\:\%]+:[0-9]*$'
1345
+ ) = Field(
1346
+ ...,
1347
+ examples=['namespace:master-data--TubularAssembly:BHA_1:'],
1348
+ title='Tubular ID',
1349
+ )
1350
+ """
1351
+ This represents a foreign key to the tubular (assembly) that was utilized in this run.
1352
+ """
1353
+ HoleSectionID: (
1354
+ constr(pattern=r'^[\w\-\.]+:master-data\-\-HoleSection:[\w\-\.\:\%]+:[0-9]*$')
1355
+ | None
1356
+ ) = Field(
1357
+ None,
1358
+ examples=['namespace:master-data--HoleSection:36_in:'],
1359
+ title='Hole Section ID',
1360
+ )
1361
+ """
1362
+ This represents a foreign key to the Hole Section in which this BHA Run was performed.
1363
+ """
1364
+ FluidsProgramReference_1: FluidsProgramReference | None = Field(
1365
+ None, alias='FluidsProgramReference', title='Fluids Program Reference'
1366
+ )
1367
+ """
1368
+ Used to reference the FluidsProgram object containing a list of fluid intervals for the Wellbore.
1369
+ """
1370
+ VerticalMeasurement: v1_0_0.AbstractFacilityVerticalMeasurement | None = Field(
1371
+ None,
1372
+ examples=[
1373
+ {
1374
+ 'VerticalReferenceEntityID': 'namespace:master-data--Well:110000911755:',
1375
+ 'VerticalReferenceID': '5iePi',
1376
+ }
1377
+ ],
1378
+ title='Vertical Measurement Reference',
1379
+ )
1380
+ """
1381
+ References an entry in the VerticalMeasurements array for the Wellbore identified by WellboreID, or a standalone vertical reference elevation for all measured depths within the BHA Run record. If this is not populated, the VerticalMeasurement is derived from the Wellbore default Vertical Measure Elevation.
1382
+ """
1383
+ ActivityStartDateTime: str | None = Field(
1384
+ None, examples=['2024-04-20T08:00:00+0000'], title='Activity Start Date-Time'
1385
+ )
1386
+ """
1387
+ Date and time that activities started (BHA started to be made up, then Run In Hole)
1388
+ """
1389
+ ActivityStopDateTime: str | None = Field(
1390
+ None, examples=['2024-04-23T21:45:00+0000'], title='Activity Stop Date-Time'
1391
+ )
1392
+ """
1393
+ Date and time that activities stopped (BHA was POOH).
1394
+ """
1395
+ DrillingStartDateTime: str | None = Field(
1396
+ None, examples=['2024-04-20T16:00:00+0000'], title='Drilling Start Date-Time'
1397
+ )
1398
+ """
1399
+ Start on bottom - date and time.
1400
+ """
1401
+ DrillingStopDateTime: str | None = Field(
1402
+ None, examples=['2024-04-23T16:30:00+0000'], title='Drilling Stop Date-Time'
1403
+ )
1404
+ """
1405
+ Start off bottom - date and time.
1406
+ """
1407
+ Dogleg: float | None = Field(None, examples=['1.4 deg/30ft'], title='Dogleg')
1408
+ """
1409
+ Dogleg severity over the depth range of the BHA run.
1410
+ """
1411
+ MaximumDogleg: float | None = Field(
1412
+ None, examples=['2.5 deg/30ft'], title='Dogleg Maximum'
1413
+ )
1414
+ """
1415
+ Dogleg severity - Maximum.
1416
+ """
1417
+ StatusBhaID: (
1418
+ constr(pattern=r'^[\w\-\.]+:reference-data\-\-BhaStatus:[\w\-\.\:\%]+:[0-9]*$')
1419
+ | None
1420
+ ) = Field(
1421
+ None,
1422
+ examples=['namespace:reference-data--BhaStatus:Final:'],
1423
+ title='Status BHA',
1424
+ )
1425
+ """
1426
+ Bottom hole assembly status.
1427
+ """
1428
+ BitRunNumber: str | None = Field(None, examples=[1], title='Bit Run Number')
1429
+ """
1430
+ Bit run number.
1431
+ """
1432
+ StringRunNumber: float | None = Field(None, examples=[1], title='String Run Number')
1433
+ """
1434
+ The BHA (drilling string) run number.
1435
+ """
1436
+ TripReasonID: (
1437
+ constr(
1438
+ pattern=r'^[\w\-\.]+:reference-data\-\-ReasonTripType:[\w\-\.\:\%]+:[0-9]*$'
1439
+ )
1440
+ | None
1441
+ ) = Field(
1442
+ None,
1443
+ examples=['namespace:reference-data--ReasonTripType:TD:'],
1444
+ title='Trip Reason ID',
1445
+ )
1446
+ """
1447
+ Reason for trip.
1448
+ """
1449
+ ObjectiveBha: str | None = Field(
1450
+ None, examples=['Drill 36" Surface Hole Section'], title='BHA Objective'
1451
+ )
1452
+ """
1453
+ Objective of bottom hole assembly.
1454
+ """
1455
+ RunParameterPlans: list[RunParameterPlan] | None = Field(
1456
+ None, title='Run Parameter Plans'
1457
+ )
1458
+ """
1459
+ Identifiers of the associated run parameter plans.
1460
+ """
1461
+ MeasuredDepthRunStart: float | None = Field(
1462
+ None, examples=[1250], title='Measured Depth Run Start'
1463
+ )
1464
+ """
1465
+ Measured depth at run start. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
1466
+ """
1467
+ MeasuredDepthRunStop: float | None = Field(
1468
+ None, examples=[2100], title='Measured Depth Run Stop'
1469
+ )
1470
+ """
1471
+ Measured depth at run stop. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
1472
+ """
1473
+ HoleDiameter: float | None = Field(None, examples=[36], title='Hole Diameter')
1474
+ """
1475
+ Diameter of the hole drilled by the BHA. Note that Hole Size determine by the diameter of the Drill Bit and/or a Hole Opener/Under-reamer
1476
+ """
1477
+ WtAboveJar: float | None = Field(None, examples=[23], title='Weight Above Jar')
1478
+ """
1479
+ Desired weight to be placed above the Jar - to optimize its efficiency
1480
+ """
1481
+ WtBelowJar: float | None = Field(None, examples=[21], title='Weight Below Jar')
1482
+ """
1483
+ Desired weight to be placed blow the Jar - to optimize its efficiency
1484
+ """
1485
+ DrillingParams: list[DrillingParam] | None = Field(
1486
+ None, title='Drilling Parameters'
1487
+ )
1488
+ """
1489
+ The parameters that were actually used during the BHA run
1490
+ """
1491
+ IsLeftInHole: bool | None = Field(None, examples=[False], title='Is Left In Hole')
1492
+ """
1493
+ Part or all of the BHA is left in the hole
1494
+ """
1495
+ IsNuclearSource: bool | None = Field(
1496
+ None, examples=[False], title='Is Nuclear Source'
1497
+ )
1498
+ """
1499
+ The BHA component(s) contained a Nuclear Source.
1500
+ """
1501
+ TripTimeIn: float | None = Field(None, examples=['6 h'], title='Trip Time In')
1502
+ """
1503
+ Duration of time to run BHA from surface to bottom of the hole
1504
+ """
1505
+ TripTimeOut: float | None = Field(None, examples=['6 h'], title='Trip Time Out')
1506
+ """
1507
+ Duration of time to pull BHA from bottom of the hole to surface
1508
+ """
1509
+ PredictedPerformanceDescription: str | None = Field(
1510
+ None,
1511
+ examples=['36" Hole estimated to be drilled in 12.5 hours, ROP of 40ft/hr.'],
1512
+ title='Predicted Performance Description',
1513
+ )
1514
+ """
1515
+ Description of planned or expected Performance of the BHA
1516
+ """
1517
+ ActualPerformanceDescription: str | None = Field(
1518
+ None,
1519
+ examples=['BHA #1 drilled XX ft hole at ROP = 11 ft/hr'],
1520
+ title='Actual Performance Description',
1521
+ )
1522
+ """
1523
+ Actual Performance of the BHA
1524
+ """
1525
+ PlannedDogleg: float | None = Field(
1526
+ None, examples=['1.4 deg/30ft'], title='Planned Dogleg'
1527
+ )
1528
+ """
1529
+ Planned/anticipated Dogleg severity over the depth range of the BHA run.
1530
+ """
1531
+ RunComment: str | None = Field(
1532
+ None,
1533
+ examples=['Required to wash BHA around collars and stabilizer when POOH.'],
1534
+ title='Run Comment',
1535
+ )
1536
+ """
1537
+ Free text allowing any comment associated to the run
1538
+ """
1539
+ ExtensionProperties: dict[str, Any] | None = None