DTXS

ndo:Assets.Intangibles.Measurements.PartMeasurements

Class in Nuclear Decommissioning Ontology (nuclear-decommissioning-ontology)

{
    "definitions": {
        "title": "Assets.Intangibles.Measurements.PartMeasurements",
        "properties": {
            "MethodId": {
                "type": "string",
                "_PLEIADES": {
                    "Type": "Reference",
                    "ReferencedClass": "Methods"
                }
            },
            "MeasuredQuantity": {
                "type": "object",
                "properties": {
                    "Quantity": {
                        "type": "string"
                    },
                    "Unit": {
                        "type": "string"
                    }
                }
            },
            "Description": {
                "type": "string"
            },
            "MeasurementTime": {
                "type": "string",
                "format": "datetime-local"
            },
            "Value": {
                "type": "object",
                "properties": {
                    "Scalar": {
                        "type": "number"
                    },
                    "ScalarList": {
                        "type": "array"
                    },
                    "NuclideVector": {
                        "type": "string",
                        "format": "textarea"
                    },
                    "NuclideVectorList": {
                        "type": "string",
                        "format": "textarea"
                    },
                    "Activity": {
                        "type": "string",
                        "format": "textarea"
                    }
                }
            }
        }
    }
}
(C) wai.blue | Rendered using GuideVis