ndo:Assets.Intangibles.Measurements.CartesianMeasurements
Class in Nuclear Decommissioning Ontology (nuclear-decommissioning-ontology)
{
"definitions": {
"title": "Assets.Intangibles.Measurements.CartesianMeasurements",
"properties": {
"MeasuredQuantity": {
"type": "object",
"properties": {
"Quantity": {
"type": "string"
},
"Unit": {
"type": "string"
}
}
},
"Description": {
"type": "string"
},
"MeasurementTime": {
"type": "string",
"format": "datetime-local"
},
"SpaceId": {
"type": "string",
"_PLEIADES": {
"Type": "Reference",
"ReferencedClass": "PlantData.Space.Cartesian"
}
},
"RoomId": {
"type": "string",
"_PLEIADES": {
"Type": "Reference",
"ReferencedClass": "PlantData.SiteStructure.Rooms"
}
},
"MethodId": {
"type": "string",
"_PLEIADES": {
"Type": "Reference",
"ReferencedClass": "Methods"
}
},
"Coordinate": {
"type": "number"
},
"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"
}
}
}
}
}
}