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