DTXS

ndo:Actors.Teams

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

{
    "definitions": {
        "title": "Actors.Teams",
        "properties": {
            "Name": {
                "type": "string"
            },
            "MemberIds": {
                "type": "array",
                "format": "table",
                "items": {
                    "type": "object",
                    "properties": {
                        "MemberType": {
                            "type": "string",
                            "enum": [
                                "Actors.Persons",
                                "Actors.Robots",
                                "Actors.Teams"
                            ]
                        },
                        "MemberId": {
                            "type": "string",
                            "_PLEIADES": {
                                "Type": "RecordId",
                                "ReferencedClass": [
                                    "Actors.Persons",
                                    "Actors.Robots",
                                    "Actors.Teams"
                                ]
                            }
                        },
                        "RoleId": {
                            "type": "string",
                            "_PLEIADES": {
                                "Type": "RecordId",
                                "ReferencedClass": "Actors.Roles"
                            }
                        },
                        "WorkerExposureRatio": {
                            "type": "number"
                        }
                    }
                }
            },
            "EfficiencyCoefficient": {
                "type": "number"
            },
            "UnproductiveTime": {
                "type": "number"
            },
            "EffectiveWorkdayHours": {
                "type": "number"
            },
            "WorkerExposure": {
                "type": "number"
            }
        }
    }
}
(C) wai.blue | Rendered using GuideVis