ndo:Workplaces
Class in Nuclear Decommissioning Ontology (nuclear-decommissioning-ontology)
{
"definitions": {
"title": "Workplaces",
"properties": {
"Name": {
"type": "string"
},
"RoomId": {
"type": "string",
"_PLEIADES": {
"Type": "Reference",
"ReferencedClass": "PlantData.SiteStructure.Rooms"
}
},
"ExposureType": {
"type": "string",
"enum": [
"Constant",
"Percentage"
]
},
"ExposurePercentage": {
"type": "number",
"_PLEIADES": {
"Type": "Number"
}
},
"ExposureConstant": {
"type": "number"
},
"WorkDifficultyFactors": {
"type": "string",
"format": "textarea",
"_PLEIADES": {
"Type": "Object"
}
}
}
}
}