Technical Elements Documentation
    Preparing search index...

    Interface representing consistency verification with plant design and operation.

    SC-A7

    SC-A9

    interface ConsistencyVerification {
        designBasesVerification: {
            description: string;
            isConsistent: boolean;
            references: string[];
        };
        licensingBasesVerification: {
            description: string;
            isConsistent: boolean;
            references: string[];
        };
        operationalPracticesVerification: {
            description: string;
            isConsistent: boolean;
            references: string[];
        };
        successCriteriaId: SuccessCriteriaId;
    }

    Hierarchy

    • Unique
      • ConsistencyVerification
    Index

    Properties

    designBasesVerification: {
        description: string;
        isConsistent: boolean;
        references: string[];
    }

    Verification against design bases

    Type declaration

    • description: string

      Description of consistency or inconsistencies

    • isConsistent: boolean

      Is consistent with design bases

    • references: string[]

      References to design bases documents

    licensingBasesVerification: {
        description: string;
        isConsistent: boolean;
        references: string[];
    }

    Verification against licensing bases

    Type declaration

    • description: string

      Description of consistency or inconsistencies

    • isConsistent: boolean

      Is consistent with licensing bases

    • references: string[]

      References to licensing bases documents

    operationalPracticesVerification: {
        description: string;
        isConsistent: boolean;
        references: string[];
    }

    Verification against operational practices

    Type declaration

    • description: string

      Description of consistency or inconsistencies

    • isConsistent: boolean

      Is consistent with operational practices

    • references: string[]

      References to operational procedures

    successCriteriaId: SuccessCriteriaId

    Success criteria being verified